blob: e81dd459f551661911f4ce3b75e63120600b7e9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* Ja KooLit - Default
* All main themes or configs are located in ~/.config/rofi/themes/
* If you want to edit the config, that is where you should edit NOT here
* To load a new theme, manually edit the file path below or choose desired theme via rofi theme selector (choose via app menu)
* Alternative way to Load (preferred) own cooked by Ja
* SUPER CTRL R - Choose style & SUPER CTRL SHIFT R
* TIPS
* If you have edited a config, rename it with a unique name. During update, the contents of
* ~/.config/rofi/themes/ will be replaced. */
/* ---- Global Configuration Fonts ---- */
@import "~/.config/rofi/0-shared-fonts.rasi"
/* Force kitty as terminal for Terminal=true apps and run-shell */
@import "~/.config/rofi/00-terminal.rasi"
/* note: Main themes in ~/.config/rofi/themes */
/* You can manually change here or you can use rofi theme selector SUPER SHIFT E */
@theme "~/.config/rofi/themes/KooL_style-4.rasi"
|