This commit is contained in:
2025-11-02 23:53:10 +01:00
parent a1ac6850bb
commit 26f8c79767
15 changed files with 568 additions and 49 deletions

View File

@@ -63,6 +63,7 @@ window#waybar.hidden {
#backlight,
#wireplumber,
#network,
#custom-network,
#clock,
#tray,
#custom-disk-root,
@@ -73,7 +74,8 @@ window#waybar.hidden {
#custom-bluetooth-audio,
#custom-audio-output,
#custom-btrfs,
#custom-gpu-screen-recorder {
#custom-gpu-screen-recorder,
#custom-droidcam {
border-radius: 10px;
margin: 0px 3px;
padding: 6px 12px;
@@ -94,7 +96,13 @@ window#waybar.hidden {
#custom-gpu-screen-recorder,
#custom-gpu-screen-recorder.recording {
padding-right: 18px;
padding-right: 14px;
padding-left: 10px;
}
#custom-droidcam,
#custom-droidcam.active {
padding-right: 14px;
padding-left: 10px;
}
@@ -124,7 +132,8 @@ window#waybar.hidden {
}
#custom-gpu-screen-recorder,
#custom-gamemode {
#custom-gamemode,
#custom-droidcam {
background-color: @base;
color: @subtext1;
border-bottom: 3px solid @subtext1;
@@ -135,7 +144,8 @@ window#waybar.hidden {
}
#custom-gpu-screen-recorder.recording,
#custom-gamemode.active {
#custom-gamemode.active,
#custom-droidcam.active {
color: @maroon;
border-bottom: 3px solid @maroon;
}
@@ -205,6 +215,7 @@ window#waybar.hidden {
#memory,
#cpu,
#disk,
#custom-network,
#custom-gpu.normal,
#custom-cpu.normal,
#custom-mem.normal,