M .config/i3/config => .config/i3/config +1 -0
@@ 158,5 158,6 @@ exec --no-startup-id pasystray
exec --no-startup-id dunst
exec --no-startup-id mullvad
exec --no-startup-id flameshot
+exec --no-startup-id flatpak run com.spotify.Client
exec --no-startup-id pactl load-module module-loopback
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
M .config/polybar/config => .config/polybar/config +2 -10
@@ 46,9 46,9 @@ module-margin = 2
separator =
tray-maxsize = 16
tray=background = ${root.background}
+modules-center =
modules-left = i3
-modules-center = cpu memory filesystem network cpu_temp gpu_temp
-modules-right = mpd date
+modules-right = media date
[module/cpu]
@@ 127,19 127,11 @@ label= GPU %temperature-c%
; gpu temp?
hwmon-path = /sys/devices/platform/it87.2656/hwmon/hwmon5/temp1_input
-[module/mpd]
-type = internal/mpd
-format-online = <label-song>
-label-song = %artist% - %title%
-label-offline = mpd is offline
-
[module/media]
type = custom/script
interval = 2
exec = playerctl metadata --format " {{ artist }} - {{ title }}"
-
-
[module/date]
type = internal/date
label = %date% %time%