mako i waybar pywal templates

This commit is contained in:
2021-07-08 18:28:40 +02:00
parent 94c1f95a4c
commit a6f071cce2
5 changed files with 32 additions and 30 deletions

View File

@ -1,9 +1,9 @@
# https://github.com/altercation/solarized#the-values
font=Terminus 10
background-color=#0C130C
text-color=#dedbcb
border-color=#606855
background-color=#946634
text-color=#0C130C
border-color=#0C130C
default-timeout=5000
[urgency=high]
text-color=#CB4B16
text-color=#CB4B16

View File

@ -1,6 +1,6 @@
@define-color fore {cursor};
@define-color back {background};
@define-color inactive {color1};
@define-color inactive {color6};
@define-color dark {color2};
@define-color active {color7};

View File

@ -1,9 +1,9 @@
# https://github.com/altercation/solarized#the-values
font=Terminus 10
background-color={background}
text-color={foreground}
border-color={color1}
background-color={color2}
text-color={background}
border-color={background}
default-timeout=5000
[urgency=high]
text-color=#CB4B16
text-color=#CB4B16

View File

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