diff options
| author | Baitinq <[email protected]> | 2023-08-26 21:11:20 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-08-26 21:15:19 +0200 |
| commit | 1fbdb6625c88f99688f4cd6e35ade7a93837ec7b (patch) | |
| tree | 3103ed0b9ab22939bf962fe37f497317dd145609 /dotfiles/waybar/style.css | |
| parent | Update (diff) | |
| download | nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.tar.gz nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.tar.bz2 nixos-config-1fbdb6625c88f99688f4cd6e35ade7a93837ec7b.zip | |
Hosts: Start switch from river to sway wm
Sadly, river doesn't get many updates and wayland kind of requires constant updates to the client.
Diffstat (limited to 'dotfiles/waybar/style.css')
| -rw-r--r-- | dotfiles/waybar/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index fe01a14..a36cc04 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -19,24 +19,24 @@ window#waybar { } #window, -#tags { +#workspaces { padding: 0 0; margin: 0 0; } -#tags button { +#workspaces button { padding: 0 7px; margin: 0; color: #bbbbbb; } -#tags button.occupied { +#workspaces button.occupied { border-top: 4px solid #bbbbbb; margin: 0; padding: 0 7px; } -#tags button.focused { +#workspaces button.focused { border-top: 0; margin: 0; padding: 0 7px; @@ -44,7 +44,7 @@ window#waybar { background: #bbbbbb; } -#tags button:hover { +#workspaces button:hover { background: inherit; color: inherit; box-shadow: inherit; |