This commit is contained in:
2025-08-07 06:06:53 +02:00
parent 5599be8150
commit 2a3f8f7294
13 changed files with 229 additions and 266 deletions

View File

@@ -1,4 +1,3 @@
/* ~/.config/waybar/style.css */
@import "./catppuccin-waybar/themes/mocha.css";
@@ -57,6 +56,7 @@ window#waybar.hidden {
#memory,
#cpu,
#custom-power,
#custom-gamemode,
#custom-tlp,
#battery,
#backlight,
@@ -65,7 +65,8 @@ window#waybar.hidden {
#clock,
#tray,
#custom-pixelbuds,
#custom-anc {
#custom-anc,
#custom-audio-output {
border-radius: 4px;
margin: 6px 3px;
padding: 6px 12px;
@@ -91,7 +92,8 @@ window#waybar.hidden {
#custom-anc.disconnected {
}
#custom-power {
#custom-power,
#custom-gamemode {
color: @red;
padding: 6px 12px 6px 10px;
}
@@ -151,6 +153,11 @@ window#waybar.hidden {
border-bottom: 3px solid @mauve;
}
#custom-audio-output {
color: @mauve;
border-bottom: 3px solid @mauve;
}
#network {
color: @mauve;
padding-right: 15px;