diff options
| author | 2026-04-21 01:23:18 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:18 +0100 | |
| commit | 9b2af4dd6c73ea57cc921f41120db7a2700e806d (patch) | |
| tree | 66ee69c6d3ece244888ad4a44016e861700059ef /home/.config/waybar/style.css | |
| parent | 288f0dd4757f373a4ef7293020d2be94c983f502 (diff) | |
| download | dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.tar.gz dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.tar.bz2 dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.zip | |
refactor: remove stow home/ directory (preparing for chezmoi source state)
Diffstat (limited to 'home/.config/waybar/style.css')
| -rw-r--r-- | home/.config/waybar/style.css | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/home/.config/waybar/style.css b/home/.config/waybar/style.css deleted file mode 100644 index 44df159..0000000 --- a/home/.config/waybar/style.css +++ /dev/null @@ -1,71 +0,0 @@ -* { - font-family: mono; - font-size: 8pt; -} - -window#waybar { - background-color: #282828; - color: #ebdbb2; - border-bottom: 1px solid #3c3836; -} - -#workspaces button { - padding: 0 5px; - color: #928374; - background-color: transparent; - border: none; - border-radius: 0; -} - -#workspaces button.focused { - color: #ebdbb2; - background-color: #3c3836; - border-bottom: 2px solid #fabd2f; -} - -#workspaces button.urgent { - color: #ebdbb2; - background-color: #fb4934; -} - -#mode { - color: #fabd2f; - font-weight: bold; -} - -#clock, -#battery, -#cpu, -#memory, -#temperature, -#network, -#pulseaudio, -#tray { - padding: 0 6px; -} - -#battery.warning { - color: #fabd2f; -} - -#battery.critical { - color: #fb4934; -} - -#temperature.critical { - color: #fb4934; -} - -#pulseaudio.muted { - color: #928374; -} - -tooltip { - background-color: #3c3836; - border: 1px solid #504945; - border-radius: 0; -} - -tooltip label { - color: #ebdbb2; -} |
