diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-04 13:17:49 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-04 13:17:49 -0600 |
| commit | 9d59e223c6a50e8208e608396d0c9add7530f646 (patch) | |
| tree | 0b274025bf72f43129c21095cfe851659781baf5 /modules | |
| parent | 8b2a327ee2ed1739ac693deacf61b540519d80fe (diff) | |
update
Diffstat (limited to 'modules')
| -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 { |
