diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 20:10:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 20:10:52 +0900 |
| commit | b0854da908654a679e0d98b48d61157ccef2e538 (patch) | |
| tree | f351de391b7cf315fe29e0fc938b3bc54315fa60 /ar | |
| parent | d792cee50c79e29299a33031809dea6020e3c979 (diff) | |
modified x11/xprofile, modified statusbar/sb-keyboard
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/x11/xprofile | 4 | ||||
| -rwxr-xr-x | 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" |
