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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue