aboutsummaryrefslogtreecommitdiffstats
path: root/dot_config/i3/i3status.conf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2021-12-27 20:28:19 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2021-12-27 20:28:19 +0100
commit6b129df7eecd64f7a5c8cbe946d0511f91f002f9 (patch)
tree3cbdbd50498aced89e14d881718a2b696315ef58 /dot_config/i3/i3status.conf
parent4d3ea3bc6fa793c999b982af086150c84bfdb86f (diff)
downloaddotfiles-6b129df7eecd64f7a5c8cbe946d0511f91f002f9.tar.gz
dotfiles-6b129df7eecd64f7a5c8cbe946d0511f91f002f9.tar.bz2
dotfiles-6b129df7eecd64f7a5c8cbe946d0511f91f002f9.zip
Updated with chezmoi
Diffstat (limited to '')
-rw-r--r--dot_config/i3/i3status.conf (renamed from etc/i3status.conf)16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/i3status.conf b/dot_config/i3/i3status.conf
index 7d4ff28..0f1f048 100644
--- a/etc/i3status.conf
+++ b/dot_config/i3/i3status.conf
@@ -37,10 +37,10 @@ ethernet _first_ {
battery all {
format = "%status %percentage %remaining %emptytime"
format_down = "No battery"
- status_chr = "⚡ CHR"
- status_bat = "🔋 BAT"
- status_unk = "❓ UNK"
- status_full = "😈 FULL"
+ status_chr = "CHR"
+ status_bat = "BAT"
+ status_unk = "UNK"
+ status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
color_bad="red"
@@ -49,10 +49,10 @@ battery all {
battery 0 {
format = "%status %percentage"
format_down = "No battery"
- status_chr = "🔌 CHR"
- status_bat = "🔋 BAT"
- status_unk = "? UNK"
- status_full = "☻ FULL"
+ status_chr = "CHR"
+ status_bat = "BAT"
+ status_unk = "UNK"
+ status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
color_bad="red"