summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:40:02 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:40:02 -0400
commitd19d762a34135b62e46145bdc90c5fab109d065d (patch)
tree9447978671d675710dede4c9da495e58631492d9 /waybar/style.css
downloaddots-master.tar.gz
dots-master.zip
initial commitHEADmaster
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css80
1 files changed, 80 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css
new file mode 100644
index 0000000..d381dd0
--- /dev/null
+++ b/waybar/style.css
@@ -0,0 +1,80 @@
+* {
+ font-size: 12px;
+ font-family: "Hack Nerd Font Mono";
+ min-height: 0;
+}
+
+window#waybar {
+ background: #292b2e;
+ color: #fdf6e3;
+}
+
+#custom-right-arrow-dark,
+#custom-left-arrow-dark {
+ color: #1a1a1a;
+}
+#custom-right-arrow-light,
+#custom-left-arrow-light {
+ color: #292b2e;
+ background: #1a1a1a;
+}
+
+#workspaces,
+#clock.1,
+#clock.2,
+#clock.3,
+#pulseaudio,
+#memory,
+#cpu,
+#battery,
+#disk,
+#network,
+#tray {
+ background: #1a1a1a;
+}
+
+#workspaces button {
+ padding: 0 2px;
+ color: #fdf6e3;
+}
+#workspaces button.focused {
+ color: #268bd2;
+}
+#workspaces button:hover {
+ box-shadow: inherit;
+ text-shadow: inherit;
+}
+#workspaces button:hover {
+ background: #1a1a1a;
+ border: #1a1a1a;
+ padding: 0 3px;
+}
+
+#pulseaudio {
+ color: #268bd2;
+}
+#memory {
+ color: #2aa198;
+}
+#cpu {
+ color: #6c71c4;
+}
+#battery {
+ color: #859900;
+}
+#disk {
+ color: #b58900;
+}
+#network {
+ color: #fcac35;
+}
+
+#clock,
+#pulseaudio,
+#memory,
+#cpu,
+#battery,
+#network,
+#disk {
+ padding: 0 10px;
+}