add base dotfiles
This commit is contained in:
commit
39254e5c3b
35 changed files with 699 additions and 0 deletions
5
polybar/get_workspace
Executable file
5
polybar/get_workspace
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# depends on `jq'
|
||||
i3-msg -t get_workspaces \
|
||||
| jq '.[] | select(.focused==true).name' \
|
||||
| cut -d"\"" -f2
|
||||
Loading…
Add table
Add a link
Reference in a new issue