133 lines
1.7 KiB
CSS
133 lines
1.7 KiB
CSS
@define-color fore #dbcdac;
|
|
@define-color back #0f0e09;
|
|
@define-color inactive #9F8D5E;
|
|
@define-color dark #324443;
|
|
@define-color active #dbcdac;
|
|
@define-color orange #FFA500;
|
|
@define-color green #228b22;
|
|
@define-color blue #7cb9e8;
|
|
@define-color yellow #deb887;
|
|
|
|
|
|
* {
|
|
font-size: 12px;
|
|
font-family: Terminus;
|
|
border: none;
|
|
padding: 0px 0px 0px 0px;
|
|
min-height: 10px;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
#custom-right-arrow-dark,
|
|
#custom-left-arrow-dark {
|
|
color: @dark;
|
|
background: @back;
|
|
}
|
|
#custom-right-arrow-light,
|
|
#custom-left-arrow-light {
|
|
color: @back;
|
|
background: @dark;
|
|
}
|
|
|
|
#clock.1,
|
|
#clock.2,
|
|
#clock.3,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#disk {
|
|
background: none;
|
|
color: white;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#custom-biurko_on,
|
|
#custom-biurko_off,
|
|
#custom-biurko_red,
|
|
#custom-tv_volup,
|
|
#custom-tv_voldown,
|
|
#custom-domofon,
|
|
#workspaces {
|
|
background: none;
|
|
color: white;
|
|
padding: 5px;
|
|
}
|
|
|
|
#tray {
|
|
background: none;
|
|
color: white;
|
|
padding: 5px;
|
|
}
|
|
|
|
#battery,
|
|
#custom-rsyncnet,
|
|
#custom-temperature,
|
|
#custom-hum,
|
|
#custom-pressure,
|
|
#custom-pm_25,
|
|
#custom-pm_10 {
|
|
background: none;
|
|
color: white;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#workspaces:active {
|
|
color: white;
|
|
margin-right: 0;
|
|
}
|
|
|
|
|
|
#workspaces button {
|
|
padding: 0;
|
|
margin: 0;
|
|
color: gray;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: @orange;
|
|
margin: 0;
|
|
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
#workspaces button:hover {
|
|
border: @foreground;
|
|
padding: 0 0px;
|
|
}
|
|
|
|
#clock,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#disk {
|
|
color: white;
|
|
background: black;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#clock.2,
|
|
#custom-temperature {
|
|
color: @orange;
|
|
}
|
|
|
|
#custom-pressure {
|
|
color: @green;
|
|
}
|
|
|
|
#custom-hum {
|
|
color: @blue;
|
|
}
|
|
|
|
#custom-pm_25,
|
|
#custom-pm_10 {
|
|
color: @yellow;
|
|
}
|