aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2023-03-06 10:17:53 +0100
committerCamil Staps2023-03-06 10:17:53 +0100
commit505603fbf9dd5bb8b650f571168c26e7b44b4d59 (patch)
treead4c74abbf9af8b450ac99feba6e75b7af723a17
parentAdd suspend-menu; do not use i3-nagbar for shutdown confirmation (diff)
i3 status bar: new icons for battery status
-rw-r--r--i3/.i3status.conf6
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"