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/icons | |
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/icons')
-rwxr-xr-x | Panel/lemonbar/icons | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Panel/lemonbar/icons b/Panel/lemonbar/icons index aa27523..8c8f7af 100755 --- a/Panel/lemonbar/icons +++ b/Panel/lemonbar/icons @@ -1,9 +1,13 @@ -# Icons +# Icons ICON_CLOCK='' ICON_CLOCK='' ICON_CAL='' ICON_WIFI='' -ICON_PWR='' +ICON_BAT100='' +ICON_BAT75='' +ICON_BAT50='' +ICON_BAT25='' +ICON_BAT0='' ICON_DB='' ICON_SQUARE='' ICON_PREV='' |