2024-03-10 16:06:27 +00:00
|
|
|
/* Colors (anemofilia) */
|
|
|
|
@define-color black #1A1A1A;
|
|
|
|
@define-color blue #8581E0;
|
|
|
|
@define-color gray #313131;
|
|
|
|
@define-color white #DDDDDD;
|
|
|
|
|
|
|
|
@define-color mode @black;
|
|
|
|
@define-color normal-bg @black;
|
|
|
|
@define-color normal-fg @white;
|
|
|
|
@define-color focused-bg @gray;
|
|
|
|
@define-color focused-fg @blue;
|
|
|
|
@define-color sound @gray;
|
|
|
|
@define-color network @black;
|
|
|
|
@define-color memory @gray;
|
|
|
|
@define-color cpu @black;
|
|
|
|
@define-color temp @gray;
|
|
|
|
@define-color layout @black;
|
|
|
|
@define-color battery @gray;
|
|
|
|
@define-color date @black;
|
|
|
|
@define-color time @black;
|
|
|
|
|
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: Meslo LG M DZ, JuliaMono, Noto;
|
|
|
|
font-size: 12px;
|
|
|
|
min-height: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
icon-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
background: @normal-bg;
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
|
|
|
background: rgba(43, 48, 59, 0.8);
|
|
|
|
border: 1px solid rgba(100, 114, 125, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip label {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button {
|
|
|
|
color: @gray;
|
|
|
|
background: transparent;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button:not(.focused):not(.occupied) {
|
|
|
|
border-top: 2px solid transparent;
|
|
|
|
color: @normal-fg;
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button:not(.occupied).focused {
|
|
|
|
border-top: 2px solid transparent;
|
|
|
|
color: @focused-fg;
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button:not(.focused).occupied {
|
|
|
|
border-top: 2px solid @normal-fg;
|
|
|
|
color: @normal-fg;
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button.occupied.focused {
|
|
|
|
border-top: 2px solid @focused-fg;
|
|
|
|
color: @focused-fg;
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button:hover {
|
|
|
|
box-shadow: inherit;
|
|
|
|
text-shadow: inherit;
|
|
|
|
background: @black;
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#window {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
background: @normal-bg;
|
2024-03-11 00:15:34 +00:00
|
|
|
color: @focused-fg;
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
|
2024-06-09 05:05:21 +00:00
|
|
|
#pulseaudio,#pulseaudio,#network,#cpu,#memory,#backlight,#battery,#clock, #custom-arrow1, #custom-arrow2 {
|
2024-03-10 16:06:27 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2024-06-09 05:05:21 +00:00
|
|
|
#pulseaudio {
|
2024-03-10 16:06:27 +00:00
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
2024-06-09 05:05:21 +00:00
|
|
|
#pulseaudio.muted {
|
2024-03-10 16:06:27 +00:00
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pulseaudio.muted {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network.wifi {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network.disconnected {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cpu {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#temperature {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#memory {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.full {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.good {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tray {
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes blink {
|
|
|
|
to {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.warning:not(.charging) {
|
|
|
|
background: #f53c3c;
|
|
|
|
color: white;
|
|
|
|
animation-name: blink;
|
|
|
|
animation-duration: 0.5s;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-direction: alternate;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
|
|
|
font-family: Meslo LG M DZ, JuliaMono, Noto;
|
|
|
|
font-size: 11px;
|
|
|
|
background-color: @black;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip * {
|
|
|
|
font-family: Meslo LG M DZ, JuliaMono, Noto;
|
|
|
|
font-size: 11px;
|
|
|
|
background-color: @black;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-arrow1 {
|
|
|
|
font-size: 13pt;
|
|
|
|
color: @focused-bg;
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-arrow2 {
|
|
|
|
font-size: 13pt;
|
|
|
|
color: @normal-bg;
|
|
|
|
background: @focused-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* #taskbar */
|
|
|
|
#taskbar button {
|
|
|
|
color: @normal-fg;
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
#taskbar button.active {
|
|
|
|
color: @focused-fg;
|
|
|
|
background: @normal-bg;
|
|
|
|
}
|
|
|
|
/* #taskbar button.minimized
|
|
|
|
#taskbar button.maximized
|
|
|
|
#taskbar button.fullscreen
|
|
|
|
#taskbar.empty */
|
|
|
|
|
|
|
|
#custom-net-up-icon {
|
|
|
|
background: @focused-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/net_up.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
#custom-net-down-icon {
|
|
|
|
background: @focused-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/net_down.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
#custom-mem-icon {
|
|
|
|
background: @normal-bg;
|
|
|
|
background-color: @normal-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/mem.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
#custom-bat-icon {
|
|
|
|
background: @normal-bg;
|
|
|
|
background-color: @normal-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/battery_100.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
#custom-cpu-icon {
|
|
|
|
background: @focused-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/cpu.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
|
|
|
#custom-temp-icon {
|
|
|
|
background: @normal-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/temp.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|
2024-06-09 05:05:21 +00:00
|
|
|
#custom-pulseaudio-icon {
|
2024-03-10 16:06:27 +00:00
|
|
|
background: @focused-bg;
|
2024-07-05 21:08:16 +00:00
|
|
|
background-image: url("/home/radio/.config/awesome/icons/vol_low.png");
|
2024-03-10 16:06:27 +00:00
|
|
|
}
|