aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/initial-boot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh
index e31863ca..4619f2e6 100755
--- a/config/hypr/initial-boot.sh
+++ b/config/hypr/initial-boot.sh
@@ -23,10 +23,10 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
wal -i $wallpaper -s -t
# Initial symlink for Pywal Dark and Light for Rofi Themes
- ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"
+ ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" > /dev/null 2>&1 &
# Initial scripts to load in order to have a proper wallpaper waybar and pywal themes
- swww init && $swww "$wallpaper" $effect
+ swww init && $swww "$wallpaper" $effect > /dev/null 2>&1 &
# initiate GTK dark mode and apply icon and cursor theme
gsettings set org.gnome.desktop.interface color-scheme prefer-dark > /dev/null 2>&1 &
@@ -42,7 +42,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
"$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 &
# Initial waybar style
- ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
+ ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" > /dev/null 2>&1 &
# Refreshing waybar, swaync, rofi etc.
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage