diff options
author | jao <jao@gnu.org> | 2022-08-14 04:39:14 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-14 04:40:09 +0100 |
commit | b4a393816356df8a38a1198a4fd65537f6bb3569 (patch) | |
tree | 5a585a40e410af9c3946ec254b5aae8c90acfbd8 /lib | |
parent | 17ec956a0bc3ab9a42c728dfd56a813138eff4e9 (diff) | |
download | xmobar-config-b4a393816356df8a38a1198a4fd65537f6bb3569.tar.gz xmobar-config-b4a393816356df8a38a1198a4fd65537f6bb3569.tar.bz2 |
load icons (and other minor) tweaks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Monitors.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Monitors.hs b/lib/Monitors.hs index e617697..56cf308 100644 --- a/lib/Monitors.hs +++ b/lib/Monitors.hs @@ -145,7 +145,7 @@ iconBatt p = , "-P" , "-a", "notify-send -u critical 'Battery running out!!!!!!'" , "-A", "5" - , "-i", fni "\xf1e6" + , "-i", fni "\xf011" , "-O", fni "<leftbar> \xf1e6" ++ " <left> <watts> <timeleft>" , "-o", fni "<leftbar>" ++ " <left> <watts> <timeleft>" , "-H", "10", "-L", "7" |