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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BIN
.config/wallpapers/topo1.png
Normal file
BIN
.config/wallpapers/topo1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
.config/wallpapers/topo2.png
Normal file
BIN
.config/wallpapers/topo2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
BIN
.config/wallpapers/topo3.png
Normal file
BIN
.config/wallpapers/topo3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
2
.nixos
2
.nixos
Submodule .nixos updated: d4624bd695...f9adbedd20
@@ -5,3 +5,5 @@ $submod = super
|
||||
input {
|
||||
kb_options = caps:swapescape # swap caps and escape
|
||||
}
|
||||
|
||||
exec-once = wpaperd -d # Wallpaper
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
8
pc-files/.config/wpaperd/config.toml
Normal file
8
pc-files/.config/wpaperd/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user