summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-02 20:10:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-02 20:10:52 +0900
commitb0854da908654a679e0d98b48d61157ccef2e538 (patch)
treef351de391b7cf315fe29e0fc938b3bc54315fa60
parentd792cee50c79e29299a33031809dea6020e3c979 (diff)
modified x11/xprofile, modified statusbar/sb-keyboard
-rw-r--r--ar/.config/x11/xprofile4
-rwxr-xr-xar/.local/bin/statusbar/sb-keyboard1
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"