dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit ab810d9d0dca6e9076e5188de2556a774db5b06d
parent a58b38da37ad52035457fb7547aa044eb2e921ea
Author: mokou <mokou@posteo.de>
Date:   Sun,  3 May 2020 15:39:00 +0200

Switch background color to gruvbox

Diffstat:
Mdot_config/sway/config | 6+++---
Mdot_config/waybar/style.css | 52++++++++++++++++++++++++++--------------------------
2 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/dot_config/sway/config b/dot_config/sway/config @@ -34,9 +34,9 @@ font Cozette 11 # Focus # class border backgr. text indicator child_border -client.focused #004043 #004043 #ffffff #069993 #069993 -client.focused_inactive #004043 #004043 #ffffff #004043 #004043 -client.unfocused #004043 #004043 #888888 #004043 #004043 +client.focused #282828 #282828 #ffffff #ffffff #282828 +client.focused_inactive #282828 #282828 #ffffff #ffffff #282828 +client.unfocused #282828 #282828 #888888 #ffffff #282828 # gaps gaps inner 10 diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css @@ -8,8 +8,8 @@ } window#waybar { - background-color: #111; - border-bottom: 3px solid #111; + background-color: #282828; + border-bottom: 3px solid #282828; color: #fff; transition-property: background-color; transition-duration: .5s; @@ -30,32 +30,32 @@ window#waybar.solo { #workspaces button { padding: 0 5px; - background-color: #111; + background-color: #282828; color: #fff; - border-bottom: 3px solid #111; + border-bottom: 3px solid #282828; } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); box-shadow: inherit; - border-bottom: 3px solid #111; + border-bottom: 3px solid #282828; } #workspaces button.focused { background-color: #fff; - color: #111; + color: #282828; border-bottom: 3px solid #fff; } #workspaces button.urgent { - background-color: #111; + background-color: #282828; color: #2ecc40; - border-bottom: 3px solid #111; + border-bottom: 3px solid #282828; } #mode { - background-color: #111; - border-bottom: 3px solid #111; + background-color: #282828; + border-bottom: 3px solid #282828; } #clock, @@ -77,14 +77,14 @@ window#waybar.solo { } #clock { - background-color: #111; + background-color: #282828; color: #fff; } #battery { background-color: #ffffff; - color: #111; + color: #282828; } #battery.charging { @@ -95,7 +95,7 @@ window#waybar.solo { @keyframes blink { to { background-color: #ffffff; - color: #111; + color: #282828; } } @@ -110,66 +110,66 @@ window#waybar.solo { } label:focus { - background-color: #111; + background-color: #282828; } #cpu { - background-color: #111; + background-color: #282828; color: #fff; } #memory { - background-color: #111; + background-color: #282828; color: #fff; } #backlight { - background-color: #111; + background-color: #282828; color: #fff; } #network { - background-color: #111; + background-color: #282828; color: #fff; } #network.disconnected { - background-color: #111; + background-color: #282828; color: #fff; } #pulseaudio { - background-color: #111; + background-color: #282828; color: #fff; } #pulseaudio.muted { - background-color: #111; + background-color: #282828; color: #fff; } #temperature { - background-color: #111; + background-color: #282828; color: #fff; } #temperature.critical { - background-color: #111; + background-color: #282828; color: #fff; } #tray { - background-color: #111; + background-color: #282828; color: #fff; } #idle_inhibitor { - background-color: #111; + background-color: #282828; color: #fff; } #idle_inhibitor.activated { - background-color: #111; + background-color: #282828; color: #fff; }