move mango exec scripts, set up wallpaper
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# https://mangowm.github.io/docs/
|
||||
|
||||
exec-once=~/.config/mango/exec-once.sh
|
||||
exec=~/.config/mango/exec.sh
|
||||
exec-once=~/.config/mango/scripts/exec-once.sh
|
||||
exec=~/.config/mango/scripts/exec.sh
|
||||
|
||||
source=./input/keyboard.conf
|
||||
source=./input/mouse.conf
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
pkill -9 pipewire
|
||||
pipewire &
|
||||
|
||||
awww-daemon &
|
||||
@@ -1,7 +1,8 @@
|
||||
# https://mangowm.github.io/docs/visuals/theming#colors
|
||||
|
||||
# Background color of the root window
|
||||
rootcolor=0x201B14FF
|
||||
# rootcolor=0x201B14FF
|
||||
rootcolor=0x000024FF
|
||||
|
||||
# Inactive window border
|
||||
bordercolor=0x5555CCFF
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
pkill -9 pipewire
|
||||
pipewire &
|
||||
|
||||
awww-daemon --no-cache &
|
||||
|
||||
if [ -f ~/.desolate/wallpaper/image.jpg ]; then
|
||||
sleep 0.25
|
||||
awww img ~/.desolate/wallpaper/image.jpg
|
||||
fi
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 770 KiB |
@@ -0,0 +1 @@
|
||||
https://w.wallhaven.cc/full/md/wallhaven-mdo2vk.jpg
|
||||
Reference in New Issue
Block a user