mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
changed script path to be relative
This commit is contained in:
@@ -9,7 +9,7 @@ autostart() {
|
||||
run "nvidia-settings --load-config-only"
|
||||
run "dunst"
|
||||
run "picom"
|
||||
run "zsh $HOME/.config/polybar/launch_polybar_floating.sh"
|
||||
run "zsh $HOME/.config/polybar/launch.sh"
|
||||
run "nitrogen --restore"
|
||||
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
run "light-locker"
|
||||
@@ -58,4 +58,4 @@ runDetached() {
|
||||
echo "[Starting]"
|
||||
autostart
|
||||
echo "[Done]"
|
||||
exit
|
||||
exit
|
||||
|
||||
@@ -176,7 +176,7 @@ click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
||||
[module/cava]
|
||||
type = custom/script
|
||||
tail = true
|
||||
exec = python /home/sim/.config/polybar/scripts/modules/cava.py
|
||||
exec = python ~/.config/polybar/scripts/modules/cava.py
|
||||
|
||||
; Module Battery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user