diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:09:17 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:09:17 +0100 |
commit | dd47092aa2212c0118de4014de502a0d8e673334 (patch) | |
tree | 704b0852f799861c2e12db9b95e07fdd7f446014 /Panel/lemonbar/profile | |
parent | 4f474e3cf7187a0605343167f32bfcb2b8fe4e4d (diff) | |
download | dotfiles-dd47092aa2212c0118de4014de502a0d8e673334.tar.gz dotfiles-dd47092aa2212c0118de4014de502a0d8e673334.tar.bz2 dotfiles-dd47092aa2212c0118de4014de502a0d8e673334.zip |
Change lemonbar battery icon based on how much battery is left
Diffstat (limited to 'Panel/lemonbar/profile')
-rwxr-xr-x | Panel/lemonbar/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Panel/lemonbar/profile b/Panel/lemonbar/profile index fe9d7b1..67b2b96 100755 --- a/Panel/lemonbar/profile +++ b/Panel/lemonbar/profile @@ -2,7 +2,7 @@ PANEL_FIFO=/tmp/panel-fifo PANEL_HEIGHT=40 -FONT_FONT="DejaVuSans-10" -ICON_FONT="FontAwesome-10" +FONT_FONT="OperatorMonoLigBook-12" +#ICON_FONT="FontAwesome-10" export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY FONT_FONT ICON_FONT |