diff options
author | Camil Staps | 2023-03-06 10:17:53 +0100 |
---|---|---|
committer | Camil Staps | 2023-03-06 10:17:53 +0100 |
commit | 505603fbf9dd5bb8b650f571168c26e7b44b4d59 (patch) | |
tree | ad4c74abbf9af8b450ac99feba6e75b7af723a17 | |
parent | Add suspend-menu; do not use i3-nagbar for shutdown confirmation (diff) |
i3 status bar: new icons for battery status
-rw-r--r-- | i3/.i3status.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3/.i3status.conf b/i3/.i3status.conf index 95540f9..44b2158 100644 --- a/i3/.i3status.conf +++ b/i3/.i3status.conf @@ -27,9 +27,9 @@ wireless wlp1s0 { battery 0 { format = "%status %percentage %remaining %consumption" hide_seconds = true - status_chr = "⚇" - status_bat = "⚡" - status_full = "☻" + status_chr = "⚡" + status_bat = "🔋" + status_full = "⏦" status_unk = "?" low_threshold = 30 threshold_type = "percentage" |