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