commit | 88b378dcb80e106d1067fccbf3a302ad56320b8c | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Mon Mar 07 23:05:09 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Mon Mar 07 23:05:21 2022 +0000 |
tree | 81e5dfa25a17ce751c9678f5370e87de34f03467 | |
parent | a87062260b8e4f8e9585fc146a3b559b376f34cb [diff] [blame] |
Make active buttons full opacity
diff --git a/src/apps/personal/waybar.nix b/src/apps/personal/waybar.nix index e17098b..c93d6fe 100644 --- a/src/apps/personal/waybar.nix +++ b/src/apps/personal/waybar.nix
@@ -83,6 +83,10 @@ background: alpha(red, 0.5); } + #workspaces button:active { + background: alpha(@theme_base_color, 1); + } + ''; systemd = {