add wallust templates submodule
This commit is contained in:
parent
3b37732323
commit
bb40f68e14
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
||||
[submodule "nvim"]
|
||||
path = nvim
|
||||
url = gitea@188.245.241.250:lucy/nvim.git
|
||||
[submodule "wallust"]
|
||||
path = wallust
|
||||
url = gitea@188.245.241.250:lucy/wallust.git
|
||||
|
||||
@ -122,11 +122,10 @@ decoration {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes =2
|
||||
enabled = true
|
||||
size = 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.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
layerrule = ignorealpha 0, quickshell
|
||||
blurls = quickshell
|
||||
windowrule = float,title:^(qs-wallswitcher)$
|
||||
windowrule = float,title:^(qs-fontpicker)$
|
||||
windowrule = float,title:^(qs-settings)$
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
include colors.conf
|
||||
window_padding_width 10
|
||||
background_opacity 0.9
|
||||
dynamic_background_opacity no
|
||||
ynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family='0xProto Nerd Font Mono' postscript_name=0xProtoNFM-Regular
|
||||
font_family family="Maple Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
include colors.conf
|
||||
window_padding_width 10
|
||||
background_opacity 1
|
||||
dynamic_background_opacity yes
|
||||
background_opacity 0.9
|
||||
dynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="0xProto Nerd Font Mono"
|
||||
font_family family="Maple Mono NL"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
2
matugen
2
matugen
@ -1 +1 @@
|
||||
Subproject commit 0edeeac71b0a67b16d9bafa52e1f5c360c50e4d6
|
||||
Subproject commit 080913498b254e19ac68a2772127350dcc3b36f0
|
||||
2
nvim
2
nvim
@ -1 +1 @@
|
||||
Subproject commit ec0d1e0be3a77f13bf61b689d9684d008fdd2691
|
||||
Subproject commit 2b831a3dd4fc27ea9cc8bcd29f5bcb57e9002c85
|
||||
@ -1 +1 @@
|
||||
Subproject commit 49119bf0de530f286efd24238e82b32888bdfdda
|
||||
Subproject commit a8f0a1d6e32e1466c3fc3c0c51b1302fda343d62
|
||||
1
wallust
Submodule
1
wallust
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5675264022be440d0dae6178dbc7acbb87f32e37
|
||||
Loading…
x
Reference in New Issue
Block a user