Tweaks to waybar
Some checks failed
/ check (push) Failing after 3m27s

This commit is contained in:
Daniel Flanagan 2024-09-13 14:17:45 -05:00
parent c2095697ef
commit c92314e731

View file

@ -70,13 +70,13 @@
"justify" = "center"; "justify" = "center";
}; };
"cpu" = { "cpu" = {
"format" = "CPU\n{usage}%"; "format" = "{usage}%\nCPU";
"tooltip" = true; "tooltip" = true;
"interval" = 5; "interval" = 5;
"justify" = "center"; "justify" = "center";
}; };
"memory" = { "memory" = {
"format" = "RAM\n{}%"; "format" = "{}%\nRAM";
"tooltip" = true; "tooltip" = true;
"interval" = 5; "interval" = 5;
"justify" = "center"; "justify" = "center";
@ -103,12 +103,13 @@
"warning" = 30; "warning" = 30;
"critical" = 1; "critical" = 1;
}; };
"tooltip-format" = "{timeTo}\n{power} watts\n{health}% health\n{cycles} cycles";
"format" = "{icon}{capacity}%-\n{time}"; "format" = "{icon}{capacity}%-\n{time}";
"format-charging" = "{capacity}%+\n{time}"; "format-charging" = "{capacity}%+\n{time}";
"format-plugged" = "{capacity}%=\n{time}"; "format-plugged" = "{capacity}%=\n{time}";
"format-alt" = "{capacity}%"; "format-alt" = "{capacity}%";
"format-good" = ""; # An empty format will hide the module "format-good" = ""; # An empty format will hide the module
"format-time" = "{H}:{M}"; "format-time" = "{H}:{m}";
"justify" = "center"; "justify" = "center";
}; };
"network" = { "network" = {
@ -128,12 +129,12 @@
/* /*
"scroll-step" = 1, # %, can be a floa; "scroll-step" = 1, # %, can be a floa;
"format" = "{volume}% {icon} {format_source}"; "format" = "{volume}% {icon} {format_source}";
"format-bluetooth" = "{volume}% {icon} {format_source}";
"format-bluetooth-muted" = " {icon} {format_source}";
"format-muted" = " {format_source}"; "format-muted" = " {format_source}";
*/ */
"format" = "{volume}%\n{format_source}"; "format" = "{volume}%\n{format_source}";
"format-muted" = "MUTE\n{format_source}"; "format-muted" = "MUTE\n{format_source}";
"format-bluetooth" = "{volume}%\n{format_source}";
"format-bluetooth-muted" = "MUTE\n{format_source}";
"format-source" = "MIC ON"; "format-source" = "MIC ON";
"format-source-muted" = "MIC OFF"; "format-source-muted" = "MIC OFF";
# TODO: toggle mute? # TODO: toggle mute?