Rofi config.
This commit is contained in:
parent
ade14eff8b
commit
6e6b594c5b
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
mkdir -p ~/.config ~/.local/settings
|
mkdir -p ~/.config ~/.local/settings
|
||||||
|
|
||||||
# link config
|
# 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}
|
rm -rf ~/.config/${i}
|
||||||
ln -sf ~/.local/repos/dotfiles/_desktop/${i} ~/.config
|
ln -sf ~/.local/repos/dotfiles/_desktop/${i} ~/.config
|
||||||
done
|
done
|
||||||
|
|
3
_desktop/rofi/config.rasi
Normal file
3
_desktop/rofi/config.rasi
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
configuration {
|
||||||
|
theme: "Pop-Dark";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue