✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
21
shared/home-manager/rofi/config.rasi
Normal file
21
shared/home-manager/rofi/config.rasi
Normal file
@ -0,0 +1,21 @@
|
||||
configuration {
|
||||
disable-history: false;
|
||||
display-Network: " Network";
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window";
|
||||
display-ssh: " SSH";
|
||||
display-rofimoji: " 😎 Emojis";
|
||||
drun-display-format: "{icon} {name}";
|
||||
font: "JetBrains Mono 12";
|
||||
hide-scrollbar: true;
|
||||
icon-theme: "Oranchelo";
|
||||
location: 0;
|
||||
modi: [run,drun,window,ssh,rofimoji];
|
||||
show-icons: true;
|
||||
sidebar-mode: true;
|
||||
terminal: "kitty";
|
||||
xoffset: 0;
|
||||
yoffset: 0;
|
||||
}
|
||||
@theme "catppuccin-mocha"
|
Reference in New Issue
Block a user