From a8cdcb451699299a1558de19c3fc5c5f7f798cdc Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Thu, 17 Jul 2025 13:42:17 +0530 Subject: [PATCH] Replaced Dmenu and St with Rofi and Alacritty --- setup | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/setup b/setup index 46d8323..572065d 100755 --- a/setup +++ b/setup @@ -272,9 +272,9 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c ## See https://wiki.hyprland.org/Configuring/Keywords/ # ## Set programs that you use -#$terminal = st -#$fileManager = st -e ranger -#$menu = dmenu_run +#$terminal = alacritty +#$fileManager = alacritty -e ranger +#$menu = rofi -show run # # ################## @@ -293,14 +293,14 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c ############################## #### ENVIRONMENT VARIABLES ### ############################## -# ## See https://wiki.hyprland.org/Configuring/Environment-variables/ ##env = LIBVA_DRIVER_NAME,nvidia ##env = __GLX_VENDOR_LIBRARY_NAME,nvidia +#env = XDG_CURRENT_DESKTOP,Hyprland +#env = XDG_SESSION_TYPE,wayland +#env = XDG_SESSION_DESKTOP,Hyprland #env = XCURSOR_SIZE,24 #env = HYPRCURSOR_SIZE,24 -# -# #################### #### PERMISSIONS ### #################### @@ -644,6 +644,18 @@ cp /usr/share/rofi/themes/dmenu.rasi ~/.config/rofi/dmenu.rasi sed -i 's/Roman 12/Terminess Nerd Font 14/' ~/.config/rofi/dmenu.rasi sed -i 's/north/south/g' ~/.config/rofi/dmenu.rasi +####################### +######ALACRITTY######## +####################### +mkdir -p ~/.config/alacritty +echo '[font]' > ~/.config/alacritty/alacritty.toml +echo 'size = 8.0' >> ~/.config/alacritty/alacritty.toml +echo '[font.normal]' >> ~/.config/alacritty/alacritty.toml +echo 'family = "Terminess Nerd Font"' >> ~/.config/alacritty/alacritty.toml +echo 'style = "Regular"' >> ~/.config/alacritty/alacritty.toml +echo '[window]' >> ~/.config/alacritty/alacritty.toml +echo 'opacity = 0.6' >> ~/.config/alacritty/alacritty.toml + # Downloading wallpapers cd $HOME