mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-05 00:13:13 +00:00
17 lines
281 B
Markdown
17 lines
281 B
Markdown
|
# Script: info-trash
|
||
|
|
||
|
This script count the files in you trash directory.
|
||
|
|
||
|
![info-trash](screenshots/1.png)
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/info-trash]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/info-trash.sh
|
||
|
interval = 60
|
||
|
click-left = ~/polybar-scripts/info-trash.sh --clean &
|
||
|
```
|