This commit is contained in:
Stephan Raabe
2023-12-23 17:12:53 +01:00
parent 3c62620385
commit fa5536e1f1
33 changed files with 220 additions and 34 deletions

View File

@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
sel=""
_getConfSelector animation.conf animations
_getConfEditor animation.conf $sel
_getConfEditor animation.conf $sel animations
_reloadModule

View File

@@ -0,0 +1,3 @@
name="Decorations"
order=1
author="Stephan Raabe ML4W"

View File

@@ -0,0 +1,8 @@
#!/bin/bash
_getHeader "$name" "$author"
sel=""
_getConfSelector decoration.conf decorations
_getConfEditor decoration.conf $sel decorations
setsid $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_reloadModule

View File

@@ -0,0 +1,2 @@
name="Wallpaper"
order=1

View File

@@ -0,0 +1,4 @@
#!/bin/bash
_getHeader "$name" "$author"
setsid $HOME/dotfiles/hypr/scripts/wallpaper.sh select 1>/dev/null 2>&1 &
_goBack

View File

@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
sel=""
_getConfSelector window.conf windows
_getConfEditor window.conf $sel
_getConfEditor window.conf $sel windows
_reloadModule