diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:17:53 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:17:53 -0300 |
commit | f852bfd75bec7e53febeb3e753fce5752b423d97 (patch) | |
tree | 8a6d843950435eb4ef756938863ed326b2faeec3 /herbstluftwm/panel.sh | |
parent | 50787494e9dcbed9fa3caa96cba46a0c40d321d8 (diff) | |
download | dotfiles-f852bfd75bec7e53febeb3e753fce5752b423d97.tar.gz |
Update herbstluftwm
Diffstat (limited to 'herbstluftwm/panel.sh')
-rwxr-xr-x | herbstluftwm/panel.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/herbstluftwm/panel.sh b/herbstluftwm/panel.sh index 035bcf5..b17eb6d 100755 --- a/herbstluftwm/panel.sh +++ b/herbstluftwm/panel.sh @@ -12,12 +12,12 @@ x=${geometry[0]} y=${geometry[1]} panel_width=${geometry[2]} panel_height=16 -font="-Misc-Termsyn.Icons-Medium-R-Normal--11-79-100-100-C-60-ISO8859-1" +#font="-Misc-Termsyn.Icons-Medium-R-Normal--11-79-100-100-C-60-ISO8859-1" #font="-*-envy code r-*-*-*-*-11-*-*-*-*-*-*-*" -# font="DejaVu Sans Mono" +font="-*-fira mono-*-*-*-*-10-*-*-*-*-*-*-*" bgcolor=$(hc get frame_border_normal_color) selbg=$(hc get window_border_active_color) -selfg='#101010' +selfg='#efefef' popups="/home/matias/.config/herbstluftwm/popups.sh" #### @@ -154,7 +154,7 @@ hc pad $monitor $panel_height # get width of right aligned text.. and add some space.. width=$($textwidth "$font" "$right_text_only ") - echo -n "^pa($(($panel_width - $width + 22)))$(printf "$right")" + echo -n "^pa($(($panel_width - $width + 4)))$(printf "$right")" echo ### Data handling ### @@ -206,7 +206,7 @@ hc pad $monitor $panel_height player) if [[ x"${cmd[@]:1}" != "x" ]] then - song="^ca(1, ${popups} music) \uEA ^ca()" + song="^ca(1, ${popups} music) music^ca()" else song="wep" fi |