mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-21 13:02:03 +00:00
16 lines
281 B
Markdown
16 lines
281 B
Markdown
# Script: info-trash
|
|
|
|
This script count the files in you trash directory.
|
|
|
|

|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-trash]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-trash.sh
|
|
interval = 60
|
|
click-left = ~/polybar-scripts/info-trash.sh --clean &
|
|
```
|