aboutsummaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/style.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css
new file mode 100644
index 0000000..9333653
--- /dev/null
+++ b/waybar/style.css
@@ -0,0 +1,50 @@
+* {
+ font-family: Terminus;
+}
+
+window#waybar {
+ background-color: #111;
+ color: #d8d8d8;
+}
+
+button {
+ box-shadow: inset 0 -3px transparent;
+ border: none;
+ border-radius: 0;
+}
+
+button:hover {
+ background: inherit;
+ box-shadow: inset 0 -3px #fff;
+}
+
+#tags button {
+ color: #6c6c6c;
+}
+
+#tags button:hover {
+ text-shadow: inherit;
+}
+
+#tags button.focused {
+ box-shadow: inset 0 -3px #d8d8d8;
+}
+
+#tags button.urgent {
+ color: #f33;
+}
+
+#tags button.occupied {
+ color: #d8d8d8;
+}
+
+#network,
+#tray,
+#cpu,
+#memory,
+#wireplumber,
+#battery,
+#backlight,
+#clock {
+ padding: 0 10px;
+}