Adds missing layer rules & hyprshade & proper cursors
This commit is contained in:
parent
5e85555884
commit
19a5dfbc41
6 changed files with 19 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 &
|
||||
|
||||
|
|
|
|||
7
.config/hypr/hyprshade.toml
Normal file
7
.config/hypr/hyprshade.toml
Normal file
|
|
@ -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
|
||||
|
||||
|
|
@ -29,5 +29,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
|
|||
slurp \
|
||||
hyprsunset \
|
||||
darkman \
|
||||
anyrun-git
|
||||
anyrun-git \
|
||||
hyprshade-git
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue