changen clock color

This commit is contained in:
2026-04-01 17:44:08 +02:00
parent 1e811035a5
commit 70842dc108
3 changed files with 69 additions and 18 deletions
+4 -4
View File
@@ -154,10 +154,10 @@
"return-type": "json",
"exec": "fluxo-rs bt",
"on-click": "fluxo-rs bt menu",
"on-click-right": "fluxo-rs bt disconnect",
"interval": 3
"on-click-right": "fluxo-rs bt cycle_mode",
"interval": 5,
"tooltip": true
}
// --- Commented Out Modules ---
/*
"custom/gpu": {
@@ -173,7 +173,7 @@
"exec": "fluxo-rs pool",
"interval": 30
},
"custom/pixelbuds_pro": {
"custom/buds": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs buds",
+33 -3
View File
@@ -36,6 +36,7 @@ window#waybar.bottom {
#custom-disk-root,
#custom-bluetooth-audio,
#custom-volume,
#custom-buds,
#custom-mic,
#custom-gamemode,
#custom-power_status {
@@ -68,6 +69,8 @@ window#waybar.bottom {
background-color: @mauve; /* Signature Catppuccin accent */
}
#workspaces button.active:hover { min-width: 30px; background-color: @mauve; }
#workspaces button:hover {
background-color: @lavender;
min-width: 20px;
@@ -80,7 +83,7 @@ window#waybar.bottom {
/* --- Clock (Centered Pill) --- */
#clock {
background: linear-gradient(45deg, @mauve, @lavender); /* Cohesive pastel gradient */
color: @base;
color: @surface0;
font-weight: 900;
margin: 4px 6px;
padding: 4px 20px;
@@ -141,17 +144,43 @@ window#waybar.bottom {
/* --- Center Bottom Utilities --- */
#custom-gamemode.active {
color: @mauve; /* Matches the workspace accent */
padding-left: 9px;
/* padding-left: 9px; */
}
/* --- Right Bottom Controls Semantic Alerts --- */
#custom-volume.muted,
#custom-mic.muted {
color: @overlay0; /* Dims when muted */
color: @overlay1; /* Dims when muted */
}
#custom-bluetooth-audio.disabled {
color: @overlay1; /* Green for active ANC */
}
#custom-bluetooth-audio.connected {
color: @blue; /* Green for active ANC */
}
#custom-bluetooth-audio.anc-off {
color: @blue; /* Green for active ANC */
}
#custom-bluetooth-audio.anc-active {
color: @blue; /* Green for active ANC */
}
#custom-bluetooth-audio.anc-aware {
color: @blue; /* Yellow for transparency mode */
}
#custom-bluetooth-audio.disconnected {
color: @text; /* Gray when off */
}
/* --- Hover States --- */
#custom-volume:hover,
#custom-buds:hover,
#custom-mic:hover,
#custom-bluetooth-audio:hover,
#custom-power_status:hover {
@@ -159,6 +188,7 @@ window#waybar.bottom {
color: @mauve; /* Subtle accent color on hover instead of jarring borders */
}
/* --- Tooltip --- */
tooltip {
background-color: alpha(@base, 0.9);