Make polybar more portable

replace hard-coded terminal reference with $TERMINAL environment var
This commit is contained in:
Vlad Doster 2020-01-02 00:56:33 -05:00 committed by GitHub
parent a6934232f7
commit 3af27c78d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ interval = 5
format-prefix = " "
format-underline = ${colors.red}
click-left = st -e neomutt
click-left = $TERMINAL -e neomutt
[module/weather]
@ -186,7 +186,7 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
type = internal/mpd
format-online = <label-song> <label-time>
click-left = st -e ncmpcpp
click-left = $TERMINAL -e ncmpcpp
click-right = mpc toggle
label-song = %artist% - %title%