Added thermal zones

This commit is contained in:
Damien Broqua 2021-01-08 09:39:31 +01:00
parent 88a615ba5b
commit f62587c125
2 changed files with 57 additions and 9 deletions

View file

@ -12,10 +12,12 @@ window#waybar {
/* Base styling for modules */
#workspaces,
#mode,
#disk,
#network,
#cpu,
#memory,
#temperature,
#pulseaudio,
#custom-spotify,
#custom-multimedia_previous,
@ -37,19 +39,41 @@ window#waybar {
border-radius: 4px;
background: rgba(94,129,172,0.7);
margin: 0 1px;
color: rgba(46, 52, 64, 1);
}
#workspaces button.current_output {
background: rgba(136, 192, 208, 0.7);
}
#workspaces button.focused {
border-radius: 4px;
background: rgba(136, 192, 208, 0.7);
color: rgba(46, 52, 64, 1);
background: rgba(163, 190, 140, 0.7);
}
#workspaces button.urgent {
background: rgba(208, 135, 112, 0.7)
background: rgba(208, 135, 112, 0.7);
}
#network.disconnected {
background: rgba(191, 97, 106, 0.7);
}
#temperature.1 {
margin-right: 0;
padding-right: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#temperature.2 {
margin: 0;
padding: 0 4px;
border-radius: 0;
}
#temperature.3 {
margin-left: 0;
padding-left: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* Style for buttons */
#custom-spotify,
#custom-multimedia_previous,