added modules to waybar

This commit is contained in:
2025-08-09 15:32:12 +02:00
parent 134a0ff79a
commit 283a649486
15 changed files with 223 additions and 264 deletions

View File

@@ -55,6 +55,7 @@ window#waybar.hidden {
#memory,
#cpu,
#custom-gpu-usage,
#custom-power,
#custom-gamemode,
#custom-tlp,
@@ -66,10 +67,11 @@ window#waybar.hidden {
#tray,
#custom-pixelbuds,
#custom-anc,
#custom-audio-output {
#custom-audio-output,
#custom-gpu-screen-recorder {
border-radius: 4px;
margin: 6px 3px;
padding: 6px 12px;
padding: 6px 16px 6px 12px;
background-color: @base;
color: @text;
}
@@ -92,10 +94,19 @@ window#waybar.hidden {
#custom-anc.disconnected {
}
#custom-power,
#custom-gpu-screen-recorder,
#custom-gamemode {
border-bottom: 3px solid @text;
}
#custom-power {
color: @red;
padding: 6px 12px 6px 10px;
}
#custom-gpu-screen-recorder.recording,
#custom-gamemode.active {
color: @red;
border-bottom: 3px solid @red;
}
#custom-tlp {
@@ -136,10 +147,21 @@ window#waybar.hidden {
}
}
#custom-gpu-usage.max_usage {
color: @maroon;
}
#custom-gpu-usage.high_usage {
color: @yellow;
}
#custom-gpu-usage.normal_usage {
color: @teal;
}
#memory,
#cpu {
color: @maroon;
border-bottom: 3px solid @maroon;
color: @teal;
}
@@ -165,7 +187,8 @@ window#waybar.hidden {
#clock {
font-family: JetBrainsMono Nerd Font;
color: @mauve;
color: @green;
border-bottom: 3px solid @green;
}
tooltip {