forked from Shinonome/omarchy-nix
Temp hack for light mode themes gtk
This commit is contained in:
@@ -143,14 +143,14 @@ in {
|
||||
format-disabled = "";
|
||||
format-connected = "";
|
||||
tooltip-format = "Devices connected: {num_connections}";
|
||||
on-click = "GTK_THEME=Adwaita-dark blueberry";
|
||||
on-click = "blueberry";
|
||||
};
|
||||
wireplumber = {
|
||||
# Changed from "pulseaudio"
|
||||
"format" = "";
|
||||
format-muted = "";
|
||||
scroll-step = 5;
|
||||
on-click = "GTK_THEME=Adwaita-dark pavucontrol";
|
||||
on-click = "pavucontrol";
|
||||
tooltip-format = "Playing at {volume}%";
|
||||
on-click-right = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # Updated command
|
||||
max-volume = 150; # Optional: allow volume over 100%
|
||||
|
||||
Reference in New Issue
Block a user