rofi changes

This commit is contained in:
ark-lamp-umbrella 2024-04-22 20:48:34 -07:00
parent 993916569e
commit c7d6518456
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
2 changed files with 10 additions and 4 deletions

View File

@ -34,7 +34,7 @@
"$mod" = "SUPER";
"$terminal" = "alacritty";
bind = [
"$mod, S, exec, wofi --show drun --allow-images"
"$mod, S, exec, rofi -show drun -show-icons"
"$mod, Q, exec, $terminal"
"$mod, M, exit,"
"$mod, 1, workspace, 1"
@ -80,7 +80,7 @@
enable = true;
settings = {
default = {
path = "/etc/nixos/wallpapers/nix-black-4k.png";
path = "./wallpapers/here-everblush.png";
apply-shadow = true;
};
};
@ -128,6 +128,10 @@
name = "home manager wiki";
url = "https://nix-community.github.io/home-manager";
}
{
name = "everblush theme repo";
url = "https://github.com/Everblush/everblush";
}
];
}
];
@ -183,8 +187,10 @@
pride_month_disable = false;
};
};
wofi = {
rofi = {
enable = true;
package = pkgs.rofi-wayland;
font = "CozetteVector";
};
lsd = {
enable = true;
@ -193,7 +199,7 @@
enable = true;
defaultEditor = true;
settings = {
theme = "base16-terminal";
theme = "everblush";
editor = {
mouse = false;
line-number = "relative";

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB