Candifloss a98a41d84f Update wallpaper setter
- Use `icing` instead of `feh`
- Additionally, add some window rules, too
2025-12-23 22:51:59 +05:30

17 lines
325 B
Bash
Executable File

#!/bin/bash
# Load the compositor
picom --backend glx -b
# Set wallpaper. Change the path as needed
icing
# Load left-wm theme
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
# Start EWW daemon and widgets
eww daemon && eww open panel --arg "h=27" --arg "w=1366"
# Start Vonalc app-launcher
vonal &