diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-13 16:52:14 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-13 16:52:14 -0500 |
| commit | 034e6a5e6738ea84e6e3c22bedf5f1fe523d144b (patch) | |
| tree | 043cd8439c122c744f45de11d78e08ef049b4a41 /modules/user/desktop/waybar.css | |
| parent | d15c9aa80f81b773888dee5b2b21548c96528df8 (diff) | |
waybarrr
Diffstat (limited to 'modules/user/desktop/waybar.css')
| -rw-r--r-- | modules/user/desktop/waybar.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css new file mode 100644 index 0000000..8fa6fc8 --- /dev/null +++ b/modules/user/desktop/waybar.css @@ -0,0 +1,65 @@ +* { + border: none; + border-radius: 0; + font-family: Fira Code; + min-height: 0; +} + +window#waybar { + background: none; + color: #e0def4; +} + +tooltip { + background: rgba(38, 35, 58, 0.8); + border-radius: 10px; +} + +tooltip label { + color: #e0def4; +} + +#workspaces button { + background: none; + box-shadow: none; + color: #6e6a86; + font-weight: bold; + padding: 0; +} + +#workspaces button:hover { + color: #e0def4; +} + +#workspaces button.visible { + color: #908caa; +} + +#workspaces button.focused { + color: #ebbcba; +} + +#workspaces button.urgent { + color: #eb6f92; +} + +.module { + padding: 0 4px; +} + +.modules-left, .modules-center, .modules-right { + background: rgba(25, 23, 36, 0.8); + border-top-left-radius: 10px; + border-top-right-radius: 10px; + padding: 4px; +} + +.modules-left { + margin-left: 8px; + margin-right: 4px; +} + +.modules-right { + margin-left: 4px; + margin-right: 8px; +} |
