aboutsummaryrefslogtreecommitdiff
path: root/home/wm/waybar
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
commitc8f5547e544653a57e3f5196e71a99b5b22b7421 (patch)
tree530dc3b38955130b4c305de2ab28029e1f6d5e5d /home/wm/waybar
parenthosts: it's time to switch to schedutil (diff)
downloadinfra-c8f5547e544653a57e3f5196e71a99b5b22b7421.tar.gz
home/fonts: be more consistent in my choices
- source code pro for monospace - dejavu sans for sans serif - dejavu serif for serif
Diffstat (limited to 'home/wm/waybar')
-rw-r--r--home/wm/waybar/style.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/home/wm/waybar/style.css b/home/wm/waybar/style.css
index 16f6a14..1362cd5 100644
--- a/home/wm/waybar/style.css
+++ b/home/wm/waybar/style.css
@@ -9,17 +9,16 @@
}
window#waybar {
background-color: #282A36;
- color: #ccc;
+ color: #eee;
}
#workspaces button {
- padding: 0 5px;
+ padding: 0 3px;
background-color: transparent;
- color: #ccc;
- border-bottom: 2px solid transparent;
+ color: #eee;
}
#workspaces button.focused {
- background-color: #282A36;
- border-bottom: 2px solid #BBBBBB;
+ background-color: #285577;
+ border: 1px solid #4c7899;
}
#clock,
#battery,