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.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
new file mode 100644
index 0000000..ce9310f
--- /dev/null
+++ b/.config/waybar/style.css
@@ -0,0 +1,68 @@
+* {
+ font-family: "Fira Code";
+}
+
+#waybar {
+ background: #171717;
+ color: #fff;
+}
+
+#clock {
+ color: #fff;
+}
+
+#tray {
+ padding-left: 4px;
+}
+
+#workspaces button:hover {
+ background-color: transparent;
+}
+
+#workspaces button {
+ color: #737373;
+ padding-left: 4px;
+ padding-right: 4px;
+ border-radius: 0px;
+}
+
+#workspaces button:hover {
+ background-color: #262626;
+}
+
+#workspaces button.active {
+ color: #84cc16;
+}
+
+#window {
+ color: #fff;
+}
+
+#network {
+ color: #3b82f6;
+ margin-right: 8px;
+}
+
+#pulseaudio {
+ color: #14b8a6;
+ margin-right: 4px;
+}
+
+#cpu {
+ color: #0ea5e9;
+ margin-right: 4px;
+}
+
+#temperature {
+ color: #eab308;
+ margin-right: 4px;
+}
+
+#memory {
+ color: #d946ef;
+ margin-right: 4px;
+}
+
+#custom-powermenu {
+ color: #f43f5e;
+}