diff --git a/.config/hypr/config/LayerRules.conf b/.config/hypr/config/LayerRules.conf index 1aaaab1..a51a057 100644 --- a/.config/hypr/config/LayerRules.conf +++ b/.config/hypr/config/LayerRules.conf @@ -1,6 +1,9 @@ layerrule = blur, gtk-layer-shell layerrule = blur, logout_dialog +layerrule = blur, waybar +layerrule = ignorezero, waybar -layerrule = blur, swaync-control-center +layerrule = blur, anyrun +layerrule = ignorezero, anyrun -layerrule = ignorezero, swaync-control-center +layerrule = blur, swaync-notification-window diff --git a/.config/hypr/config/Startup_Apps.conf b/.config/hypr/config/Startup_Apps.conf index b54d3e1..82ccc77 100644 --- a/.config/hypr/config/Startup_Apps.conf +++ b/.config/hypr/config/Startup_Apps.conf @@ -25,7 +25,6 @@ exec-once = beeper --hidden --default-frame & exec-once = solaar --window="hide" & exec-once = protonmail-bridge-core -n & exec-once = planify -b & -# exec-once = sleep 5 && nwg-dock-hyprland -a start -f -nolauncher -x -i 30 -o "DP-4" & exec-once = wal -R # Starting hypridle to start hyprlock @@ -40,5 +39,6 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row 5 & exec-once = hyprsunset & +exec-once = hyprshade auto exec-once = sleep 1 && darkman run & diff --git a/.config/hypr/hyprshade.toml b/.config/hypr/hyprshade.toml new file mode 100644 index 0000000..8644553 --- /dev/null +++ b/.config/hypr/hyprshade.toml @@ -0,0 +1,7 @@ +[[shaders]] +name = "color-filter" +default = true +[shaders.config] +type = "red-green" # "red-green", "green-red", "blue-yellow" +strength = 0.3 # 0.0 - 1.0 + diff --git a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh index 836d2b6..663a3e9 100755 --- a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh +++ b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh @@ -29,5 +29,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then slurp \ hyprsunset \ darkman \ - anyrun-git + anyrun-git \ + hyprshade-git fi diff --git a/.local/share/dark-mode.d/themes.sh b/.local/share/dark-mode.d/themes.sh index c53d620..74acc10 100755 --- a/.local/share/dark-mode.d/themes.sh +++ b/.local/share/dark-mode.d/themes.sh @@ -1,5 +1,7 @@ #!/bin/env sh +hyprctl setcursor Qogir-dark 32 + WALLPAPER_PATH="$HOME/.local/share/dark-mode.d/theme-background.jpg" gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' diff --git a/.local/share/light-mode.d/themes.sh b/.local/share/light-mode.d/themes.sh index d45936d..ec073cb 100755 --- a/.local/share/light-mode.d/themes.sh +++ b/.local/share/light-mode.d/themes.sh @@ -1,5 +1,7 @@ #!/bin/env sh +hyprctl setcursor Qogir 32 + WALLPAPER_PATH="$HOME/.local/share/light-mode.d/theme-background.png" gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Light"