diff options
| author | 2014-11-12 21:01:14 +0100 | |
|---|---|---|
| committer | 2014-11-12 21:01:14 +0100 | |
| commit | 3efac7403aeb3448a41faaa9a8e65d37475172b9 (patch) | |
| tree | e5faf9b449482547711d7b1e679c323e4b9e6b18 | |
| parent | 0f429f125cbab8ccfdf8ee6edffb7eb73b53c0a8 (diff) | |
| download | dotfiles-3efac7403aeb3448a41faaa9a8e65d37475172b9.tar.gz dotfiles-3efac7403aeb3448a41faaa9a8e65d37475172b9.tar.bz2 dotfiles-3efac7403aeb3448a41faaa9a8e65d37475172b9.zip | |
Fixed wifi icon
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/panel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/panel.sh b/herbstluftwm/.config/herbstluftwm/panel.sh index 635a7d1..3af00c5 100755 --- a/herbstluftwm/.config/herbstluftwm/panel.sh +++ b/herbstluftwm/.config/herbstluftwm/panel.sh | |||
| @@ -143,7 +143,7 @@ fi | |||
| 143 | bat_color=$normal_txt | 143 | bat_color=$normal_txt |
| 144 | fi | 144 | fi |
| 145 | state=$(cat /sys/class/power_supply/BAT1/status) | 145 | state=$(cat /sys/class/power_supply/BAT1/status) |
| 146 | echo -e "battery\t%{F$normal_txt}\be03b %{F$bat_color}$bat_lvl%{F$normal_txt}%%%{F-}" | 146 | echo -e "battery\t%{F$normal_txt}\ue03b %{F$bat_color}$bat_lvl%{F$normal_txt}%%%{F-}" |
| 147 | else | 147 | else |
| 148 | echo -e "battery\toff" | 148 | echo -e "battery\toff" |
| 149 | fi | 149 | fi |
