Update polybar
This commit is contained in:
parent
0be3ad3093
commit
cfc1259326
1 changed files with 12 additions and 21 deletions
|
|
@ -144,25 +144,17 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
format = {
|
format = {
|
||||||
charging = colors.selected // {
|
charging = colors.selected // { text = "<animation-charging> <label-charging>"; };
|
||||||
padding = 1;
|
discharging = colors.active // { text = "<animation-discharging> <label-discharging>"; };
|
||||||
text = "<animation-charging> <label-charging>";
|
full = colors.normal // { text = " <label-full>"; };
|
||||||
};
|
|
||||||
discharging = colors.active // {
|
|
||||||
padding = 1;
|
|
||||||
text = "<animation-discharging> <label-discharging>";
|
|
||||||
};
|
|
||||||
full = colors.normal // {
|
|
||||||
padding = 1;
|
|
||||||
text = " <label-full>";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
label = {
|
label.text = "%percentage%%";
|
||||||
chargin = "%percentage%%";
|
# = {
|
||||||
dischargin = "%percentage%%";
|
# chargin = "%percentage%%";
|
||||||
full = "%percentage%%";
|
# dischargin = "%percentage%%";
|
||||||
};
|
# full = "%percentage%%";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/bspwm" = {
|
"module/bspwm" = {
|
||||||
|
|
@ -244,8 +236,8 @@ in
|
||||||
muted = colors.active;
|
muted = colors.active;
|
||||||
volume = colors.normal // { text = "<ramp-volume> <label-volume>"; };
|
volume = colors.normal // { text = "<ramp-volume> <label-volume>"; };
|
||||||
};
|
};
|
||||||
label.muted = { text = "婢"; };
|
label.muted.text = "婢muted";
|
||||||
label.volume = { text = "%percentage%%"; };
|
label.volume.text = "%percentage%%";
|
||||||
ramp.volume = [ "奄" "奔" "墳" ];
|
ramp.volume = [ "奄" "奔" "墳" ];
|
||||||
type = "internal/pulseaudio";
|
type = "internal/pulseaudio";
|
||||||
};
|
};
|
||||||
|
|
@ -254,7 +246,6 @@ in
|
||||||
format = colors.normal // {
|
format = colors.normal // {
|
||||||
text = "<ramp> <label>";
|
text = "<ramp> <label>";
|
||||||
warn = {
|
warn = {
|
||||||
padding = 1;
|
|
||||||
text = "<ramp> <label-warn>";
|
text = "<ramp> <label-warn>";
|
||||||
underline = colors.alert;
|
underline = colors.alert;
|
||||||
};
|
};
|
||||||
|
|
@ -264,7 +255,7 @@ in
|
||||||
text = "%temperature-c%";
|
text = "%temperature-c%";
|
||||||
warn = "%temperature-c%";
|
warn = "%temperature-c%";
|
||||||
};
|
};
|
||||||
ramp = { text = [ "" "" "" "" "" ]; };
|
ramp.text = [ "" "" "" "" "" ];
|
||||||
thermal.zone = "0";
|
thermal.zone = "0";
|
||||||
type = "internal/temperature";
|
type = "internal/temperature";
|
||||||
warn.temperature = "90";
|
warn.temperature = "90";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue