fix some i3status modules

This commit is contained in:
zoe 2023-03-20 09:43:09 +01:00
parent 9bb02fe83c
commit 1a853930e9
1 changed files with 8 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# audio out # audio out
{ {
block = "sound"; block = "sound";
format = "$icon $volume"; format = "{$icon $volume|$icon}";
driver = "pulseaudio"; driver = "pulseaudio";
headphones_indicator = true; headphones_indicator = true;
step_width = 1; step_width = 1;
@ -37,16 +37,18 @@
# network # network
{ {
block = "net"; block = "net";
# ap_format = "{ssid} {strength}"; format = "$icon $device {$signal_strength $ssid |󰈁}";
format = "$icon $ssid";
} }
# battery # battery
{ {
block = "battery"; block = "battery";
format = "{percentage}"; driver = "upower";
interval = 120; format = "$icon $percentage $power";
full_format = "$icon $percentage $power";
empty_format = "$icon $percentage $power";
not_charging_format = "$icon $percentage $power";
} }
pomodoro pomodoro
# time # time