From 96b5b023ae4b7807a57159dfd59e22fda0b085e4 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 3 Oct 2023 09:16:55 +0200 Subject: [PATCH] pinwheel: Cleanup definitions of `waybar` module positions --- hosts/pinwheel/modules/waybar/default.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index c1bc5d2..de69698 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -109,7 +109,17 @@ in output = [ "eDP-1" ]; 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" = { exec = spotify-status; @@ -186,7 +196,10 @@ in output = [ "HDMI-A-1" ]; modules-left = [ "hyprland/workspaces" ]; - modules-right = [ "custom/work-vpn-status" "clock" ]; + modules-right = [ + "custom/work-vpn-status" + "clock" + ]; "custom/work-vpn-status" = { exec = "${work-vpn-status}";