rofi
This commit is contained in:
parent
901037124a
commit
1f50e952d8
|
@ -1,9 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||
imports = [
|
||||
./rofi
|
||||
./rofi
|
||||
./waybar
|
||||
./alacritty
|
||||
./hyprland
|
||||
|
@ -21,4 +20,6 @@
|
|||
EDITOR = "vim";
|
||||
};
|
||||
|
||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
pavucontrol
|
||||
swww
|
||||
wl-clipboard
|
||||
cliphist
|
||||
lxqt.lxqt-policykit
|
||||
grim
|
||||
slurp
|
||||
|
@ -60,10 +61,10 @@
|
|||
"$mod, Q, killactive"
|
||||
"$mod, W, togglefloating"
|
||||
"$mod, R, togglesplit"
|
||||
"$mod+shift, Y, exec, systemctl suspend"
|
||||
"$mod+shift, M, exit, hyprland"
|
||||
"$mod, L, exec, amixer -q sset Master 5%+"
|
||||
"$mod, K, exec, amixer -q sset Master 5%-"
|
||||
"$mod+shift, Y, exec, systemctl suspend"
|
||||
"$mod+shift, M, exit, hyprland"
|
||||
|
||||
# mocp
|
||||
"$mod, P, exec, mocp -f"
|
||||
|
@ -136,10 +137,6 @@
|
|||
kb_options = "grp:alt_shift_toggle";
|
||||
};
|
||||
|
||||
windowrule = [
|
||||
"float, ^(rofi)$"
|
||||
"float, ^(prisemlauncher)$"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -3,6 +3,7 @@
|
|||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = "~/nix/home/rofi/gruvbox-material.rasi";
|
||||
extraConfig = {
|
||||
modi = "drun";
|
||||
|
@ -10,12 +11,12 @@
|
|||
show-icons = true;
|
||||
terminal = "alacritty";
|
||||
drun-display-format = "{icon} {name}";
|
||||
location = 0;
|
||||
location = 1;
|
||||
disable-history = false;
|
||||
hide-scrollbar = true;
|
||||
display-drun = " Apps ";
|
||||
display-network = " Network";
|
||||
sidebar-mode = true;
|
||||
sidebar-mode = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.timeout = 0;
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
imports = [
|
||||
../../modules
|
||||
|
|
|
@ -59,23 +59,18 @@
|
|||
gnome.gnome-calculator
|
||||
gnome.gnome-disk-utility
|
||||
#random utils
|
||||
rofi-wayland
|
||||
screen
|
||||
pciutils
|
||||
cliphist
|
||||
wl-clipboard
|
||||
git
|
||||
zip
|
||||
rar
|
||||
unzip
|
||||
unrar
|
||||
scrcpy
|
||||
lm_sensors
|
||||
appimage-run
|
||||
ytmdl
|
||||
yt-dlp
|
||||
boxbuddy
|
||||
distrobox
|
||||
wget
|
||||
unixtools.ifconfig
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue