Format
This commit is contained in:
parent
a45c032180
commit
d2237c0a12
12 changed files with 352 additions and 392 deletions
|
@ -3,7 +3,6 @@
|
|||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: Fira Code;
|
||||
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
@ -23,7 +22,8 @@ window#waybar {
|
|||
box-shadow: inset 0 -5px red;
|
||||
}
|
||||
|
||||
#workspaces button.focused, #workspaces button:hover {
|
||||
#workspaces button.focused,
|
||||
#workspaces button:hover {
|
||||
box-shadow: inset 0 -5px white;
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,16 @@ window#waybar {
|
|||
/* color: @unfocused_borders; */
|
||||
}
|
||||
|
||||
#pulseaudio, #network, #cpu, #memory, #disk, #temperature, #battery, #language, #clock, #tray {
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#temperature,
|
||||
#battery,
|
||||
#language,
|
||||
#clock,
|
||||
#tray {
|
||||
margin: 0 4px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue