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
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
# PavuControl, nmtui, and overskride float.
|
||||
# PavuControl, nmtui, and blueberry float.
|
||||
windowrulev2 = float,class:(pavucontrol)
|
||||
windowrulev2 = center(1),class:(pavucontrol)
|
||||
windowrulev2 = float,class:(nmtui)
|
||||
windowrulev2 = center(1),class:(nmtui)
|
||||
windowrulev2 = float,title:(overskride)
|
||||
windowrulev2 = center(1),title:(overskride)
|
||||
windowrulev2 = float,class:(blueberry.py)
|
||||
windowrulev2 = center(1),class:(blueberry.py)
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
# 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;
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
|||
{device_enumerate}'';
|
||||
"tooltip-format-enumerate-connected" =
|
||||
"{device_alias} {device_address}";
|
||||
"on-click" = "overskride";
|
||||
"on-click" = "blueberry";
|
||||
};
|
||||
"pulseaudio" = {
|
||||
"format" = " {volume}%";
|
||||
|
|
Loading…
Reference in a new issue