Updated preferences

This commit is contained in:
Tibo De Peuter 2022-03-13 23:42:28 +01:00
parent 6d835a6a64
commit 6987c6c6e2
2 changed files with 25 additions and 15 deletions

View file

@ -18,7 +18,7 @@ exec --no-startup-id dex --autostart --environment i3
# Set background # Set background
exec --no-startup-id xsetroot -solid "#333333" exec --no-startup-id xsetroot -solid "#333333"
exec --no-startup-id feh --bg-scale '/usr/share/backgrounds/yvonne_dark.jpg' exec --no-startup-id feh --bg-scale '/usr/share/backgrounds/spirit.png'
# ================= # =================
# General variables # General variables

View file

@ -9,38 +9,48 @@ general {
color_bad="#d75f5f" color_bad="#d75f5f"
} }
order += "disk /"
order += "cpu_temperature 0"
order += "memory"
order += "wireless _first_" order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
order += "volume master" order += "volume master"
order += "battery 0" order += "battery 0"
order += "disk /"
order += "memory"
order += "tztime local" order += "tztime local"
tztime local { cpu_temperature 0 {
format = "%d/%m/%Y %H:%M" format = "T: %degrees °C"
} }
disk "/home" { wireless "_first_" {
format = " %avail " format_up = "W:%quality %essid (%bitrate)"
format_down = "W: NOFI"
}
tztime local {
format = "%d/%m/%Y %H:%M |"
}
disk "/" {
format = "DISK %avail (%percentage_free)"
} }
volume master { volume master {
format = "VOL %volume " format = "VOL %volume"
format_muted = "VOL %volume " format_muted = "VOL %volume"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0
} }
battery 0 { battery 0 {
integer_battery_capacity = true
format = " %status %percentage " format = " %status %percentage "
format_down = " ??? " format_down = "???"
status_chr = " CHARGING " status_chr = "CHARGING"
status_bat = " PKCELL " status_bat = "PKCELL"
status_unk = " UNKNOWN " status_unk = "UNKNOWN"
#last_full_capacity = true status_full = "FULL"
status_full = " FULL "
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
} }