diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | waybar/style.css | 86 |
2 files changed, 2 insertions, 86 deletions
@@ -8,3 +8,5 @@ These are current my dotfiles: - Statusbar: [waybar](https://github.com/Alexays/Waybar) - Editor: [neovim](https://github.com/neovim/neovim) - Colorscheme: [wallust](https://codeberg.org/explosion-mental/wallust) + +The missing configuration files are in ```wallust/templates/``` diff --git a/waybar/style.css b/waybar/style.css deleted file mode 100644 index 33370ec..0000000 --- a/waybar/style.css +++ /dev/null @@ -1,86 +0,0 @@ -* { - font-family: Hack Nerd Font; -} - -window#waybar { - background: #212118; - color: #F1EFDA; -} - -.modules-left, .modules-center, .modules-right { - padding: 1px; -} - -#clock,#network,#bluetooth,#backlight,#pulseaudio, -#battery,#disk,#temperature,#memory,#cpu { - padding-left: 3px; - padding-right: 3px; - border-color: #64645B; - border-style: solid; - border-width: 1px; -} -#network,#bluetooth,#backlight,#pulseaudio { - border-left-width: 0px; -} -#disk,#temperature,#memory,#cpu { - border-right-width: 0px; -} - -#clock { - background: #A95758; -} -#network { - background: #928982; -} -#bluetooth { - background: #CE5B5D; -} -#backlight { - background: #8B8A92; -} -#pulseaudio { - background: #8D7C66; -} -#battery { - background: #A95758; -} -#disk { - background: #928982; -} -#temperature { - background: #CE5B5D; -} -#memory { - background: #8B8A92; -} -#cpu { - background: #8D7C66; -} - -tooltip { - background: #45453A; -} -tooltip label { - color: #F1EFDA; -} - -#tray menu { - background: #45453A; - color: #F1EFDA; -} - -#bluetooth.off, #pulseaudio.muted, #network.disconnected, #battery.warning { - background: #45453A; -} -#bluetooth.off { - color: #CE5B5D; -} -#pulseaudio.muted { - color: #8D7C66; -} -#network.disconnected { - color: #928982; -} -#battery.warning { - color: #A95758; -} |
