Update rofi collection script

This commit is contained in:
Admin 2025-03-18 14:12:15 +01:00
parent e894d77ebb
commit 87298afcb5
8 changed files with 32 additions and 0 deletions

View File

@ -27,6 +27,8 @@ mkdir ./pc/configs/OpenRGB
mkdir ./pc/configs/Portmaster mkdir ./pc/configs/Portmaster
cp -r ~/.config/hypr ./pc/configs/ cp -r ~/.config/hypr ./pc/configs/
cp -r ~/.config/waybar ./pc/configs/ cp -r ~/.config/waybar ./pc/configs/
mkdir ./pc/configs/rofi
cp ~/.config/rofi/config.rasi ./pc/configs/rofi/
cp -r ~/.config/OpenRGB/OpenRGB.json ./pc/configs/OpenRGB/OpenRGB.json cp -r ~/.config/OpenRGB/OpenRGB.json ./pc/configs/OpenRGB/OpenRGB.json
cp ~/.config/Portmaster/Preferences ./pc/configs/Portmaster/ cp ~/.config/Portmaster/Preferences ./pc/configs/Portmaster/
cp -r ~/.config/mpv ./general/configs cp -r ~/.config/mpv ./general/configs

View File

@ -14,6 +14,8 @@ pacman -Qq > ./laptop/installedPackages.txt
# copy other config files # copy other config files
cp -r ~/.config/hypr ./laptop/configs cp -r ~/.config/hypr ./laptop/configs
cp -r ~/.config/waybar ./laptop/configs cp -r ~/.config/waybar ./laptop/configs
mkdir ./laptop/configs/rofi
cp ~/.config/rofi/config.rasi ./laptop/configs/rofi/
cp -r ~/.config/wlogout ./general/configs cp -r ~/.config/wlogout ./general/configs
cp -r ~/.config/mpv ./general/configs cp -r ~/.config/mpv ./general/configs
cp -r ~/.config/dunst ./general/configs cp -r ~/.config/dunst ./general/configs

View File

@ -7,5 +7,7 @@ configuration {
display-run: "🏃🏽‍♂️ "; display-run: "🏃🏽‍♂️ ";
display-window: "🗔 "; display-window: "🗔 ";
display-combi: "🔎 "; display-combi: "🔎 ";
dpi: 160;
} }
@theme "themes/mcLarenTheme.rasi" @theme "themes/mcLarenTheme.rasi"

View File

@ -123,3 +123,4 @@ cursor {
no_warps = false no_warps = false
inactive_timeout = 60 inactive_timeout = 60
} }

View File

@ -33,6 +33,16 @@ exec = hyprctl setcursor oreo_spark_blue_cursors 36
env = HYPRCURSOR_THEME, Oreo_spark_blue_cursor env = HYPRCURSOR_THEME, Oreo_spark_blue_cursor
env = X_CURSOR_THEME, Oreo_spark_blue_cursor env = X_CURSOR_THEME, Oreo_spark_blue_cursor
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = ELECTRON_ENABLE_HIGHDPI_SUPPORT, 1
env = XDG_SESSION_TYPE, wayland
env = QT_QPA_PLATFORM,wayland
# env = QT_QPA_PLATFORM_THEME,qt6ct
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = GDK_SCALE,2
xwayland {
force_zero_scaling = true
}
# Volume control # Volume control
bind = ,code:123, exec, pamixer -i 5 bind = ,code:123, exec, pamixer -i 5

13
laptop/configs/rofi/config.rasi Executable file
View File

@ -0,0 +1,13 @@
/** Basic config file **/
configuration {
show-icons: true;
icon-theme: "Candy";
display-drun: "";
display-run: "🏃🏽‍♂️ ";
display-window: "🗔 ";
display-combi: "🔎 ";
dpi: 160;
}
@theme "themes/mcLarenTheme.rasi"

View File

@ -8,6 +8,7 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/
cp -r ./pc/configs/hypr ~/.config/ cp -r ./pc/configs/hypr ~/.config/
cp -r ./pc/configs/waybar ~/.config/ cp -r ./pc/configs/waybar ~/.config/
cp -r ./general/configs/* ~/.config/ cp -r ./general/configs/* ~/.config/
cp ./pc/configs/rofi/config.rasi ~/config/rofi/
# Copy hyprland general config # Copy hyprland general config
cp -r ./general/hyprland ~/.config/hypr/ cp -r ./general/hyprland ~/.config/hypr/

View File

@ -8,6 +8,7 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/
cp -r ./laptop/configs/hypr ~/.config/ cp -r ./laptop/configs/hypr ~/.config/
cp -r ./laptop/configs/waybar ~/.config/ cp -r ./laptop/configs/waybar ~/.config/
cp -r ./general/configs/* ~/.config/ cp -r ./general/configs/* ~/.config/
cp ./laptop/configs/rofi/config.rasi ~/config/rofi/
# Copy hyprland general config # Copy hyprland general config
cp -r ./general/hyprland ~/.config/hypr/ cp -r ./general/hyprland ~/.config/hypr/