diff options
Diffstat (limited to 'i3')
| -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"  | 
