1
0
Fork 0
This commit is contained in:
Arthur K. 2025-11-17 23:50:03 +03:00
parent d93f63cf82
commit c449dfcb5f
Signed by: wzray
GPG key ID: B97F30FDC4636357
13 changed files with 105 additions and 58 deletions

7
.local/bin/statusbar/sb-layout Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
PIPE="$XDG_RUNTIME_DIR/layout"
[ -f "$PIPE" ] && case "$(cat "$PIPE")" in
us) echo '';;
ru) echo '';;
esac