✨ color more of the polybar
This commit is contained in:
parent
43901a34ec
commit
db8469698f
1 changed files with 14 additions and 15 deletions
|
@ -67,10 +67,10 @@
|
||||||
time-format = "%H:%M";
|
time-format = "%H:%M";
|
||||||
|
|
||||||
format-charging =
|
format-charging =
|
||||||
"%{${colors.green}}<animation-charging>%{F-} <label-charging>";
|
"%{F${colors.green}}<animation-charging>%{F-} <label-charging>";
|
||||||
format-discharging =
|
format-discharging =
|
||||||
"%{${colors.red}}<animation-discharging>%{F-} <label-discharging>";
|
"%{F${colors.red}}<animation-discharging>%{F-} <label-discharging>";
|
||||||
format-full = "%{${colors.green}}%{F-} <label-full>";
|
format-full = "%{F${colors.green}} %{F-} <label-full>";
|
||||||
|
|
||||||
label-charging = "%percentage%% %time% remaining";
|
label-charging = "%percentage%% %time% remaining";
|
||||||
label-discharging = "%percentage%% %time% remaining";
|
label-discharging = "%percentage%% %time% remaining";
|
||||||
|
@ -174,8 +174,7 @@
|
||||||
format-underline = colors.orange;
|
format-underline = colors.orange;
|
||||||
label-volume = "%percentage%%";
|
label-volume = "%percentage%%";
|
||||||
|
|
||||||
label-muted = "婢 muted";
|
label-muted = "%{F${colors.red}}婢 %{F-}muted";
|
||||||
label-muted-foreground = colors.red;
|
|
||||||
ramp-volume-0 = "奄";
|
ramp-volume-0 = "奄";
|
||||||
ramp-volume-0-foreground = colors.green;
|
ramp-volume-0-foreground = colors.green;
|
||||||
ramp-volume-1 = "奄";
|
ramp-volume-1 = "奄";
|
||||||
|
|
Loading…
Reference in a new issue