pinwheel: Move work-vpn declaration in waybar module

This commit is contained in:
Alexander Heldt
2023-10-26 10:30:34 +02:00
parent c4cb29014d
commit 95545e4182

View File

@@ -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";