small qol fixes

This commit is contained in:
2025-04-08 20:08:21 +02:00
parent b878344566
commit d095acd1ac
8 changed files with 112 additions and 29 deletions

View File

@@ -18,6 +18,7 @@
margin-bottom = 2;
margin-left = 5;
margin-right = 5;
layer = "top";
position = "top";
spacing = 5;
@@ -34,12 +35,9 @@
modules-right = [
"tray"
# "temperature"
# "group/expand"
# "bluetooth"
"privacy"
"wireplumber"
"network"
# "mpd"
"battery"
"backlight"
"idle_inhibitor"
@@ -82,7 +80,6 @@
};
tooltip = "true";
};
"bluetooth" = {
format-on = "󰂯";
format-off = "BT-off";
@@ -91,7 +88,7 @@
format-alt = "{device_alias} 󰂯";
tooltip-format = "{controller_alias}\t{controller_address}\n\n{num_connections} connected";
tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}";
tooltip-format-enumerate-connected = "{device_alias}\n{device_address}";
tooltip-formaenumeratet-enumerate-connected = "{device_alias}\n{device_address}";
tooltip-format-enumerate-connected-battery = "{device_alias}\n{device_address}\n{device_battery_percentage}%";
on-click-right = "blueman-manager";
};
@@ -167,6 +164,28 @@
tooltip-format-disconnected = "Disconnected";
on-click = "XDG_CURRENT_DESKTOP=GNOME gnome-control-center wifi";
};
"privacy" = {
icon-spacing = 4;
# icon-size" = 18;
transition-duration = 250;
modules = [
{
type = "screenshare";
tooltip = true;
# tooltip-icon-size = 24
}
{
type = "audio-out";
tooltip = true;
# tooltip-icon-size = 24
}
{
type = "audio-in";
tooltip = true;
# tooltip-icon-size = 24
}
];
};
};
};
@@ -205,6 +224,10 @@
padding: 3px;
}
#workspaces button {
color: #ffffff;
}
#battery.warning {
background:rgba(240, 165, 0, 0.6);
}