summaryrefslogtreecommitdiff
path: root/home-config/waybar/style.css
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-06-09 22:19:29 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-06-09 22:19:29 -0400
commit2b846e701c77ebf036e9cf95b4e9d574f16d9679 (patch)
tree02af2cdb94af27bf17ae83acfcd3161645f513a4 /home-config/waybar/style.css
parent355949af3cad07ae1b4506df554c1d05a836e9ec (diff)
added channel, initial switch to hyprland
Diffstat (limited to 'home-config/waybar/style.css')
-rw-r--r--home-config/waybar/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css
index f785881..cf776ad 100644
--- a/home-config/waybar/style.css
+++ b/home-config/waybar/style.css
@@ -37,7 +37,7 @@ window#waybar.solo {
37 color: rgba(217, 216, 216, 1); 37 color: rgba(217, 216, 216, 1);
38} 38}
39 39
40#workspaces button.focused { 40#workspaces button.active {
41 border-top: 3px solid rgba(217, 216, 216, 1); 41 border-top: 3px solid rgba(217, 216, 216, 1);
42 border-bottom: 3px solid rgba(217, 216, 216, 0); 42 border-bottom: 3px solid rgba(217, 216, 216, 0);
43} 43}