Switch back to using nm-connection-editor and blueman-manager

Adjust positioning to be on the bottom left corner, to fit better with
waybar position
This commit is contained in:
Evie Litherland-Smith 2025-01-06 09:26:11 +00:00
parent 44a2cb9c6b
commit f0cc42a1ae
3 changed files with 261 additions and 265 deletions

View file

@ -77,6 +77,7 @@
printing.enable = true;
tumbler.enable = true;
udisks2.enable = true;
blueman.enable = config.hardware.bluetooth.enable;
gnome.sushi.enable = true;
gvfs = {
enable = true;

View file

@ -248,10 +248,10 @@
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
# Audio control panel
"float, pavucontrol"
"size 800 600, pavucontrol"
"move onscreen 100%-820 50,pavucontrol"
# PulseAudio, Network and Bluetooth control panels
"float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
"size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
"move onscreen 50 100%-615,pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
# File browser and picker dialog
"float, org.gnome.Nautilus|xdg-desktop-portal-gtk"
"size 800 600, org.gnome.Nautilus|xdg-desktop-portal-gtk"

View file

@ -10,11 +10,7 @@
programs.waybar = {
enable = true;
systemd.enable = true;
settings.main =
let
terminal = "${config.programs.alacritty.package}/bin/alacritty -e";
in
{
settings.main = {
name = "main";
layer = "top";
position = "left";
@ -111,7 +107,6 @@
};
"ignored-players" = [
"com"
"org"
"firefox"
];
};
@ -154,7 +149,7 @@
format-linked = "󰈂";
format-disconnected = "󰈂";
tooltip-format = "{essid} ({signalStrength}%)";
on-click = "${terminal} ${pkgs.networkmanager}/bin/nmtui";
on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
};
bluetooth = {
format = "󰂯";
@ -163,7 +158,7 @@
format-on = "󰂯";
format-connected = "󰂱";
tooltip-format = "{status} | {device_alias}";
on-click = "${terminal} ${pkgs.bluez}/bin/bluetoothctl";
on-click = "${pkgs.blueman}/bin/blueman-manager";
};
"clock#calendar" =
let