dotfiles_LeftWM/themes/candy/up
2024-12-09 07:15:22 +05:30

14 lines
311 B
Bash
Executable File

#!/bin/bash
# Load the compositor
picom -b
# Load left-wm theme
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
# Set wallpaper. Change the path as needed
feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg
# Start EWW daemon and widgets
eww daemon && eww open panel --arg "h=27" --arg "w=1366"