diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 19:15:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 19:15:07 +0900 |
| commit | c5ac32b6a52284103ae5ccf3c424d327c51c9892 (patch) | |
| tree | b452d01b1175afd5afb2fbb41d0f699361aef691 /config | |
| parent | 1bbe24ad5ee4aceef29aa3d5442096b6c2516904 (diff) | |
maybe final changes?
Diffstat (limited to 'config')
| -rwxr-xr-x | config/dunst/dunstrc | 8 | ||||
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/GameMode.sh | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 77fd1ce6..bef9244f 100755 --- a/config/dunst/dunstrc +++ b/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 diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 7fc5c77e..a9923539 100755 --- a/config/hypr/initial-boot.sh +++ b/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 & diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index 579f3660..fe3fed78 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -20,7 +20,7 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then else swww init && swww img "$HOME/.config/rofi/.current_wallpaper" sleep 0.5 - ${SCRIPTSDIR}/RefreshNoWaybar.sh + ${SCRIPTSDIR}/Refresh.sh dunstify -u low -i "$dunst_notif" "gamemode disabled. All animations normal" exit fi |
