Rofi config.

This commit is contained in:
Bartek Stalewski 2021-07-11 00:18:02 +02:00
parent ade14eff8b
commit 6e6b594c5b
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -0,0 +1,3 @@
configuration {
theme: "Pop-Dark";
}