Initial full commit for Dell16 Arch
This commit is contained in:
6
.config/hypr/scripts/wallpaper.sh
Executable file
6
.config/hypr/scripts/wallpaper.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if grep -q "eco_mode=1" /proc/cmdline; then
|
||||
swaybg -c 000000 &
|
||||
else
|
||||
swaybg -i ~/Pictures/wallpaper.jpg -m fill &
|
||||
fi
|
||||
Reference in New Issue
Block a user