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;
|
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" = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue