Updates
This commit is contained in:
@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector animation.conf animations
|
||||
_getConfEditor animation.conf $sel
|
||||
_getConfEditor animation.conf $sel animations
|
||||
_reloadModule
|
||||
@@ -0,0 +1,3 @@
|
||||
name="Decorations"
|
||||
order=1
|
||||
author="Stephan Raabe ML4W"
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
name="Wallpaper"
|
||||
order=1
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
setsid $HOME/dotfiles/hypr/scripts/wallpaper.sh select 1>/dev/null 2>&1 &
|
||||
_goBack
|
||||
@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector window.conf windows
|
||||
_getConfEditor window.conf $sel
|
||||
_getConfEditor window.conf $sel windows
|
||||
_reloadModule
|
||||
@@ -3,6 +3,6 @@ _getHeader "$name"
|
||||
|
||||
sel=""
|
||||
_getConfSelector keybinding.conf keybindings
|
||||
_getConfEditor keybinding.conf $sel
|
||||
_getConfEditor keybinding.conf $sel keybindings
|
||||
_reloadModule
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector environment.conf environments
|
||||
_getConfEditor environment.conf $sel
|
||||
_getConfEditor environment.conf $sel environments
|
||||
_reloadModule
|
||||
|
||||
@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector monitor.conf monitors
|
||||
_getConfEditor monitor.conf $sel
|
||||
_getConfEditor monitor.conf $sel monitors
|
||||
_reloadModule
|
||||
@@ -3,5 +3,5 @@ _getHeader "$name" "$author"
|
||||
|
||||
sel=""
|
||||
_getConfSelector windowrule.conf windowrules
|
||||
_getConfEditor windowrule.conf $sel
|
||||
_getConfEditor windowrule.conf $sel windowrules
|
||||
_reloadModule
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
name="Themes"
|
||||
order=1
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
_getHeader "$name" "$author"
|
||||
setsid $HOME/dotfiles/waybar/themeswitcher.sh 1>/dev/null 2>&1 &
|
||||
_goBack
|
||||
Reference in New Issue
Block a user