order += "wireless _first_"
# order += "ethernet _first_"
order += "battery 0"
+order += "volume master"
order += "load"
order += "tztime local"
battery 0 {
format = "%status %percentage %remaining (%consumption)"
path = "/sys/class/power_supply/BAT%d/uevent"
- low_threshold = "30"
- threshold_type = "time"
- last_full_capacity = false
+ low_threshold = "10"
+ threshold_type = "percentage"
+ last_full_capacity = true
integer_battery_capacity = true
hide_seconds = true
}
format = "%-I:%M%P %a %b %d"
}
+volume master {
+ format = "♪ %volume"
+ format_muted = "🔇 %volume"
+ device = "pulse"
+}
+
load {
format = "%1min"
}
bindsym $mod+d exec $menu
# password manager
- bindsym $mod+$mod2+space exec rofi-pass
+ bindsym $mod2+space exec rofi-pass
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.