mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
99d2b08a8f
The FDS Rofi theme got a makeover with the updated colors and aesthetics. There is also a new theme which is basically a fork of the official dmenu theme. It is also the default Rofi theme.
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
configuration {
|
|
display-drun: "Activate";
|
|
display-run: "Execute";
|
|
display-window: "Window";
|
|
display-ssh: "SSH";
|
|
font: "Iosevka 14";
|
|
show-icons: true;
|
|
theme: "dmenu";
|
|
}
|