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