diff options
| author | Vlad Doster <mvdoster@gmail.com> | 2020-01-02 08:16:47 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-02 08:16:47 -0500 |
| commit | 7a545cfb4d17ed180f166274d59f1901b2528d2b (patch) | |
| tree | 77e8e96a3892574d84d794767c5a11674abd8c16 | |
| parent | a6934232f73466cfa3c84d01550631b73d3b47c3 (diff) | |
| download | eibhear-7a545cfb4d17ed180f166274d59f1901b2528d2b.tar.gz eibhear-7a545cfb4d17ed180f166274d59f1901b2528d2b.tar.zst eibhear-7a545cfb4d17ed180f166274d59f1901b2528d2b.zip | |
Make polybar more portable (#441)
replace hard-coded terminal reference with $TERMINAL environment var
| -rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index ec7dd8b..d89c016 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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% |
