mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -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;
|
cfg = config.ar.home;
|
||||||
in {
|
in {
|
||||||
config = lib.mkIf cfg.apps.rofi.enable {
|
config = lib.mkIf cfg.apps.rofi.enable {
|
||||||
|
home.packages = [pkgs.networkmanager_dmenu];
|
||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "NotoSansM Nerd Font ${toString config.gtk.font.size}";
|
font = "NotoSansM Nerd Font ${toString config.gtk.font.size}";
|
||||||
|
@ -27,12 +29,10 @@ in {
|
||||||
"ssh"
|
"ssh"
|
||||||
];
|
];
|
||||||
|
|
||||||
display-drun = " ";
|
display-combi = "Search";
|
||||||
display-filebrowser = " ";
|
display-filebrowser = "Files";
|
||||||
display-power-menu = " ";
|
display-ssh = "SSH";
|
||||||
display-run = " ";
|
display-window = "Windows";
|
||||||
display-ssh = " ";
|
|
||||||
display-window = " ";
|
|
||||||
drun-display-format = "{icon} {name}";
|
drun-display-format = "{icon} {name}";
|
||||||
hide-scrollbar = true;
|
hide-scrollbar = true;
|
||||||
hover-select = true;
|
hover-select = true;
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
{device_enumerate}'';
|
{device_enumerate}'';
|
||||||
"tooltip-format-enumerate-connected" = "{device_alias} {device_address}";
|
"tooltip-format-enumerate-connected" = "{device_alias} {device_address}";
|
||||||
"on-click" = lib.getExe' pkgs.blueberry "blueberry";
|
"on-click" = lib.getExe pkgs.rofi-bluetooth;
|
||||||
};
|
};
|
||||||
|
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
|
|
Loading…
Reference in a new issue