Improve config collection, add rofi config for pc
This commit is contained in:
parent
87298afcb5
commit
a3693a8ad1
@ -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/
|
||||
|
||||
|
@ -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
12
pc/configs/rofi/config.rasi
Executable 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"
|
Loading…
x
Reference in New Issue
Block a user