7
7
8
8
# Variables
9
9
scriptsDir=$HOME /.config/hypr/scripts
10
- wallpaper=$HOME /Pictures/wallpapers/Fantasy-Landscape .png
10
+ wallpaper=$HOME /Pictures/wallpapers/10516833 .png
11
11
waybar_style=" $HOME /.config/waybar/style/[Pywal] Chroma Tally.css"
12
12
kvantum_theme=" Tokyo-Night"
13
13
@@ -24,12 +24,6 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
24
24
" $scriptsDir /PywalSwww.sh" > /dev/null 2>&1 &
25
25
fi
26
26
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
-
33
27
# initiate GTK dark mode and apply icon and cursor theme
34
28
gsettings set org.gnome.desktop.interface color-scheme prefer-dark > /dev/null 2>&1 &
35
29
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
43
37
# initiate the kb_layout (for some reason) waybar cant launch it
44
38
" $scriptsDir /SwitchKeyboardLayout.sh" > /dev/null 2>&1 &
45
39
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
-
54
40
# Create a marker file to indicate that the script has been executed.
55
41
touch ~ /.config/hypr/.initial_startup_done
56
42
0 commit comments