Files
Cozytile/Themes/Everforest/.config/qtile/autostart_once.sh
T
2023-05-07 15:13:03 +05:30

10 lines
151 B
Bash
Executable File

#!/bin/bash
# Apply wallpaper using wal
wal -b 232A2E -i ~/Wallpaper/fog_forest_2.png &&
# Start picom
picom --config ~/.config/picom/picom.conf &