Skip to content

Commit 5c8c540

Browse files
authored
Update initial-boot.sh
1 parent 789c735 commit 5c8c540

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

config/hypr/initial-boot.sh

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Variables
99
scriptsDir=$HOME/.config/hypr/scripts
10-
wallpaper=$HOME/Pictures/wallpapers/Fantasy-Landscape.png
10+
wallpaper=$HOME/Pictures/wallpapers/10516833.png
1111
waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css"
1212
kvantum_theme="Tokyo-Night"
1313

@@ -24,12 +24,6 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
2424
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
2525
fi
2626

27-
# Initial symlink for ags to work
28-
ln -fs ~/.bun/bin/bun /usr/bin/bun
29-
30-
# Initial symlink for Pywal Dark and Light for Rofi Themes
31-
ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" > /dev/null 2>&1 &
32-
3327
# initiate GTK dark mode and apply icon and cursor theme
3428
gsettings set org.gnome.desktop.interface color-scheme prefer-dark > /dev/null 2>&1 &
3529
gsettings set org.gnome.desktop.interface gtk-theme Tokyonight-Dark-BL-LB > /dev/null 2>&1 &
@@ -43,14 +37,6 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
4337
# initiate the kb_layout (for some reason) waybar cant launch it
4438
"$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 &
4539

46-
# Initial waybar style
47-
if [ -f "$waybar_style" ]; then
48-
ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
49-
50-
# Refreshing swaync, rofi etc.
51-
"$scriptsDir/RefreshNoWaybar.sh" > /dev/null 2>&1 &
52-
fi
53-
5440
# Create a marker file to indicate that the script has been executed.
5541
touch ~/.config/hypr/.initial_startup_done
5642

0 commit comments

Comments
 (0)