summaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
new file mode 100644
index 000000000..77670841e
--- /dev/null
+++ b/config/waybar/style.css
@@ -0,0 +1,49 @@
+* {
+ font-size: 12px;
+ min-height: 1px;
+}
+#waybar {
+ font-family: "Inter Variable", "PxPlus IBM VGA8", "Symbols Nerd Font Mono";
+ background: #24273a;
+}
+
+#clock,
+#hyprland-language,
+#pulseaudio,
+#network,
+#memory,
+#cpu,
+#language,
+/*#pulseaudio,*/
+#tray,
+#workspaces button {
+ padding: 4px 12px;
+ border-radius: 6px;
+ background: #363a4f;
+ color: #cad3f5;
+ /* border-bottom: 1px solid #b7bdf8; */
+ margin: 0 2px;
+}
+#pulseaudio {
+ margin-right: 1px;
+}
+#workspaces {
+ margin-left: -1px;
+}
+
+#tray {
+ margin-right: 1px;
+ margin-left: 3px;
+}
+
+#language {
+ min-width: 14px;
+}
+
+#workspaces button.empty {
+ background: #1e2030;
+}
+
+#workspaces button.active {
+ background: #6e738d;
+}