fixed gamemode style
This commit is contained in:
+60
-18
@@ -6,7 +6,9 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-family: JetBrainsMono Nerd Font, monospace;
|
font-family:
|
||||||
|
JetBrainsMono Nerd Font,
|
||||||
|
monospace;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
@@ -86,9 +88,16 @@ window#waybar.bottom {
|
|||||||
#custom-power_status {
|
#custom-power_status {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#custom-power_status.charging { color: @green; border-color: @green; }
|
#custom-power_status.charging {
|
||||||
#custom-power_status.bat { color: @yellow; }
|
color: @green;
|
||||||
#custom-power_status.warning { color: @peach; }
|
border-color: @green;
|
||||||
|
}
|
||||||
|
#custom-power_status.bat {
|
||||||
|
color: @yellow;
|
||||||
|
}
|
||||||
|
#custom-power_status.warning {
|
||||||
|
color: @peach;
|
||||||
|
}
|
||||||
#custom-power_status.critical {
|
#custom-power_status.critical {
|
||||||
color: @red;
|
color: @red;
|
||||||
border-color: @red;
|
border-color: @red;
|
||||||
@@ -96,29 +105,62 @@ window#waybar.bottom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to { background-color: alpha(@red, 0.4); }
|
to {
|
||||||
|
background-color: alpha(@red, 0.4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Hardware Metrics (Left Bottom) --- */
|
/* --- Hardware Metrics (Left Bottom) --- */
|
||||||
#custom-sys { color: @teal; }
|
#custom-sys {
|
||||||
#custom-cpu { color: @blue; }
|
color: @teal;
|
||||||
#custom-mem { color: @lavender; }
|
}
|
||||||
#custom-network { color: @sapphire; }
|
#custom-cpu {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
#custom-mem {
|
||||||
|
color: @lavender;
|
||||||
|
}
|
||||||
|
#custom-network {
|
||||||
|
color: @sapphire;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-cpu.high, #custom-mem.high { color: @yellow; }
|
#custom-cpu.high,
|
||||||
#custom-cpu.max, #custom-mem.max { color: @red; }
|
#custom-mem.high {
|
||||||
|
color: @yellow;
|
||||||
|
}
|
||||||
|
#custom-cpu.max,
|
||||||
|
#custom-mem.max {
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Center Bottom Utilities --- */
|
/* --- Center Bottom Utilities --- */
|
||||||
#custom-gamemode { color: @yellow; }
|
#custom-gamemode {
|
||||||
#custom-gamemode.active { color: @red; border-color: @red; }
|
color: @yellow;
|
||||||
|
}
|
||||||
|
#custom-gamemode.active {
|
||||||
|
color: @red;
|
||||||
|
border-color: @red;
|
||||||
|
padding-left: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Right Bottom Controls --- */
|
/* --- Right Bottom Controls --- */
|
||||||
#custom-disk-root { color: @sky; }
|
#custom-disk-root {
|
||||||
#custom-volume { color: @mauve; }
|
color: @sky;
|
||||||
#custom-mic { color: @flamingo; }
|
}
|
||||||
#custom-volume.muted, #custom-mic.muted { color: @overlay0; }
|
#custom-volume {
|
||||||
|
color: @mauve;
|
||||||
|
}
|
||||||
|
#custom-mic {
|
||||||
|
color: @flamingo;
|
||||||
|
}
|
||||||
|
#custom-volume.muted,
|
||||||
|
#custom-mic.muted {
|
||||||
|
color: @overlay0;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-bluetooth-audio { color: @blue; }
|
#custom-bluetooth-audio {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Tooltip --- */
|
/* --- Tooltip --- */
|
||||||
tooltip {
|
tooltip {
|
||||||
|
|||||||
Reference in New Issue
Block a user