diff --git a/dot_config/sway/config b/dot_config/sway/config index 7f9bf7c..860b0b8 100644 --- 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 index 8b23d2e..59d560b 100644 --- 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; }