diff options
| author | silly <u65487754@gmail.com> | 2026-04-12 14:58:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-12 14:58:12 +0000 |
| commit | 130e7a78fad346a80444b9b69c0af0d05a52eb7c (patch) | |
| tree | 2c5467f6ff3e9f2d3699f3b77852688520a5777a /.config | |
| parent | e0e068fa40f8a869d6e98706e7187ee613f34e83 (diff) | |
Create style.css
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/style.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css new file mode 100644 index 0000000..daf19a2 --- /dev/null +++ b/.config/waybar/style.css @@ -0,0 +1,57 @@ +* { + border: none; + border-radius: 0; + font-family: "JetBrainsMono Nerd Font 12"; + font-size: 12px; + min-height: 0; + margin: 0; + padding: 0; +} + +window#waybar { + background-color: #000000; + color: #ffffff; +} + +#workspaces { + background: #000000; + padding: 0 4px; +} + +#workspaces button { + background: transparent; + color: #ffffff; + padding: 0 6px; + min-width: 0; + border-bottom: 1px solid transparent; + opacity: 0.25; +} + +#workspaces button:hover { + background: transparent; + box-shadow: none; + opacity: 0.5; +} + +#workspaces button.visible { + opacity: 0.45; + border-bottom: 1px solid #333333; +} + +#workspaces button.active { + color: #ffffff; + opacity: 1; + border-bottom: 1px solid #ffffff; +} + +#workspaces button.urgent { + opacity: 1; + color: #ffffff; +} + +#clock { + background: #000000; + color: #ffffff; + padding: 0 8px; + opacity: 0.85; +} |
