2024-12-08 11:14:13 +00:00
|
|
|
#!/bin/bash
|
2024-12-08 11:17:31 +00:00
|
|
|
|
2024-12-09 01:45:22 +00:00
|
|
|
# Load the compositor
|
|
|
|
picom -b
|
|
|
|
|
2024-12-08 11:17:31 +00:00
|
|
|
# Load left-wm theme
|
2024-12-08 11:14:13 +00:00
|
|
|
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
|
2024-12-08 11:17:31 +00:00
|
|
|
|
|
|
|
# Set wallpaper. Change the path as needed
|
2024-12-09 01:45:22 +00:00
|
|
|
feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg
|
2024-12-08 11:17:31 +00:00
|
|
|
|
|
|
|
# Start EWW daemon and widgets
|
2024-12-08 11:14:13 +00:00
|
|
|
eww daemon && eww open panel --arg "h=27" --arg "w=1366"
|
2024-12-09 18:43:09 +00:00
|
|
|
|
|
|
|
# Start Vonalc app-launcher
|
2024-12-13 17:14:06 +00:00
|
|
|
vonal &
|