diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-03-25 20:00:29 +0100 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-03-25 20:00:29 +0100 |
| commit | 20994c7fd36ae5a58bc97668dec8c55cfd91aa1f (patch) | |
| tree | bad619a59220392a7893293195003bacb79e3911 /rofi | |
| parent | 91e2acd4748c9266a89452e825ca5d273ae3b3ed (diff) | |
| download | dotfiles-20994c7fd36ae5a58bc97668dec8c55cfd91aa1f.tar.gz dotfiles-20994c7fd36ae5a58bc97668dec8c55cfd91aa1f.zip | |
change rofi config and remove spt
Diffstat (limited to 'rofi')
| -rwxr-xr-x | rofi/.config/rofi/config.rasi | 7 | ||||
| -rwxr-xr-x | rofi/.config/rofi/rofidmenu.rasi | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index aec5e9c..aa09017 100755 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,2 +1,7 @@ //@theme "/usr/share/rofi/themes/Arc-Dark.rasi" -@theme "/usr/local/share/rofi/themes/Arc-Dark.rasi" +@import "~/.config/rofi/arc_dark_transparent_colors.rasi" + +configuration { + font: "DroidSansM Nerd Font 11"; + show-icons: true; +} diff --git a/rofi/.config/rofi/rofidmenu.rasi b/rofi/.config/rofi/rofidmenu.rasi index 37052d0..c0342bb 100755 --- a/rofi/.config/rofi/rofidmenu.rasi +++ b/rofi/.config/rofi/rofidmenu.rasi @@ -117,6 +117,7 @@ case-indicator { } entry { spacing: 0; + placeholder: ""; text-color: @normal-foreground; } prompt { |
