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:
parent
44a2cb9c6b
commit
f0cc42a1ae
|
@ -77,6 +77,7 @@
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
tumbler.enable = true;
|
tumbler.enable = true;
|
||||||
udisks2.enable = true;
|
udisks2.enable = true;
|
||||||
|
blueman.enable = config.hardware.bluetooth.enable;
|
||||||
gnome.sushi.enable = true;
|
gnome.sushi.enable = true;
|
||||||
gvfs = {
|
gvfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -248,10 +248,10 @@
|
||||||
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"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"
|
"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"
|
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
# Audio control panel
|
# PulseAudio, Network and Bluetooth control panels
|
||||||
"float, pavucontrol"
|
"float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
||||||
"size 800 600, pavucontrol"
|
"size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
||||||
"move onscreen 100%-820 50,pavucontrol"
|
"move onscreen 50 100%-615,pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
||||||
# File browser and picker dialog
|
# File browser and picker dialog
|
||||||
"float, org.gnome.Nautilus|xdg-desktop-portal-gtk"
|
"float, org.gnome.Nautilus|xdg-desktop-portal-gtk"
|
||||||
"size 800 600, org.gnome.Nautilus|xdg-desktop-portal-gtk"
|
"size 800 600, org.gnome.Nautilus|xdg-desktop-portal-gtk"
|
||||||
|
|
|
@ -10,11 +10,7 @@
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
settings.main =
|
settings.main = {
|
||||||
let
|
|
||||||
terminal = "${config.programs.alacritty.package}/bin/alacritty -e";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
name = "main";
|
name = "main";
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "left";
|
position = "left";
|
||||||
|
@ -111,7 +107,6 @@
|
||||||
};
|
};
|
||||||
"ignored-players" = [
|
"ignored-players" = [
|
||||||
"com"
|
"com"
|
||||||
"org"
|
|
||||||
"firefox"
|
"firefox"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -154,7 +149,7 @@
|
||||||
format-linked = "";
|
format-linked = "";
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
tooltip-format = "{essid} ({signalStrength}%)";
|
tooltip-format = "{essid} ({signalStrength}%)";
|
||||||
on-click = "${terminal} ${pkgs.networkmanager}/bin/nmtui";
|
on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
||||||
};
|
};
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
format = "";
|
format = "";
|
||||||
|
@ -163,7 +158,7 @@
|
||||||
format-on = "";
|
format-on = "";
|
||||||
format-connected = "";
|
format-connected = "";
|
||||||
tooltip-format = "{status} | {device_alias}";
|
tooltip-format = "{status} | {device_alias}";
|
||||||
on-click = "${terminal} ${pkgs.bluez}/bin/bluetoothctl";
|
on-click = "${pkgs.blueman}/bin/blueman-manager";
|
||||||
};
|
};
|
||||||
"clock#calendar" =
|
"clock#calendar" =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue