Skip to content

Commit

Permalink
polybar: Run sudo filelight on filesystem click
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Aug 8, 2019
1 parent 5a68543 commit 24bd5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/polybar/config.template
Expand Up @@ -94,7 +94,7 @@ interval = 25

mount-0 = /

label-mounted = %{F#{{ colors.primary.2 }}}%mountpoint%%{F-}: %total% (%percentage_used%%)
label-mounted = %{A1:gksu filelight:}%{F#{{ colors.primary.2 }}}%mountpoint%%{F-}: %total% (%percentage_used%%)%{A}
label-mounted-underline = #{{ colors.primary.2 }}
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt}
Expand Down

0 comments on commit 24bd5c1

Please sign in to comment.