Replaced Dmenu and St with Rofi and Alacritty

This commit is contained in:
2025-07-17 13:42:17 +05:30
parent 0df3b3c161
commit a8cdcb4516

24
setup
View File

@@ -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/ ## See https://wiki.hyprland.org/Configuring/Keywords/
# #
## Set programs that you use ## Set programs that you use
#$terminal = st #$terminal = alacritty
#$fileManager = st -e ranger #$fileManager = alacritty -e ranger
#$menu = dmenu_run #$menu = rofi -show run
# #
# #
################## ##################
@@ -293,14 +293,14 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c
############################## ##############################
#### ENVIRONMENT VARIABLES ### #### ENVIRONMENT VARIABLES ###
############################## ##############################
#
## See https://wiki.hyprland.org/Configuring/Environment-variables/ ## See https://wiki.hyprland.org/Configuring/Environment-variables/
##env = LIBVA_DRIVER_NAME,nvidia ##env = LIBVA_DRIVER_NAME,nvidia
##env = __GLX_VENDOR_LIBRARY_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 = XCURSOR_SIZE,24
#env = HYPRCURSOR_SIZE,24 #env = HYPRCURSOR_SIZE,24
#
#
#################### ####################
#### PERMISSIONS ### #### 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/Roman 12/Terminess Nerd Font 14/' ~/.config/rofi/dmenu.rasi
sed -i 's/north/south/g' ~/.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 # Downloading wallpapers
cd $HOME cd $HOME