diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 7a0de774..e84dd556 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -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 diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf index 3382da77..96b17569 100644 --- a/.config/hypr/startup.conf +++ b/.config/hypr/startup.conf @@ -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 diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index c99142ac..3f070165 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -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 } } diff --git a/.config/wallpapers/topo1.png b/.config/wallpapers/topo1.png new file mode 100644 index 00000000..7e5c1275 Binary files /dev/null and b/.config/wallpapers/topo1.png differ diff --git a/.config/wallpapers/topo2.png b/.config/wallpapers/topo2.png new file mode 100644 index 00000000..7153d88f Binary files /dev/null and b/.config/wallpapers/topo2.png differ diff --git a/.config/wallpapers/topo3.png b/.config/wallpapers/topo3.png new file mode 100644 index 00000000..39729d08 Binary files /dev/null and b/.config/wallpapers/topo3.png differ diff --git a/.nixos b/.nixos index d4624bd6..f9adbedd 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit d4624bd695e37467c144cc82b53a4c9ef4d9a258 +Subproject commit f9adbedd2013df675c9401e4998b69bfcae3d935 diff --git a/laptop-files/.config/hypr/local.conf b/laptop-files/.config/hypr/local.conf index 8614c166..19a7b708 100644 --- a/laptop-files/.config/hypr/local.conf +++ b/laptop-files/.config/hypr/local.conf @@ -5,3 +5,5 @@ $submod = super input { kb_options = caps:swapescape # swap caps and escape } + +exec-once = wpaperd -d # Wallpaper diff --git a/pc-files/.config/hypr/local.conf b/pc-files/.config/hypr/local.conf index 77617fa4..d063ba5f 100644 --- a/pc-files/.config/hypr/local.conf +++ b/pc-files/.config/hypr/local.conf @@ -6,4 +6,4 @@ $submod = super exec-once = kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10" exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-2 sh -c "cava" exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null" - + diff --git a/pc-files/.config/hypr/windows.conf b/pc-files/.config/hypr/windows.conf index 4dc5ce7b..d17ee00c 100644 --- a/pc-files/.config/hypr/windows.conf +++ b/pc-files/.config/hypr/windows.conf @@ -5,3 +5,5 @@ monitor = HDMI-A-1, 1920x1080@60, -1920x0, 1 workspace = 2, monitor:HDMI-A-1, default:true workspace = 3, monitor:DP-2, default:true workspace = 1, monitor:DP-1, default:true + +exec-once = wpaperd diff --git a/pc-files/.config/wpaperd/config.toml b/pc-files/.config/wpaperd/config.toml new file mode 100644 index 00000000..bdebc6b2 --- /dev/null +++ b/pc-files/.config/wpaperd/config.toml @@ -0,0 +1,8 @@ +[HDMI-A-1] +path = "~/.config/wallpapers/topo1.png" + +[DP-1] +path = "~/.config/wallpapers/topo2.png" + +[DP-2] +path = "~/.config/wallpapers/topo3.png"