pinwheel: Increase waybar module intervals
This commit is contained in:
@@ -186,12 +186,12 @@ in
|
|||||||
|
|
||||||
"custom/work-vpn-status" = {
|
"custom/work-vpn-status" = {
|
||||||
exec = "${work-vpn-status}";
|
exec = "${work-vpn-status}";
|
||||||
interval = 1;
|
interval = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/spotify" = {
|
"custom/spotify" = {
|
||||||
exec = spotify-status;
|
exec = spotify-status;
|
||||||
interval = 1;
|
interval = 2;
|
||||||
max-length = 70;
|
max-length = 70;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
@@ -199,13 +199,13 @@ in
|
|||||||
"custom/container-status" = {
|
"custom/container-status" = {
|
||||||
exec = "${container-status}";
|
exec = "${container-status}";
|
||||||
return-type = "json";
|
return-type = "json";
|
||||||
interval = 1;
|
interval = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/dunst" = {
|
"custom/dunst" = {
|
||||||
exec = notifications-status;
|
exec = notifications-status;
|
||||||
on-click-right = "${pkgs.dunst}/bin/dunstctl set-paused toggle";
|
on-click-right = "${pkgs.dunst}/bin/dunstctl set-paused toggle";
|
||||||
interval = 1;
|
interval = 2;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@ in
|
|||||||
exec = "${mullvad} --output";
|
exec = "${mullvad} --output";
|
||||||
return-type = "json";
|
return-type = "json";
|
||||||
on-click-right = "${mullvad} --toggle";
|
on-click-right = "${mullvad} --toggle";
|
||||||
interval = 1;
|
interval = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
@@ -286,7 +286,7 @@ in
|
|||||||
|
|
||||||
"custom/work-vpn-status" = {
|
"custom/work-vpn-status" = {
|
||||||
exec = "${work-vpn-status}";
|
exec = "${work-vpn-status}";
|
||||||
interval = 1;
|
interval = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user