mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-05 03:29:41 +03:00
Move old config to old-dots branch
This commit is contained in:
6
.config/eww/bar/scripts/workspace
Executable file
6
.config/eww/bar/scripts/workspace
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
dir=`dirname $0`
|
||||
python3 $dir/workspaces.py
|
||||
tail -F -n1 ~/.cache/workspaces | while read -r; do
|
||||
python3 $dir/workspaces.py
|
||||
done
|
Reference in New Issue
Block a user