mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
home/waybar: move to wofi
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
This commit is contained in:
parent
031bd017b3
commit
ad408d157a
|
@ -7,6 +7,8 @@
|
|||
cfg = config.ar.home;
|
||||
in {
|
||||
config = lib.mkIf cfg.apps.rofi.enable {
|
||||
home.packages = [pkgs.networkmanager_dmenu];
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "NotoSansM Nerd Font ${toString config.gtk.font.size}";
|
||||
|
@ -27,12 +29,10 @@ in {
|
|||
"ssh"
|
||||
];
|
||||
|
||||
display-drun = " ";
|
||||
display-filebrowser = " ";
|
||||
display-power-menu = " ";
|
||||
display-run = " ";
|
||||
display-ssh = " ";
|
||||
display-window = " ";
|
||||
display-combi = "Search";
|
||||
display-filebrowser = "Files";
|
||||
display-ssh = "SSH";
|
||||
display-window = "Windows";
|
||||
drun-display-format = "{icon} {name}";
|
||||
hide-scrollbar = true;
|
||||
hover-select = true;
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
{device_enumerate}'';
|
||||
"tooltip-format-enumerate-connected" = "{device_alias} {device_address}";
|
||||
"on-click" = lib.getExe' pkgs.blueberry "blueberry";
|
||||
"on-click" = lib.getExe pkgs.rofi-bluetooth;
|
||||
};
|
||||
|
||||
"pulseaudio" = {
|
||||
|
|
Loading…
Reference in a new issue