chore(waybar): apply icons name upstream change for audio module
This commit is contained in:
parent
0b053e3db2
commit
308d6fca81
1 changed files with 7 additions and 7 deletions
|
@ -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" = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue