diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/openbox/autostart | 2 | ||||
| -rw-r--r-- | .config/tint2/tint2rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 441b7f5..bd74ffd 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -29,7 +29,7 @@ fi pnmixer & # volume applet nm-applet & # network applet -~/dunst-toggler-applet.sh & # notification toggler +~/scripts/dunst-toggler-applet.sh & # notification toggler devilspie2 & # updates windows icons to the ones form the current theme flameshot & # screenshot utility diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index dc9e3a9..d6d064a 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -254,7 +254,7 @@ execp_icon_h = 0 #------------------------------------- # Executor 2 execp = new -execp_command = /home/kamen/battery-status.sh +execp_command = /home/kamen/scripts/battery-status.sh execp_interval = 10 execp_has_icon = 0 execp_cache_icon = 1 |
