diff --git a/collect.sh b/collect.sh index b2e318d..54abb72 100755 --- a/collect.sh +++ b/collect.sh @@ -40,7 +40,9 @@ cp -r ~/.config/kitty ./general/configs/ cp -r ~/.config/terminator ./general/configs/ cp -r ~/.config/Thunar ./general/configs/ cp -r ~/.config/yazi ./general/configs/ -cp -r ~/.config/mpv ./general/configs/ +cp -r ~/.config/Kvantum/ ./general/configs/ +cp -r ~/.config/lazygit/ ./general/configs/ + rm -rf ./pc/configs/hypr/hyprland/ cp -r ~/.config/hypr/hyprland/* ./general/hyprland/ diff --git a/collectLaptop.sh b/collectLaptop.sh index 3b5f44d..a887409 100755 --- a/collectLaptop.sh +++ b/collectLaptop.sh @@ -23,6 +23,8 @@ cp -r ~/.config/fish ./general/configs cp -r ~/.config/rofi ./general/configs cp -r ~/.config/yazi ./general/configs cp -r ~/.config/kitty ./general/configs +cp -r ~/.config/Kvantum/ ./general/configs/ +cp -r ~/.config/lazygit/ ./general/configs/ rm -rf ./laptop/configs/hypr/hyprland/ cp -r ~/.config/hypr/hyprland/* ./general/hyprland/ diff --git a/pc/configs/rofi/config.rasi b/pc/configs/rofi/config.rasi new file mode 100755 index 0000000..14a54c3 --- /dev/null +++ b/pc/configs/rofi/config.rasi @@ -0,0 +1,12 @@ +/** Basic config file **/ + +configuration { + show-icons: true; + icon-theme: "Candy"; + display-drun: ""; + display-run: "🏃🏽‍♂️ "; + display-window: "🗔 "; + display-combi: "🔎 "; +} + +@theme "themes/mcLarenTheme.rasi"