Update dependencies
This commit is contained in:
parent
28afd43bb7
commit
b18e14e4fa
4 changed files with 45 additions and 30 deletions
|
|
@ -1,25 +1,18 @@
|
|||
configuration {
|
||||
cycle: false;
|
||||
//modi: "drun,run,window:~/.config/rofi/window.sh,workspace:~/.config/rofi/workspace.sh";
|
||||
modi: "drun,run";
|
||||
modi: "drun,run,window:~/.config/rofi/window.sh,workspace:~/.config/rofi/workspace.sh";
|
||||
font: "JetBrainsMono Nerd Font 14";
|
||||
location: 0;
|
||||
terminal: "alacritty";
|
||||
|
||||
show-icons: true;
|
||||
run-show-icons: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: true;
|
||||
|
||||
drun-display-format: "{name}";
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window ";
|
||||
display-workspace: " Workspace ";
|
||||
|
||||
run {
|
||||
show-icons: false;
|
||||
}
|
||||
}
|
||||
|
||||
@theme "tokyonight"
|
||||
|
|
|
|||
6
common/home-manager/wayland/rofi/noicons.rasi
Normal file
6
common/home-manager/wayland/rofi/noicons.rasi
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
@import "config.rasi"
|
||||
|
||||
configuration {
|
||||
show-icons: false;
|
||||
}
|
||||
|
|
@ -75,9 +75,9 @@ in {
|
|||
# Grim screenshot file name
|
||||
filename = ''~/Pictures/$(date +%Y-%m-%d_%H-%M-%S).png'';
|
||||
in pkgs.lib.mkOptionDefault {
|
||||
"${modifier}+Shift+d" = "exec rofi -show run";
|
||||
# "${modifier}+w" = "exec rofi -show window";
|
||||
# "${modifier}+Shift+w" = "exec rofi -show workspace";
|
||||
"${modifier}+Shift+d" = "exec rofi -show run -config ~/.config/rofi/noicons.rasi";
|
||||
"${modifier}+w" = "exec rofi -show window -config ~/.config/rofi/noicons.rasi";
|
||||
"${modifier}+Shift+w" = "exec rofi -show workspace -config ~/.config/rofi/noicons.rasi";
|
||||
|
||||
"${modifier}+t" = "layout tabbed";
|
||||
"${modifier}+Shift+m" = "exec swaylock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue