pinwheel: Move work-vpn declaration in waybar module
This commit is contained in:
@@ -123,6 +123,11 @@ in
|
|||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"custom/work-vpn-status" = {
|
||||||
|
exec = "${work-vpn-status}";
|
||||||
|
interval = 1;
|
||||||
|
};
|
||||||
|
|
||||||
"custom/spotify" = {
|
"custom/spotify" = {
|
||||||
exec = spotify-status;
|
exec = spotify-status;
|
||||||
interval = 1;
|
interval = 1;
|
||||||
@@ -137,11 +142,6 @@ in
|
|||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/work-vpn-status" = {
|
|
||||||
exec = "${work-vpn-status}";
|
|
||||||
interval = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
"custom/mullvad" = {
|
"custom/mullvad" = {
|
||||||
exec = "${mullvad} --output";
|
exec = "${mullvad} --output";
|
||||||
return-type = "json";
|
return-type = "json";
|
||||||
|
|||||||
Reference in New Issue
Block a user