mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +02:00
added ncdu when clicking disk_short
This commit is contained in:
@@ -316,6 +316,8 @@ type = custom/script
|
|||||||
format = | disk: <label>
|
format = | disk: <label>
|
||||||
interval = 10
|
interval = 10
|
||||||
exec = echo $(df -h / | tail +2 | awk -F ' ' '{print $3 " / " $2 " (" $5 ")"}' | tr -d 'G')
|
exec = echo $(df -h / | tail +2 | awk -F ' ' '{print $3 " / " $2 " (" $5 ")"}' | tr -d 'G')
|
||||||
|
click-left = "setsid alacritty -e sh -c 'ncdu --exclude /data /'"
|
||||||
|
|
||||||
|
|
||||||
[module/disk]
|
[module/disk]
|
||||||
type = internal/fs
|
type = internal/fs
|
||||||
|
|||||||
Reference in New Issue
Block a user