97 lines
1.2 KiB
CSS
97 lines
1.2 KiB
CSS
* {
|
|
border: none;
|
|
font-size: 10px;
|
|
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF" ;
|
|
min-height: 10px;
|
|
}
|
|
|
|
#custom-logo {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.modules-right {
|
|
padding: 0px;
|
|
background: #225496;
|
|
border: 2px solid #4F0B1E;
|
|
}
|
|
|
|
.modules-center {
|
|
}
|
|
|
|
.modules-left {
|
|
background: #225496;
|
|
border: 2px solid #4F0B1E;
|
|
}
|
|
|
|
#workspaces {
|
|
background: #225496;
|
|
border: 2px solid #4F0B1E;
|
|
}
|
|
|
|
#workspaces button{
|
|
color: #ffffff;
|
|
}
|
|
|
|
#workspaces button.active{
|
|
color: #FDEE7C;
|
|
}
|
|
|
|
#workspaces button.urgent{
|
|
color: #9B0717;
|
|
}
|
|
|
|
#battery,
|
|
#custom-temp,
|
|
#custom-tempG,
|
|
#custom-clipboard,
|
|
#custom-colorpicker,
|
|
#custom-powerDraw,
|
|
#bluetooth,
|
|
#pulseaudio,
|
|
#network,
|
|
#disk,
|
|
#memory,
|
|
#backlight,
|
|
#cpu,
|
|
#temperature,
|
|
#custom-weather,
|
|
#idle_inhibitor,
|
|
#jack,
|
|
#window,
|
|
#clock {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#pulseaudio {
|
|
}
|
|
|
|
#tray {
|
|
background: #2E3436;
|
|
}
|
|
|
|
#temperature.critical,
|
|
#pulseaudio.muted {
|
|
color: #FF0000;
|
|
}
|
|
|
|
|
|
#clock{
|
|
color: #FDEE7C;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #ffffff;
|
|
background-color: #26A65B;
|
|
}
|
|
|
|
#battery.warning:not(.charging) {
|
|
background-color: #ffbe61;
|
|
color: black;
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
background-color: #f53c3c;
|
|
color: #ffffff;
|
|
}
|
|
|