Improve config collection, add rofi config for pc

This commit is contained in:
Admin 2025-03-18 14:19:19 +01:00
parent 87298afcb5
commit a3693a8ad1
3 changed files with 17 additions and 1 deletions

View File

@ -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/

View File

@ -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/

12
pc/configs/rofi/config.rasi Executable file
View File

@ -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"