mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
waybar changes and an update to katexprs
This commit is contained in:
parent
33891d96a1
commit
999ac545e3
2 changed files with 4 additions and 19 deletions
|
|
@ -19,7 +19,6 @@ in
|
|||
"cpu"
|
||||
"memory"
|
||||
"temperature"
|
||||
"backlight"
|
||||
"battery"
|
||||
"network"
|
||||
"idle_inhibitor"
|
||||
|
|
@ -31,7 +30,7 @@ in
|
|||
modules = {
|
||||
"sway/workspaces" = { format = "{name}"; };
|
||||
"sway/window" = {
|
||||
format = "♦ {}";
|
||||
format = " {}";
|
||||
max-length = 50;
|
||||
};
|
||||
tray = {
|
||||
|
|
@ -53,7 +52,7 @@ in
|
|||
on-click = "${pkgs.waybar-konawall}/bin/konawall-toggle";
|
||||
on-click-right = "systemctl --user restart konawall";
|
||||
};
|
||||
cpu = { format = " {usage}%"; };
|
||||
cpu = { format = " {usage}%"; };
|
||||
memory = { format = " {percentage}%"; };
|
||||
temperature = {
|
||||
format = " {temperatureC}°C";
|
||||
|
|
@ -66,12 +65,6 @@ in
|
|||
deactivated = "";
|
||||
};
|
||||
};
|
||||
backlight = {
|
||||
format = "{icon} {percent}%";
|
||||
format-icons = [ "" "" ];
|
||||
on-scroll-up = "${pkgs.light}/bin/light -A 1";
|
||||
on-scroll-down = "${pkgs.light}/bin/light -U 1";
|
||||
};
|
||||
battery = {
|
||||
states = {
|
||||
good = 90;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue