Adds polybar
This commit is contained in:
parent
56921bfdcc
commit
0f0b9089a4
12 changed files with 1090 additions and 0 deletions
5
.config/polybar/scripts/storage/open-ranger.sh
Executable file
5
.config/polybar/scripts/storage/open-ranger.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
startPoint = $1
|
||||
|
||||
xfce4-terminal --window --working-directory="$startPoint" --title="File Manager" -x ranger
|
||||
Loading…
Add table
Add a link
Reference in a new issue