feat: notification management with minor visuals and mpd cleanup
This commit is contained in:
@@ -154,7 +154,7 @@ adapter = ACAD
|
||||
; Disable polling by setting the interval to 0.
|
||||
;
|
||||
; Default: 5
|
||||
poll-interval = 6
|
||||
poll-interval = 10
|
||||
|
||||
; see "man date" for details on how to format the time string
|
||||
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||||
@@ -901,8 +901,8 @@ thermal-zone = 0
|
||||
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
||||
; to find path to desired file
|
||||
; Default reverts to thermal zone setting
|
||||
;;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
hwmon-path = /sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/hwmon/hwmon0/temp1_input
|
||||
;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
hwmon-path = /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/hwmon/hwmon4/temp1_input
|
||||
|
||||
; Threshold temperature to display warning label (in degrees celsius)
|
||||
; Default: 80
|
||||
@@ -915,22 +915,22 @@ units = true
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
; <ramp>
|
||||
format = <ramp> <label>
|
||||
format = <label>
|
||||
format-background = ${color.background-alt}
|
||||
format-foreground = ${color.foreground}
|
||||
format-overline = ${color.background}
|
||||
format-underline = ${color.background}
|
||||
format-padding = 2
|
||||
format-padding = 0
|
||||
|
||||
; Available tags:
|
||||
; <label-warn> (default)
|
||||
; <ramp>
|
||||
format-warn = <ramp> <label-warn>
|
||||
format-warn = <label-warn>
|
||||
format-warn-background = ${color.background-alt}
|
||||
format-warn-foreground = ${color.foreground}
|
||||
format-warn-overline = ${color.background}
|
||||
format-warn-underline = ${color.background}
|
||||
format-warn-padding = 2
|
||||
format-warn-padding = 0
|
||||
|
||||
; Available tokens:
|
||||
; %temperature% (deprecated)
|
||||
|
||||
Reference in New Issue
Block a user