From b0854da908654a679e0d98b48d61157ccef2e538 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:10:52 +0900 Subject: modified x11/xprofile, modified statusbar/sb-keyboard --- ar/.config/x11/xprofile | 4 ++-- ar/.local/bin/statusbar/sb-keyboard | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ar/.config/x11/xprofile b/ar/.config/x11/xprofile index 8f77711..c257b72 100644 --- a/ar/.config/x11/xprofile +++ b/ar/.config/x11/xprofile @@ -2,8 +2,8 @@ xrandr --auto --dpi 96 # adjust the number based on your resolution and size of the screen -setbg & # set the background with the `setbg` script -fcitx5 & # set the input method +setbg & # set the background with the `setbg` script +# fcitx5 & # set the input method # Uncomment to use Xresources colors/settings on startup # xrdb "${XDG_CONFIG_HOME:-${HOME}/.config}/x11/xresources" & diff --git a/ar/.local/bin/statusbar/sb-keyboard b/ar/.local/bin/statusbar/sb-keyboard index d915825..3d9383d 100755 --- a/ar/.local/bin/statusbar/sb-keyboard +++ b/ar/.local/bin/statusbar/sb-keyboard @@ -26,4 +26,5 @@ keyboard-us) lang="US" ;; hangul) lang="KO" ;; *) lang="??" ;; esac + echo "⌨️$lang" -- cgit v1.2.3