Adds polybar
This commit is contained in:
parent
56921bfdcc
commit
0f0b9089a4
12 changed files with 1090 additions and 0 deletions
18
.config/polybar/scripts/storage/config.json
Normal file
18
.config/polybar/scripts/storage/config.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"label": "Drive",
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"label": "Games",
|
||||
"path": "/mnt/games"
|
||||
},
|
||||
{
|
||||
"label": "Programming",
|
||||
"path": "/mnt/programming"
|
||||
},
|
||||
{
|
||||
"label": "RPI 5",
|
||||
"path": "/mnt/smb/storage"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue