merge to pull

This commit is contained in:
lucy 2026-02-03 21:05:09 +01:00
commit bc02a33aee
5 changed files with 13 additions and 8 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "nvim"] [submodule "nvim"]
path = nvim path = nvim
url = gitea@188.245.241.250:lucy/nvim.git url = gitea@188.245.241.250:lucy/nvim.git
[submodule "wallust"]
path = wallust
url = gitea@188.245.241.250:lucy/wallust.git

View File

@ -123,11 +123,10 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {
enabled = false enabled = true
size = 3 size = 2
passes = 2 passes = 2
vibrancy = 0.1696
} }
} }
@ -333,10 +332,9 @@ bind = $mainMod, w, global, quickshell:showWallSwitcher
# Ignore maximize requests from apps. You'll probably like this. # Ignore maximize requests from apps. You'll probably like this.
windowrule = suppressevent maximize, class:.* windowrule = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
layerrule = ignorealpha 0, quickshell layerrule = ignorealpha 0, quickshell
blurls = quickshell
windowrule = float,title:^(qs-wallswitcher)$ windowrule = float,title:^(qs-wallswitcher)$
windowrule = float,title:^(qs-fontpicker)$ windowrule = float,title:^(qs-fontpicker)$
windowrule = float,title:^(qs-settings)$ windowrule = float,title:^(qs-settings)$

View File

@ -1,7 +1,6 @@
include colors.conf include colors.conf
window_padding_width 10 window_padding_width 10
background_opacity 0.9 ynamic_background_opacity no
dynamic_background_opacity no
font_size 10 font_size 10
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS

View File

@ -5,7 +5,11 @@ dynamic_background_opacity no
font_size 10 font_size 10
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
<<<<<<< HEAD
font_family family="Adwaita Mono" font_family family="Adwaita Mono"
=======
font_family family="Maple Mono NL"
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto

1
wallust Submodule

@ -0,0 +1 @@
Subproject commit 5675264022be440d0dae6178dbc7acbb87f32e37