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
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

View file

@ -9,20 +9,30 @@ general {
color_bad="#d75f5f"
}
order += "disk /"
order += "cpu_temperature 0"
order += "memory"
order += "wireless _first_"
order += "ethernet _first_"
order += "volume master"
order += "battery 0"
order += "disk /"
order += "memory"
order += "tztime local"
tztime local {
format = "%d/%m/%Y %H:%M"
cpu_temperature 0 {
format = "T: %degrees °C"
}
disk "/home" {
format = " %avail "
wireless "_first_" {
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 {
@ -34,12 +44,12 @@ volume master {
}
battery 0 {
integer_battery_capacity = true
format = " %status %percentage "
format_down = "???"
status_chr = "CHARGING"
status_bat = "PKCELL"
status_unk = "UNKNOWN"
#last_full_capacity = true
status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
}