updated scripts and waybar
This commit is contained in:
@@ -51,12 +51,14 @@ window#waybar.hidden {
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
border-bottom: 3px solid @red;
|
||||
border-bottom: 3px solid @maroon;
|
||||
}
|
||||
|
||||
#memory,
|
||||
#cpu,
|
||||
#custom-gpu-usage,
|
||||
#custom-gpu,
|
||||
#custom-cpu,
|
||||
#custom-mem,
|
||||
#custom-power,
|
||||
#custom-gamemode,
|
||||
#custom-tlp,
|
||||
@@ -77,7 +79,7 @@ window#waybar.hidden {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#wireplumber.muted, #custom-pixelbuds_pro {
|
||||
#wireplumber.muted, #custom-pixelbuds_pro, #custom-audio-output.muted {
|
||||
background-color: @base;
|
||||
color: @subtext1;
|
||||
border-bottom: 3px solid @subtext1;
|
||||
@@ -88,6 +90,17 @@ window#waybar.hidden {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
#custom-gpu-screen-recorder,
|
||||
#custom-gpu-screen-recorder.recording {
|
||||
padding-right: 18px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#custom-gamemode {
|
||||
padding-right: 15px;
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
#custom-pixelbuds_pro.anc-active {
|
||||
color: @sapphire;
|
||||
border-bottom: 3px solid @sapphire;
|
||||
@@ -110,16 +123,19 @@ window#waybar.hidden {
|
||||
|
||||
#custom-gpu-screen-recorder,
|
||||
#custom-gamemode {
|
||||
color: @teal;
|
||||
background-color: @base;
|
||||
color: @subtext1;
|
||||
border-bottom: 3px solid @subtext1;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
color: @red;
|
||||
color: @maroon;
|
||||
}
|
||||
|
||||
#custom-gpu-screen-recorder.recording,
|
||||
#custom-gamemode.active {
|
||||
color: @red;
|
||||
color: @teal;
|
||||
border-bottom: 3px solid @teal;
|
||||
}
|
||||
|
||||
#custom-tlp {
|
||||
@@ -160,24 +176,28 @@ window#waybar.hidden {
|
||||
}
|
||||
}
|
||||
|
||||
#custom-gpu-usage.max_usage {
|
||||
#custom-gpu.max,
|
||||
#custom-cpu.max,
|
||||
#custom-mem.max {
|
||||
color: @maroon;
|
||||
border-bottom: 3px solid @maroon;
|
||||
/* border-bottom: 3px solid @maroon; */
|
||||
}
|
||||
|
||||
#custom-gpu-usage.high_usage {
|
||||
#custom-gpu.high,
|
||||
#custom-gpu.high,
|
||||
#custom-mem.high {
|
||||
color: @yellow;
|
||||
border-bottom: 3px solid @yellow;
|
||||
/* border-bottom: 3px solid @yellow; */
|
||||
}
|
||||
|
||||
#custom-gpu-usage.normal_usage {
|
||||
color: @teal;
|
||||
border-bottom: 3px solid @teal;
|
||||
}
|
||||
|
||||
#memory, #cpu, #network {
|
||||
color: @mauve;
|
||||
border-bottom: 3px solid @mauve;
|
||||
#memory,
|
||||
#cpu,
|
||||
#network,
|
||||
#custom-gpu.normal,
|
||||
#custom-cpu.normal,
|
||||
#custom-mem.normal {
|
||||
color: @lavender;
|
||||
/* border-bottom: 3px solid @mauve; */
|
||||
}
|
||||
|
||||
|
||||
@@ -186,12 +206,18 @@ window#waybar.hidden {
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
padding-right: 15px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
#clock, #custom-audio-output, #wireplumber {
|
||||
color: @teal;
|
||||
border-bottom: 3px solid @teal;
|
||||
#custom-audio-output.unmuted, #wireplumber {
|
||||
color: @maroon;
|
||||
border-bottom: 3px solid @maroon;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#clock {
|
||||
color: @maroon;
|
||||
}
|
||||
|
||||
#network {
|
||||
|
||||
Reference in New Issue
Block a user