From 10e9d39d764bba906a2e037f35dc282cacdd9d89 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 8 Oct 2022 01:32:44 +0200 Subject: updated configs --- .xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index efc55a5..f587866 100755 --- a/.xinitrc +++ b/.xinitrc @@ -7,8 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi -if [ -f /home/cafebabe/.scripts/statusbar.sh ]; then - . /home/cafebabe/.scripts/statusbar.sh +if [ -f /home/cafebabe/.local/bin/statusbar ]; then + . /home/cafebabe/.local/bin/statusbar fi export GTK_IM_MODULE='ibus' -- cgit v1.2.3