From 5a75ed84af8e58db80f3687e8f5237dee9876485 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Wed, 29 Apr 2026 21:12:05 +0200 Subject: changed wallpapermenu script --- wallust/templates/foot | 2 +- wallust/templates/niri | 4 ++-- wallust/templates/rofi-applauncher | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'wallust/templates') diff --git a/wallust/templates/foot b/wallust/templates/foot index 4f487ba..09f97ed 100644 --- a/wallust/templates/foot +++ b/wallust/templates/foot @@ -1,5 +1,5 @@ font=Hack Nerd Font:size=10,Sazanami Gothic:size=10,Noto Color Emoji:size=10 -pad=15x15 +pad=10x10x10x10 center dpi-aware=yes term=foot-extra diff --git a/wallust/templates/niri b/wallust/templates/niri index 5f896d3..b2e7812 100644 --- a/wallust/templates/niri +++ b/wallust/templates/niri @@ -200,9 +200,9 @@ binds { Mod+Space hotkey-overlay-title="Spawn Applauncher" { spawn "rofi" "-show" "drun" "-theme" "~/.config/rofi/applauncher.rasi"; } Mod+Escape hotkey-overlay-title="Spawn Powermenu" { spawn "~/.config/scripts/powermenu"; } Mod+W hotkey-overlay-title="Spawn Wallpapermenu" { spawn-sh "~/.config/scripts/wallpapermenu ~/Pictures/Backgrounds/"; } - Mod+Alt+W { spawn-sh "~/.config/scripts/wallpapermenu ~/Pictures/Backgrounds/Alt/"; } Mod+Shift+W hotkey-overlay-title="Random Wallpaper" { spawn-sh "~/.config/scripts/set_random ~/Pictures/Backgrounds/"; } - Mod+Shift+Alt+W { spawn-sh "~/.config/scripts/set_random ~/Pictures/Backgrounds/Alt/"; } + Mod+Alt+W { spawn-sh "~/.config/scripts/wallpapermenu ~/Pictures/Backgrounds/Alt/"; } + Mod+Alt+Shift+W { spawn-sh "~/.config/scripts/set_random ~/Pictures/Backgrounds/Alt/"; } XF86AudioRaiseVolume allow-when-locked=true { spawn "pamixer" "-i" "5"; } XF86AudioLowerVolume allow-when-locked=true { spawn "pamixer" "-d" "5"; } diff --git a/wallust/templates/rofi-applauncher b/wallust/templates/rofi-applauncher index 0dfb8a4..359fce6 100644 --- a/wallust/templates/rofi-applauncher +++ b/wallust/templates/rofi-applauncher @@ -5,6 +5,7 @@ configuration { show-icons: true; icon-theme: "Papirus"; terminal: "foot -o pad=0x0"; + run-command: "sh -c '{cmd}'"; } * { background-color: {{background}}; -- cgit v1.2.3