mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +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 "nvidia-settings --load-config-only"
|
||||||
run "dunst"
|
run "dunst"
|
||||||
run "picom"
|
run "picom"
|
||||||
run "zsh $HOME/.config/polybar/launch_polybar_floating.sh"
|
run "zsh $HOME/.config/polybar/launch.sh"
|
||||||
run "nitrogen --restore"
|
run "nitrogen --restore"
|
||||||
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||||
run "light-locker"
|
run "light-locker"
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
|||||||
[module/cava]
|
[module/cava]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
tail = true
|
tail = true
|
||||||
exec = python /home/sim/.config/polybar/scripts/modules/cava.py
|
exec = python ~/.config/polybar/scripts/modules/cava.py
|
||||||
|
|
||||||
; Module Battery
|
; Module Battery
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user