- Formatted theme for Rofi - Moved Rofi config to .rasi file, because of troubles styling with programs.rofi - Added gnome-calculator and gnome-disk - Added GCC - Open Calc by pressing SUPER + K - Opens terminal in workspace 2 at boot
19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
configuration {
|
|
disable-history: false;
|
|
display-Network: " Network";
|
|
display-drun: " Apps ";
|
|
display-run: " Run ";
|
|
display-window: " Window";
|
|
drun-display-format: "{icon} {name}";
|
|
font: "DejaVu Sans Mono 10";
|
|
hide-scrollbar: true;
|
|
icon-theme: "Oranchelo";
|
|
location: 0;
|
|
modi: "run,drun,window";
|
|
show-icons: true;
|
|
sidebar-mode: true;
|
|
terminal: "kitty";
|
|
xoffset: 0;
|
|
yoffset: 0;
|
|
}
|
|
@theme "catppuccin-mocha" |