aboutsummaryrefslogtreecommitdiff
path: root/xmobar/extras/battery
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-08-15 12:08:17 -0600
committerJosh Rahm <rahm@google.com>2024-08-15 12:08:17 -0600
commitfe786068cab9340c796c5274e00a8b2dbe077c54 (patch)
treef37d3a471e25ddeb45c87a7292a1cbfe56e42b8e /xmobar/extras/battery
parent1e388bd875ecaccde8047dceab1b97ef54175334 (diff)
downloadrde-fe786068cab9340c796c5274e00a8b2dbe077c54.tar.gz
rde-fe786068cab9340c796c5274e00a8b2dbe077c54.tar.bz2
rde-fe786068cab9340c796c5274e00a8b2dbe077c54.zip
Update the icons for XMobar to th enew NERD font icons.
I don't know why they changed them, but here we are ...
Diffstat (limited to 'xmobar/extras/battery')
-rw-r--r--xmobar/extras/battery/battery.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/xmobar/extras/battery/battery.c b/xmobar/extras/battery/battery.c
index 55deb17..9ca08a5 100644
--- a/xmobar/extras/battery/battery.c
+++ b/xmobar/extras/battery/battery.c
@@ -9,18 +9,18 @@
#define N_ICONS 5
char* icons[] = {
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
+ "󰁺",
+ "󰁼",
+ "󰁾",
+ "󰂀",
+ "󰂂",
+ "󰂆",
+ "󰂈",
+ "󰢝",
+ "󰂉",
+ "󰂊",
+ "󰁹",
+ "󰂄",
};
typedef long long llong_t;