Nikzt / polybar-terminal-tabs

Terminal tab bar functionality for polybar
37 stars 0 forks source link

termtabs -g does not work #1

Open RantSomeWhere opened 5 years ago

RantSomeWhere commented 5 years ago

I have configured my tabs.conf and tried to execute termtabs -g. Nothing is written into my polybar config file, instead the script aborts with the error: wc: 'standard input': Is a directory I manually created the /dev/shm/polybar-tabs directory, because otherwise it would throw /usr/bin/termtabs: line 63: /dev/shm/polybar-tabs: No such file or directory. Any help or is this project dead?

mikehodgk commented 4 years ago
touch /dev/shm/polybar-tabs
termtabs -i 6 
termtabs -g
cat pttabs_modules

This worked for me