pinwheel: Cleanup definitions of waybar module positions

This commit is contained in:
Alexander Heldt
2023-10-03 09:16:55 +02:00
parent cb40991462
commit 96b5b023ae

View File

@@ -109,7 +109,17 @@ in
output = [ "eDP-1" ]; output = [ "eDP-1" ];
modules-left = [ "hyprland/workspaces" ]; modules-left = [ "hyprland/workspaces" ];
modules-right = [ "custom/work-vpn-status" "custom/spotify" "custom/dunst" "custom/mullvad" "bluetooth" "wireplumber" "network" "battery" "clock" ]; modules-right = [
"custom/work-vpn-status"
"custom/spotify"
"custom/dunst"
"custom/mullvad"
"bluetooth"
"wireplumber"
"network"
"battery"
"clock"
];
"custom/spotify" = { "custom/spotify" = {
exec = spotify-status; exec = spotify-status;
@@ -186,7 +196,10 @@ in
output = [ "HDMI-A-1" ]; output = [ "HDMI-A-1" ];
modules-left = [ "hyprland/workspaces" ]; modules-left = [ "hyprland/workspaces" ];
modules-right = [ "custom/work-vpn-status" "clock" ]; modules-right = [
"custom/work-vpn-status"
"clock"
];
"custom/work-vpn-status" = { "custom/work-vpn-status" = {
exec = "${work-vpn-status}"; exec = "${work-vpn-status}";