Browse Source

final tweak.. I hope

pull/81/head
JaKooLit 2 years ago
parent
commit
96c5794d55
  1. 8
      config/hypr/configs/Execs.conf
  2. 2
      config/hypr/initial-boot.sh

8
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

2
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"

Loading…
Cancel
Save