Add rofi config
This commit is contained in:
19
.config/rofi/config.rasi
Normal file
19
.config/rofi/config.rasi
Normal file
@@ -0,0 +1,19 @@
|
||||
configuration{
|
||||
modi: "run,drun,window";
|
||||
icon-theme: "Papirus-Dark";
|
||||
show-icons: true;
|
||||
terminal: "kitty";
|
||||
drun-display-format: "{icon} {name}";
|
||||
location: 0;
|
||||
disable-history: false;
|
||||
hide-scrollbar: true;
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window";
|
||||
display-Network: " Network";
|
||||
sidebar-mode: true;
|
||||
}
|
||||
|
||||
//@theme "catppuccin-mocha"
|
||||
|
||||
@theme "/home/vectorkappa/.local/share/rofi/themes/catppuccin-macchiato.rasi"
|
||||
18
.config/rofi/userconfig/config.rasi
Normal file
18
.config/rofi/userconfig/config.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
configuration{
|
||||
modi: "run,drun,window";
|
||||
icon-theme: "Oranchelo";
|
||||
show-icons: true;
|
||||
terminal: "alacritty";
|
||||
drun-display-format: "{icon} {name}";
|
||||
location: 0;
|
||||
disable-history: false;
|
||||
hide-scrollbar: true;
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window";
|
||||
display-Network: " Network";
|
||||
sidebar-mode: true;
|
||||
}
|
||||
|
||||
@theme "catppuccin-mocha"
|
||||
|
||||
Reference in New Issue
Block a user