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;
|
||||
|
|
|
|||
|
|
@ -48,16 +48,8 @@
|
|||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
},
|
||||
"katexprs": {
|
||||
"branch": "main",
|
||||
"description": null,
|
||||
"homepage": null,
|
||||
"owner": "kittywitch",
|
||||
"repo": "nixexprs",
|
||||
"rev": "c03bb5a5a319528dddf25d7889a4872d8ff027a0",
|
||||
"sha256": "0hjlxp2vw0pyvzx4zmharij5jynmwqb5a99kwf17p1ygg3dhfz85",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/kittywitch/nixexprs/archive/c03bb5a5a319528dddf25d7889a4872d8ff027a0.tar.gz",
|
||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
"path": "/home/kat/projects/@kittywitch/nixexprs",
|
||||
"type": "local"
|
||||
},
|
||||
"niv": {
|
||||
"branch": "master",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue