diff options
Diffstat (limited to 'modules/home-manager/hypr/waybar-hyprland.nix')
| -rw-r--r-- | modules/home-manager/hypr/waybar-hyprland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
