From 9d59e223c6a50e8208e608396d0c9add7530f646 Mon Sep 17 00:00:00 2001 From: scouckel Date: Thu, 4 Dec 2025 13:17:49 -0600 Subject: update --- modules/home-manager/hypr/waybar-hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/home-manager/hypr/waybar-hyprland.nix b/modules/home-manager/hypr/waybar-hyprland.nix index 8a29b52..15b8d7c 100644 --- a/modules/home-manager/hypr/waybar-hyprland.nix +++ b/modules/home-manager/hypr/waybar-hyprland.nix @@ -62,7 +62,7 @@ on-click-middle = "playerctl --player=spotify_player,spotify shuffle toggle"; on-scroll-up = "playerctl --player=spotify_player,spotify next"; on-scroll-down = "playerctl --player=spotify_player,spotify previous"; - exec = "${pkgs.writeShellScriptBin "spotifyplayer" '' + exec = "${pkgs.writeShellScriptBin "spotify-module-script" '' shorten() { if [ ''${#1} -le 16 ]; then printf "%s" "$1" @@ -93,7 +93,7 @@ fi echo "$info  " - ''}/bin/spotifyplayer"; + ''}/bin/spotify-module-script"; }; }; }; @@ -111,7 +111,7 @@ } label.module { - padding: 0 20px; + padding: 0 15px; } #workspaces button { -- cgit v1.3