mako i waybar pywal templates
This commit is contained in:
@ -6,19 +6,19 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @dark;
|
||||
color: @back;
|
||||
background: none;
|
||||
color: @dark;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: @back;
|
||||
background: @dark;
|
||||
color: @dark;
|
||||
background: none;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: @dark;
|
||||
background: @back;
|
||||
color: @back;
|
||||
background: @dark;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
@ -31,8 +31,8 @@ window#waybar {
|
||||
#battery,
|
||||
#disk,
|
||||
#tray {
|
||||
background: @back;
|
||||
color: @dark;
|
||||
background: @dark;
|
||||
color: @back;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
@ -40,7 +40,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#tray {
|
||||
background: @back;
|
||||
background: @dark;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
@ -49,8 +49,8 @@ window#waybar {
|
||||
#custom-pressure,
|
||||
#custom-pm_25,
|
||||
#custom-pm_10 {
|
||||
background: @back;
|
||||
color: @dark;
|
||||
background: @dark;
|
||||
color: @back;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
@ -60,32 +60,31 @@ window#waybar {
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: @invactive;
|
||||
color: @back;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: @background;
|
||||
border: @foreground;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @dark;
|
||||
color: @back;
|
||||
}
|
||||
#memory {
|
||||
color: @dark;
|
||||
color: @back;
|
||||
}
|
||||
#cpu {
|
||||
color: @dark;
|
||||
color: @back;
|
||||
}
|
||||
#battery {
|
||||
color: @dark;
|
||||
color: @back;
|
||||
}
|
||||
#disk {
|
||||
color: @dark;
|
||||
color: @back;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
Reference in New Issue
Block a user