Add Waybar configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
09dc3f3a84
commit
f8c131b5f3
2 changed files with 130 additions and 0 deletions
49
system/.config/waybar/style.css
Normal file
49
system/.config/waybar/style.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Iosevka Nerd Font", sans-serif;
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background-color: #18161d;
|
||||
color: #A4A0AC;
|
||||
}
|
||||
|
||||
#tray,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#clock,
|
||||
#battery,
|
||||
#custom-update,
|
||||
#custom-power {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#tray:hover,
|
||||
#network:hover,
|
||||
#pulseaudio:hover,
|
||||
#clock:hover,
|
||||
#battery:hover,
|
||||
#custom-update:hover,
|
||||
#custom-power:hover {
|
||||
background-color: #A4A0AC;
|
||||
color: #18161d;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
background-color: #18161d;
|
||||
color: #A4A0AC;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: #A4A0AC;
|
||||
color: #18161d;
|
||||
}
|
||||
|
||||
#workspaces button.focused.current_output {
|
||||
background-color: #A4A0AC;
|
||||
color: #18161d;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue