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