aboutsummaryrefslogtreecommitdiff
path: root/wallust/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wallust/templates/foot2
-rw-r--r--wallust/templates/niri4
-rw-r--r--wallust/templates/rofi-applauncher1
3 files changed, 4 insertions, 3 deletions
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}};