feat: notification management with minor visuals and mpd cleanup

This commit is contained in:
2026-04-14 10:55:12 +02:00
parent 3df3c1b503
commit b8cc76158b
20 changed files with 3543 additions and 185873 deletions

View File

@@ -79,7 +79,7 @@ border-size = 12
border-bottom-size = 0
border-color = #00000000
modules-left = border_left sep2 launcher sep5 workspaces sep6 border_right_fancy sep4 mpd
modules-center = border_left sep2 pulseaudio sep battery sep backlight sep memory sep2 border_right
modules-center = border_left sep2 pulseaudio sep backlight sep battery sep temperature sep memory sep2 border_right
modules-right = border_left sep2 network sep user_keyboard_toggle sep tray sep2 border_right sep3 border_left sep2 date sep2 border_right
enable-ipc = true

View File

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