Ironbar fix

This commit is contained in:
DashieTM 2024-09-26 10:07:09 +02:00
parent 9bc0491caa
commit 10adafe703
3 changed files with 7 additions and 7 deletions

View file

@ -237,14 +237,14 @@ in
{
type = "button";
class = "audio-button";
label = "";
on_click = "!/home/${username}/.config/eww/scripts/audio_control.sh bluetooth";
label = "";
on_click = (lib.mkIf config.mods.scripts.audioControl "!audioControl bluetooth");
}
{
type = "button";
class = "audio-button";
label = "󰋋";
on_click = "!/home/${username}/.config/eww/scripts/audio_control.sh internal";
on_click = (lib.mkIf config.mods.scripts.audioControl "!audioControl internal");
}
];
class = "audio-button-box";