sway: waybar: nuke unneeded styles

This commit is contained in:
Peter Cai 2021-11-18 17:54:34 -05:00
parent 88fbb4fa54
commit 44165fafdb

View file

@ -37,8 +37,8 @@ window#waybar.PCSX2 #window {
}
#workspaces, #network, #pulseaudio,
#custom-weather, #cpu, #memory, #clock,
#tray, #custom-power {
#custom-weather, #clock, #tray,
#custom-power {
opacity: 0.8;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
@ -114,30 +114,6 @@ window#waybar.PCSX2 #window {
background: #a3be8c;
}
#cpu {
margin-top: 8px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 8px;
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #f1fa8c;
}
#memory {
margin-top: 8px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 8px;
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #ff6e67;
}
#clock {
margin-top: 8px;
margin-left: 8px;