Update rofi collection script
This commit is contained in:
parent
e894d77ebb
commit
87298afcb5
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -123,3 +123,4 @@ cursor {
|
|||||||
no_warps = false
|
no_warps = false
|
||||||
inactive_timeout = 60
|
inactive_timeout = 60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
13
laptop/configs/rofi/config.rasi
Executable 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"
|
1
setup.sh
1
setup.sh
@ -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/
|
||||||
|
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user