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