From fdcd93a83cc66b2b475b76beb5f87e50e0483e9f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 19 Jul 2022 11:33:00 +0300 Subject: Moved scripts to their own folder and renamed .cfgs folder to .confs --- .config/openbox/autostart | 2 +- .config/tint2/tint2rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3