Back to rofi, because of fucked up fonts in dmenu.

This commit is contained in:
Bartek Stalewski 2021-09-30 23:31:04 +02:00
parent 7a0eabd55f
commit d050312cff
6 changed files with 15 additions and 15 deletions

View file

@ -4,7 +4,7 @@
mkdir -p ~/.config ~/.local/bin ~/.local/settings
# link config
for i in clipit dunst fontconfig zathura; do
for i in clipit dunst fontconfig rofi zathura; do
rm -rf ~/.config/${i}
ln -sf ~/.local/repos/dotfiles/_desktop/${i} ~/.config
done

View file

@ -1,4 +1,4 @@
configuration {
font: "JetBrainsMono Nerd Font Mono 12";
theme: "Pop-Dark";
theme: "Monokai";
}