Moved to tomorrow night eighties. Redone theme.

Redone a number of modules, now they speak JSON. Added a konawall
toggler module. Removed mkchromecast from autostart. Moved from
pavucontrol to pulsemixer.
This commit is contained in:
kat witch 2021-07-24 05:55:30 +01:00
parent 4656a7c9c8
commit 2034846e0a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
10 changed files with 169 additions and 59 deletions

View file

@ -31,6 +31,7 @@ in
"network"
#"custom/weather"
"idle_inhibitor"
"custom/konawall"
"custom/gpg-status"
"tray"
];
@ -51,8 +52,17 @@ in
"custom/gpg-status" = {
format = "{}";
interval = 300;
return-type = "json";
exec = "${pkgs.kat-gpg-status}/bin/kat-gpg-status";
};
"custom/konawall" = {
format = "{}";
interval = "once";
return-type = "json";
exec = "${pkgs.konawall-toggle}/bin/konawall-status";
exec-on-event = true;
on-click = "${pkgs.konawall-toggle}/bin/konawall-toggle";
};
cpu = { format = "CPU {usage}%"; };
#mpd = {
# format = " {albumArtist} - {title}";
@ -61,7 +71,10 @@ in
# title-len = 16;
#};
memory = { format = "MEM {percentage}%"; };
temperature = { format = "TMP {temperatureC}°C"; };
temperature = {
format = "TMP {temperatureC}°C";
hwmon-path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp2_input";
};
idle_inhibitor = {
format = "{icon}";
format-icons = {
@ -89,7 +102,7 @@ in
};
pulseaudio = {
format = "VOL {volume}%";
on-click = "pavucontrol";
on-click = "foot pulsemixer";
};
network = {
format-wifi = "WIFI";
@ -106,7 +119,6 @@ in
timezones = [
"Europe/London"
"America/Vancouver"
"America/Chicago"
"Europe/Berlin"
"Pacific/Auckland"
];