diff options
author | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
commit | 16b43b92c15d34caf98d06c8282841c06d7ed45b (patch) | |
tree | a96ecc3e000681887c7fd9043418f5dbbea96238 /.config/waybar/style.css | |
parent | 426f8aa8fff9367b02bd01b49c92efb8f52c11ed (diff) |
roled in latest changes to openbox config on Dell XPS 13
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css deleted file mode 100644 index e05c395..0000000 --- a/.config/waybar/style.css +++ /dev/null @@ -1,71 +0,0 @@ -* { - border: none; - border-radius: 0; - font-family: Sans; - font-size: 15px; - box-shadow: none; - text-shadow: none; - transition-duration: 0s; -} - -window { - color: rgba(217, 216, 216, 1); - background: rgba(35, 31, 32, 0.00); -} - -window#waybar.solo { - color: rgba(217, 216, 216, 1); - background: rgba(35, 31, 32, 0.85); -} - -#workspaces { - margin: 0 5px; -} - -#workspaces button { - padding: 0 5px; - color: rgba(217, 216, 216, 0.4); -} - -#workspaces button.visible { - color: rgba(217, 216, 216, 1); -} - -#workspaces button.focused { - border-top: 3px solid rgba(217, 216, 216, 1); - border-bottom: 3px solid rgba(217, 216, 216, 0); -} - -#workspaces button.urgent { - color: rgba(238, 46, 36, 1); -} - -#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { - margin: 0px 6px 0px 10px; - min-width: 25px; -} - -#clock { - margin: 0px 4px 0px 6px; - min-width: 140px; -} - -#battery.warning { - color: rgba(255, 210, 4, 1); -} - -#battery.critical { - color: rgba(238, 46, 36, 1); -} - -#battery.charging { - color: rgba(217, 216, 216, 1); -} - -#custom-storage.warning { - color: rgba(255, 210, 4, 1); -} - -#custom-storage.critical { - color: rgba(238, 46, 36, 1); -} |