Compare commits

...

2 Commits

Author SHA1 Message Date
c9cbd1e14a changed nixos 2026-03-07 11:53:57 +00:00
7cb5ce8687 changed loads of stuff, made hyprland look better, added new wallpapers 2026-03-07 11:52:29 +00:00
11 changed files with 35 additions and 12 deletions

View File

@@ -107,6 +107,13 @@ windowrule {
no_dim = on no_dim = on
} }
windowrule {
name = nodim-kitty
match:class = ^(kitty)$
opaque = on
xray = on
}
layerrule { layerrule {
name = layerrule-1 name = layerrule-1
blur = on blur = on

View File

@@ -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 = elephant # Data for Walker
exec-once = walker --gapplication-service # make walker faster exec-once = walker --gapplication-service # make walker faster
exec-once = swaync # Notifications 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 = ~/.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 = 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 exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background

View File

@@ -43,14 +43,19 @@ exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# Make things look nice # Make things look nice
general { general {
gaps_in = 3 gaps_in = 3
gaps_out = 5, 8, 8, 8 gaps_out = 3, 6, 6, 6
border_size = 2 border_size = 3
col.active_border = rgba(cba6f7ff) rgba(cba6f7ff) 45deg col.active_border = rgba(ca9ee6cc) rgba(f38ba8cc) 45deg
col.inactive_border = rgba(45475acc) rgba(45475acc) 45deg col.inactive_border = rgba(45475aaa) rgba(b4befeaa) 45deg
layout = scrolling layout = scrolling
resize_on_border = true resize_on_border = true
} }
ecosystem {
no_update_news = true
no_donation_nag = true
}
group { group {
col.border_active = rgba(ca9ee6cc) rgba(f2d5cfcc) 45deg col.border_active = rgba(ca9ee6cc) rgba(f2d5cfcc) 45deg
col.border_inactive = rgba(bac2decc) rgba(bac2decc) 45deg col.border_inactive = rgba(bac2decc) rgba(bac2decc) 45deg
@@ -65,14 +70,14 @@ decoration {
inactive_opacity = 0.8 inactive_opacity = 0.8
dim_inactive = true dim_inactive = true
dim_strength = 0.3 dim_strength = 0.2
blur { blur {
enabled = true enabled = true
size = 1 size = 2
passes = 4 passes = 3
vibrancy = 1
vibrancy = 0.3696 vibrancy_darkness = 0.3
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

2
.nixos

Submodule .nixos updated: d4624bd695...37e89dbe28

View File

@@ -5,3 +5,5 @@ $submod = super
input { input {
kb_options = caps:swapescape # swap caps and escape kb_options = caps:swapescape # swap caps and escape
} }
exec-once = wpaperd -d # Wallpaper

View File

@@ -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 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-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" exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null"

View File

@@ -5,3 +5,5 @@ monitor = HDMI-A-1, 1920x1080@60, -1920x0, 1
workspace = 2, monitor:HDMI-A-1, default:true workspace = 2, monitor:HDMI-A-1, default:true
workspace = 3, monitor:DP-2, default:true workspace = 3, monitor:DP-2, default:true
workspace = 1, monitor:DP-1, default:true workspace = 1, monitor:DP-1, default:true
exec-once = wpaperd

View File

@@ -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"