mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
hyprland/waybar: switched bluetooth client to blueberry
This commit is contained in:
parent
65d933bdb5
commit
0db4e45289
|
@ -152,13 +152,13 @@ misc {
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||||
|
|
||||||
# PavuControl, nmtui, and overskride float.
|
# PavuControl, nmtui, and blueberry float.
|
||||||
windowrulev2 = float,class:(pavucontrol)
|
windowrulev2 = float,class:(pavucontrol)
|
||||||
windowrulev2 = center(1),class:(pavucontrol)
|
windowrulev2 = center(1),class:(pavucontrol)
|
||||||
windowrulev2 = float,class:(nmtui)
|
windowrulev2 = float,class:(nmtui)
|
||||||
windowrulev2 = center(1),class:(nmtui)
|
windowrulev2 = center(1),class:(nmtui)
|
||||||
windowrulev2 = float,title:(overskride)
|
windowrulev2 = float,class:(blueberry.py)
|
||||||
windowrulev2 = center(1),title:(overskride)
|
windowrulev2 = center(1),class:(blueberry.py)
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [ overskride pavucontrol ];
|
home.packages = with pkgs; [ blueberry pavucontrol ];
|
||||||
|
|
||||||
xdg.configFile."waybar/style.css".source = ./waybar.css;
|
xdg.configFile."waybar/style.css".source = ./waybar.css;
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
{device_enumerate}'';
|
{device_enumerate}'';
|
||||||
"tooltip-format-enumerate-connected" =
|
"tooltip-format-enumerate-connected" =
|
||||||
"{device_alias} {device_address}";
|
"{device_alias} {device_address}";
|
||||||
"on-click" = "overskride";
|
"on-click" = "blueberry";
|
||||||
};
|
};
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
"format" = " {volume}%";
|
"format" = " {volume}%";
|
||||||
|
|
Loading…
Reference in a new issue