Initial commit
This commit is contained in:
4
waybar/scripts/locale.sh
Executable file
4
waybar/scripts/locale.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Shows current locale (e.g., en_US.UTF-8)
|
||||
|
||||
echo $LANG | cut -d. -f1
|
||||
Reference in New Issue
Block a user