changed loads of stuff, made hyprland look better, added new wallpapers
This commit is contained in:
@@ -107,6 +107,13 @@ windowrule {
|
||||
no_dim = on
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = nodim-kitty
|
||||
match:class = ^(kitty)$
|
||||
opaque = on
|
||||
xray = on
|
||||
}
|
||||
|
||||
layerrule {
|
||||
name = layerrule-1
|
||||
blur = on
|
||||
|
||||
@@ -10,7 +10,6 @@ exec-once = sleep 10 && curl -X POST -H "Content-Type: application/json" -d "{\"
|
||||
exec-once = elephant # Data for Walker
|
||||
exec-once = walker --gapplication-service # make walker faster
|
||||
exec-once = swaync # Notifications
|
||||
exec-once = wpaperd -d # Wallpaper
|
||||
exec-once = ~/.config/scripts/.venv/bin/python ~/.config/scripts/notify.py # Android notification forwarding
|
||||
exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces
|
||||
exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background
|
||||
|
||||
@@ -43,14 +43,19 @@ exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
# Make things look nice
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5, 8, 8, 8
|
||||
border_size = 2
|
||||
col.active_border = rgba(cba6f7ff) rgba(cba6f7ff) 45deg
|
||||
col.inactive_border = rgba(45475acc) rgba(45475acc) 45deg
|
||||
gaps_out = 3, 6, 6, 6
|
||||
border_size = 3
|
||||
col.active_border = rgba(ca9ee6cc) rgba(f38ba8cc) 45deg
|
||||
col.inactive_border = rgba(45475aaa) rgba(b4befeaa) 45deg
|
||||
layout = scrolling
|
||||
resize_on_border = true
|
||||
}
|
||||
|
||||
ecosystem {
|
||||
no_update_news = true
|
||||
no_donation_nag = true
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(ca9ee6cc) rgba(f2d5cfcc) 45deg
|
||||
col.border_inactive = rgba(bac2decc) rgba(bac2decc) 45deg
|
||||
@@ -65,14 +70,14 @@ decoration {
|
||||
inactive_opacity = 0.8
|
||||
|
||||
dim_inactive = true
|
||||
dim_strength = 0.3
|
||||
dim_strength = 0.2
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 1
|
||||
passes = 4
|
||||
|
||||
vibrancy = 0.3696
|
||||
size = 2
|
||||
passes = 3
|
||||
vibrancy = 1
|
||||
vibrancy_darkness = 0.3
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user