Browse Source

Merge pull request #80 from JaKooLit/Development

Development
pull/81/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
0ac64eb615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      config/dunst/dunstrc
  2. 2
      config/hypr/initial-boot.sh
  3. 6
      config/hypr/scripts/GameMode.sh
  4. 3
      config/hypr/scripts/Refresh.sh
  5. 8
      config/hypr/scripts/RefreshNoWaybar.sh
  6. 1
      config/hypr/scripts/Wallpaper.sh
  7. 1
      config/hypr/scripts/WallpaperSelect.sh
  8. 0
      config/hypr/v2.2

8
config/dunst/dunstrc

@ -54,7 +54,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#838383"
frame_color = "#4D0EB5"
# Define a color for the separator.
# possible values are:
@ -232,7 +232,7 @@
# Otherwise the "#" and following would be interpreted as a comment.
background = "#00000095"
foreground = "#fafafa"
frame_color = "#838383"
frame_color = "#4D0EB5"
timeout = 2
# Icon for notifications with low urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png
@ -240,7 +240,7 @@
[urgency_normal]
background = "#00000095"
foreground = "#fafafa"
frame_color = "#838383"
frame_color = "#4D0EB5"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png
@ -248,7 +248,7 @@
[urgency_critical]
background = "#00000095"
foreground = "#fafafa"
frame_color = "#838383"
frame_color = "#4D0EB5"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png

2
config/hypr/initial-boot.sh

@ -31,7 +31,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# initiate GTK dark mode and apply icon and cursor theme
gsettings set org.gnome.desktop.interface gtk-theme Tokyonight-Dark-BL-LB > /dev/null 2>&1 &
gsettings set org.gnome.desktop.interface icon-theme TokyoNight-Dark > /dev/null 2>&1 &
gsettings set org.gnome.desktop.interface icon-theme Tokyonight-Dark > /dev/null 2>&1 &
gsettings set org.gnome.desktop.interface cursor-theme Bibata-Modern-Ice > /dev/null 2>&1 &
gsettings set org.gnome.desktop.interface cursor-size 24 > /dev/null 2>&1 &

6
config/hypr/scripts/GameMode.sh

@ -15,13 +15,13 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then
keyword general:border_size 1;\
keyword decoration:rounding 0"
swww kill
dunstify -u low -i "$dunst_notif" "animations off"
dunstify -u low -i "$dunst_notif" "gamemode enabled. All animations off"
exit
else
swww init && swww img "$HOME/.config/rofi/.current_wallpaper"
sleep 0.5
${SCRIPTSDIR}/RefreshNoWaybar.sh
dunstify -u low -i "$dunst_notif" "Animations turned on"
${SCRIPTSDIR}/Refresh.sh
dunstify -u low -i "$dunst_notif" "gamemode disabled. All animations normal"
exit
fi
hyprctl reload

3
config/hypr/scripts/Refresh.sh

@ -18,9 +18,6 @@ sleep 0.1
# Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh &
# Pywal refresh
${SCRIPTSDIR}/PywalSwww.sh &
# Relaunching rainbow borders
sleep 1
${SCRIPTSDIR}/RainbowBorders.sh &

8
config/hypr/scripts/RefreshNoWaybar.sh

@ -14,13 +14,13 @@ for _prs in "${_ps[@]}"; do
fi
done
sleep 0.1
# Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh &
# Pywal refresh
${SCRIPTSDIR}/PywalSwww.sh &
sleep 0.5
# Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh &
# Relaunching rainbow borders
sleep 1
${SCRIPTSDIR}/RainbowBorders.sh &

1
config/hypr/scripts/Wallpaper.sh

@ -18,6 +18,7 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration
swww query || swww init && swww img ${RANDOMPICS} $SWWW_PARAMS
${SCRIPTSDIR}/PywalSwww.sh
sleep 1
${SCRIPTSDIR}/Refresh.sh

1
config/hypr/scripts/WallpaperSelect.sh

@ -80,5 +80,6 @@ fi
main
${SCRIPTSDIR}/PywalSwww.sh
sleep 1
${SCRIPTSDIR}/Refresh.sh

0
config/hypr/v2.1.19 → config/hypr/v2.2

Loading…
Cancel
Save