Switch background color to gruvbox

This commit is contained in:
mokou 2020-05-03 15:39:00 +02:00
parent a58b38da37
commit ab810d9d0d
2 changed files with 29 additions and 29 deletions

View file

@ -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

View file

@ -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;
}