some cleanup, back to wpa_supplicant, about to branch for refactor
This commit is contained in:
parent
29f9ba670f
commit
7b061e6cd8
33 changed files with 2225 additions and 449 deletions
|
@ -41,12 +41,14 @@ window#waybar {
|
|||
#wireplumber,
|
||||
#disk,
|
||||
#memory,
|
||||
#backlight,
|
||||
#taskbar
|
||||
#cpu,
|
||||
#temperature,
|
||||
#custom-weather,
|
||||
#idle_inhibitor,
|
||||
#jack,
|
||||
#upower,
|
||||
#power-profiles-daemon
|
||||
#tray,
|
||||
#window,
|
||||
#workspaces,
|
||||
|
@ -54,12 +56,20 @@ window#waybar {
|
|||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#power-profiles-daemon {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
#temperature.critical,
|
||||
#pulseaudio.muted {
|
||||
color: #FF0000;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#clock{
|
||||
color: #d8bfff;
|
||||
}
|
||||
|
@ -101,6 +111,10 @@ window#waybar {
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
#taskbar, #tray {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#taskbar button.active {
|
||||
background: #333;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue