diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-11-12 10:27:37 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-11-26 16:06:49 +0100 |
| commit | c2acdf9cca1de631c7d1c60d7cfba2a7ab816e59 (patch) | |
| tree | 79e704ab15eb53e01150f48b551cf3fc0216af71 /scripts/set_background | |
| parent | c56a3edcb64643785941caea60e7c99e234c6018 (diff) | |
| download | dotfiles-c2acdf9cca1de631c7d1c60d7cfba2a7ab816e59.tar.gz dotfiles-c2acdf9cca1de631c7d1c60d7cfba2a7ab816e59.zip | |
updated waybar
it's a bit wonky but now all modules have a constant width
Diffstat (limited to 'scripts/set_background')
| -rwxr-xr-x | scripts/set_background | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/set_background b/scripts/set_background index 161a272..9a29ffa 100755 --- a/scripts/set_background +++ b/scripts/set_background @@ -14,7 +14,7 @@ wallust run $argv[1]; and begin set -U img $argv[1] swww img $argv[1] makoctl reload - notify-send -i $argv[1] "Wallust" "Changed wallpaper and palette." + notify-send -i $img "Wallust" "Changed wallpaper and palette." end; or begin notify-send -u critical "Wallust" "Failed to change palette" end; |
