aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-17 20:49:07 +0900
committerJaKooLit <jimmielovejay.com>2023-12-17 20:49:07 +0900
commit96c5794d550d34bce500828f4160667d70d60681 (patch)
tree7f912a902812c1ebc54790b1f7a26dcb629171b6
parent18d13f4fa7f1558d4b3056f59313beb936400c09 (diff)
final tweak.. I hope
-rw-r--r--config/hypr/configs/Execs.conf8
-rwxr-xr-xconfig/hypr/initial-boot.sh2
2 files changed, 4 insertions, 6 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf
index 03f7f43c..76ec382b 100644
--- a/config/hypr/configs/Execs.conf
+++ b/config/hypr/configs/Execs.conf
@@ -10,7 +10,8 @@ $WallpaperPath = $HOME/Pictures/wallpapers
exec-once = $HOME/.config/hypr/initial-boot.sh
# wallpaper stuff / More wallpaper options below
-exec-once = swww query || swww init
+exec-once = swww query || swww init
+exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes
# Startup
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
@@ -22,7 +23,7 @@ exec-once = $scriptsDir/Polkit.sh
# starup apps
exec-once = waybar &
exec-once = dunst &
-exec-once = blueman-applet &
+#exec-once = blueman-applet &
exec-once = nm-applet --indicator &
#exec-once = rog-control-center &
@@ -40,10 +41,7 @@ exec-once = swayidle -w timeout 900 '$lock'
# sway idle without lock
#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
-
## Here are list of features available but disabled by default
-
-#exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes
#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
#gnome polkit for nixos
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh
index a9923539..f0524bca 100755
--- a/config/hypr/initial-boot.sh
+++ b/config/hypr/initial-boot.sh
@@ -17,7 +17,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# Initialize pywal
printf " Initializing pywal........\n\n"
- wal -i "$wallpaper"
+ 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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage