mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 19:43:44 +02:00
fix: fullscreen opacity
This commit is contained in:
parent
4a3bf6ad64
commit
10e8926d1e
2 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Colloid-Dark
|
gtk-theme-name=Adwaita
|
||||||
gtk-icon-theme-name=breeze-dark
|
gtk-icon-theme-name=Adwaita
|
||||||
gtk-font-name=Noto Sans, 10
|
gtk-font-name=Cantarell 11
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Ice
|
gtk-cursor-theme-name=Bibata-Modern-Ice
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=3
|
gtk-toolbar-style=3
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
||||||
gtk-button-images=0
|
gtk-button-images=0
|
||||||
gtk-menu-images=0
|
gtk-menu-images=0
|
||||||
gtk-enable-event-sounds=0
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=0
|
gtk-enable-input-feedback-sounds=0
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
|
|
|
@ -18,7 +18,7 @@ decoration {
|
||||||
|
|
||||||
active_opacity = 1
|
active_opacity = 1
|
||||||
inactive_opacity = 0.95
|
inactive_opacity = 0.95
|
||||||
fullscreen_opacity = 0.9
|
fullscreen_opacity = 1
|
||||||
|
|
||||||
drop_shadow = false
|
drop_shadow = false
|
||||||
shadow_range = 30
|
shadow_range = 30
|
||||||
|
|
Loading…
Add table
Reference in a new issue