diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:25:46 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:25:46 +0100 |
| commit | 4d8815c0057a6dfca5cc6851f9ea03446ff48c6f (patch) | |
| tree | 1e4d68d2a59946b8a7b7476acd684785bde91022 /.config/waybar/style.css | |
| parent | 7e54491dd7feffd60fd13cef2e15fd94e0f072db (diff) | |
waybar
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css new file mode 100644 index 0000000..7dc48f7 --- /dev/null +++ b/.config/waybar/style.css @@ -0,0 +1,44 @@ +* { + font-family: "JetBrainsMonoNF"; + font-size: 14px; + border: none; + border-radius: 0; +} + +window#waybar { + background: #121212; + color: #dedede; +} + + +#workspaces button { + padding: 0 5px; + color: #dedede; + border-bottom: 2px solid transparent; +} + +#workspaces button.focused { + color: #C9DE95; + background-color: #333333; + border-bottom: 2px solid #C9DE95; +} + +#workspaces button.urgent { + color: #E27373; + border-bottom: 2px solid #E27373; +} + + +#battery, +#backlight, +#network, +#bluetooth, +#wireplumber, +#clock { + padding: 0 5px; + border-bottom: 2px solid #C9DE95; +} + +#battery.critical { + color: #E27373; +} |