1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-layout
2025-11-17 23:50:03 +03:00

7 lines
132 B
Bash
Executable file

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