diff options
| author | Josh Rahm <rahm@google.com> | 2024-08-15 12:08:17 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2024-08-15 12:08:17 -0600 |
| commit | fe786068cab9340c796c5274e00a8b2dbe077c54 (patch) | |
| tree | f37d3a471e25ddeb45c87a7292a1cbfe56e42b8e /xmobar/extras/battery | |
| parent | 1e388bd875ecaccde8047dceab1b97ef54175334 (diff) | |
| download | rde-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.c | 24 |
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; |