update: update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[font]
|
[font]
|
||||||
size = 16
|
size = 10
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "FiraCode Nerd Font"
|
family = "FiraCode Nerd Font"
|
||||||
@@ -9,8 +9,8 @@ style = "Regular"
|
|||||||
opacity = 0.7
|
opacity = 0.7
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 15
|
#x = 15
|
||||||
y = 15
|
#y = 15
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
|
|||||||
@@ -9,17 +9,22 @@ decoration {
|
|||||||
enabled = true
|
enabled = true
|
||||||
size = 10
|
size = 10
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = true
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
xray = false
|
xray = false
|
||||||
blurls = waybar
|
|
||||||
}
|
}
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = 0.8
|
inactive_opacity = 0.8
|
||||||
fullscreen_opacity = 1.0
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
drop_shadow = true
|
shadow {
|
||||||
shadow_range = 30
|
enabled = true
|
||||||
shadow_render_power = 3
|
range = 10
|
||||||
col.shadow = 0x66000000
|
render_power = 2
|
||||||
|
color = 0x88000000
|
||||||
|
}
|
||||||
|
#drop_shadow = true
|
||||||
|
#shadow_range = 30
|
||||||
|
#shadow_render_power = 3
|
||||||
|
#col.shadow = 0x66000000
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,6 @@ env = QT_QPA_PLATFORM,wayland
|
|||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
|
env = QT_STYLE_OVERRIDE,kvantum
|
||||||
|
|
||||||
env = LANG,zh_CN.UTF-8
|
env = LANG,zh_CN.UTF-8
|
||||||
|
|||||||
@@ -15,13 +15,12 @@ windowrule = float,^(showmethekey-gtk)$
|
|||||||
windowrule = pin,^(showmethekey-gtk)$
|
windowrule = pin,^(showmethekey-gtk)$
|
||||||
layerrule = blur, gtk-layer-shell
|
layerrule = blur, gtk-layer-shell
|
||||||
layerrule = blur, logout_dialog
|
layerrule = blur, logout_dialog
|
||||||
layerrule = blur, waybar
|
|
||||||
layerrule = blurpopups, waybar
|
|
||||||
|
|
||||||
windowrule = float,title:^(Mathematica)$
|
windowrule = float,title:^(Mathematica)$
|
||||||
windowrule = opacity 0.8, ^(Code)$
|
windowrule = opacity 0.8,^(Code)$
|
||||||
windowrule = opacity 0.8, ^(code-oss)$
|
windowrule = opacity 0.8,^(code)$
|
||||||
windowrule = opacity 0.8, ^(code-url-handler)$
|
windowrule = opacity 0.8,^(code-oss)$
|
||||||
|
windowrule = opacity 0.8,^(code-url-handler)$
|
||||||
windowrule = float,^(QQ)$
|
windowrule = float,^(QQ)$
|
||||||
windowrule = float,^(wechat)$
|
windowrule = float,^(wechat)$
|
||||||
windowrule = float,^(fdm)$
|
windowrule = float,^(fdm)$
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ plugins = [
|
|||||||
|
|
||||||
[scratchpads.term]
|
[scratchpads.term]
|
||||||
animation = "fromTop"
|
animation = "fromTop"
|
||||||
command = "alacritty --class alacritty-dropterm"
|
command = "kitty --class kitty-dropterm"
|
||||||
class = "alacritty-dropterm"
|
class = "kitty-dropterm"
|
||||||
size = "75% 60%"
|
size = "75% 60%"
|
||||||
|
|||||||
@@ -1,9 +1,19 @@
|
|||||||
font_family Fira Code Nerd Font
|
# Maple
|
||||||
|
#font_family Maple Mono NF CN
|
||||||
|
# end Maple
|
||||||
|
# Fica Code
|
||||||
|
font_family FiraCode Nerd Font
|
||||||
|
font_features FiraCodeNF-Reg +cv01 +cv02 +cv06 +cv31 +zero +cv30
|
||||||
|
font_features FiraCodeNF-SemBd +cv01 +cv02 +cv06 +cv31 +zero +cv30
|
||||||
|
# end Fira Code
|
||||||
font_size 16.0
|
font_size 16.0
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
|
cursor_shape block
|
||||||
|
cursor_trail 10
|
||||||
|
|
||||||
background_opacity 0.7
|
background_opacity 0.7
|
||||||
|
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|||||||
Reference in New Issue
Block a user