Add rofi and some adjustments

This commit is contained in:
CramMK
2020-03-27 15:48:18 +01:00
parent 4a6a1a1438
commit e56157fd0e
10 changed files with 186 additions and 24 deletions

View File

@@ -66,6 +66,9 @@ dotfiles:
d_dunst:
src: dunst
dst: ~/.config/dunst
d_rofi:
src: rofi
dst: ~/.config/rofi
profiles:
laptop:
@@ -80,6 +83,7 @@ profiles:
- wallpaper
- polybar
- dunst
- rofi
work:
include:
- zsh
@@ -135,3 +139,6 @@ profiles:
dunst:
dotfiles:
- d_dunst
rofi:
dotfiles:
- d_rofi