Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

4
waybar/scripts/locale.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Shows current locale (e.g., en_US.UTF-8)
echo $LANG | cut -d. -f1