Ironbar fix
This commit is contained in:
parent
9bc0491caa
commit
10adafe703
3 changed files with 7 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue