chore(waybar): apply icons name upstream change for audio module

This commit is contained in:
Yorick Barbanneau 2025-08-26 22:43:22 +02:00
parent 0b053e3db2
commit 308d6fca81
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -1,4 +1,4 @@
{lib, config, ...}:
{lib, config, ...}:
with lib;
let
cfg = config.modules.desktop.sway;
@ -22,7 +22,7 @@ in
"sway/mode"
];
modules-right = [
"network"
"network"
"custom/sep"
] ++ (
if cfg.waybar.laptop then [
@ -38,15 +38,15 @@ in
"memory"
"cpu"
"temperature"
"custom/sep"
"custom/sep"
] ++ (
if cfg.waybar.gpuThermal.enable then [
"temperature#gpu"
"custom/sep"
]
]
else [
]
) ++
) ++
[
"pulseaudio"
"custom/sep"
@ -101,8 +101,8 @@ in
"format-icons" = {
"car" = "";
"default" = "";
"handsfree" = "󰋎";
"headphones" = "󰋋";
"hands-free" = "󰋎";
"headphone" = "󰋋";
"headset" = "󰋎";
"phone" = "";
"portable" = "";