This commit is contained in:
parent
d93f63cf82
commit
c449dfcb5f
13 changed files with 105 additions and 58 deletions
7
.local/bin/statusbar/sb-layout
Executable file
7
.local/bin/statusbar/sb-layout
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
PIPE="$XDG_RUNTIME_DIR/layout"
|
||||
[ -f "$PIPE" ] && case "$(cat "$PIPE")" in
|
||||
us) echo '';;
|
||||
ru) echo '';;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue