mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Make polybar more portable (#441)
replace hard-coded terminal reference with $TERMINAL environment var
This commit is contained in:
parent
a6934232f7
commit
7a545cfb4d
@ -83,7 +83,7 @@ interval = 5
|
|||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-underline = ${colors.red}
|
format-underline = ${colors.red}
|
||||||
|
|
||||||
click-left = st -e neomutt
|
click-left = $TERMINAL -e neomutt
|
||||||
|
|
||||||
|
|
||||||
[module/weather]
|
[module/weather]
|
||||||
@ -186,7 +186,7 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
|||||||
type = internal/mpd
|
type = internal/mpd
|
||||||
format-online = <label-song> <label-time>
|
format-online = <label-song> <label-time>
|
||||||
|
|
||||||
click-left = st -e ncmpcpp
|
click-left = $TERMINAL -e ncmpcpp
|
||||||
click-right = mpc toggle
|
click-right = mpc toggle
|
||||||
|
|
||||||
label-song = %artist% - %title%
|
label-song = %artist% - %title%
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user