reformatted waybar
This commit is contained in:
parent
34653168c4
commit
df7685a8f5
1 changed files with 19 additions and 19 deletions
|
|
@ -1,62 +1,62 @@
|
||||||
* {
|
* {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: Iosevka Nerd Font;
|
font-family: Iosevka Nerd Font;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #282828;
|
background: #282828;
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #fabd2f;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button {
|
#tags button {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.occupied {
|
#tags button.occupied {
|
||||||
color: #fe8019;
|
color: #fe8019;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.focused {
|
#tags button.focused {
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background: #fabd2f;
|
background: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.urgent {
|
#tags button.urgent {
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background: #fb4934;
|
background: #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#battery,
|
#battery,
|
||||||
#tray {
|
#tray {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
color: #fabd2f;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #fb4934;
|
color: #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: #b8bb26;
|
color: #b8bb26;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
color: #83a598;
|
color: #83a598;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|
@ -66,5 +66,5 @@ window#waybar {
|
||||||
#battery,
|
#battery,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#disk {
|
#disk {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue