diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:53:35 +0200 | 
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:53:35 +0200 | 
| commit | 94a8af937bbab8766fcd2860281545810552ef94 (patch) | |
| tree | 30076a3c8be8622a681c5306fa92c939d18fa519 | |
| parent | 01cdf6157a61daa541d02480e8fd31e98193a127 (diff) | |
[sway.bar] adjust styles
| -rw-r--r-- | .config/waybar/style.css | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 2f05ee5..d121dce 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -19,10 +19,10 @@ widget button {    border-radius: 0;    min-height: 0;    min-width: 25px; -  font-size: 0.8rem; +  font-size: 0.75rem;  }  #workspaces button.focused { -  background: rgba(255, 255, 255, 0.2); +  background: rgba(0, 0, 0, 0.8);  }  #workspaces button:hover {  	box-shadow: none;  | 
