mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 10:03:42 +02:00
feat: light decoration for hyprland
This commit is contained in:
parent
3328adadf9
commit
da170d9783
3 changed files with 12 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
source = ~/.config/hypr/configs/decoration/variants/rounding-all-blur.conf
|
source = ~/.config/hypr/configs/decoration/variants/rounding-no-blur-no-shadows.conf
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# General window decoration
|
# General window decoration
|
||||||
# name: "Rounding All Blur No Shadows"
|
# name: "Rounding No Blur No Shadows"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = false
|
||||||
size = 12
|
size = 12
|
||||||
passes = 4
|
passes = 4
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
|
@ -14,8 +15,9 @@ decoration {
|
||||||
xray = true
|
xray = true
|
||||||
blurls = waybar
|
blurls = waybar
|
||||||
}
|
}
|
||||||
active_opacity = 0.9
|
|
||||||
inactive_opacity = 0.8
|
active_opacity = 1
|
||||||
|
inactive_opacity = 0.95
|
||||||
fullscreen_opacity = 0.9
|
fullscreen_opacity = 0.9
|
||||||
|
|
||||||
drop_shadow = false
|
drop_shadow = false
|
|
@ -1,8 +1,8 @@
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
x-scheme-handler/http=thorium-portable.desktop
|
x-scheme-handler/http=google-chrome.desktop
|
||||||
x-scheme-handler/https=thorium-portable.desktop
|
x-scheme-handler/https=google-chrome.desktop
|
||||||
x-scheme-handler/chrome=userapp-Firefox-Q5DTJ2.desktop
|
x-scheme-handler/chrome=userapp-Firefox-Q5DTJ2.desktop
|
||||||
text/html=thorium-portable.desktop
|
text/html=google-chrome.desktop
|
||||||
application/x-extension-htm=userapp-Firefox-Q5DTJ2.desktop
|
application/x-extension-htm=userapp-Firefox-Q5DTJ2.desktop
|
||||||
application/x-extension-html=userapp-Firefox-Q5DTJ2.desktop
|
application/x-extension-html=userapp-Firefox-Q5DTJ2.desktop
|
||||||
application/x-extension-shtml=userapp-Firefox-Q5DTJ2.desktop
|
application/x-extension-shtml=userapp-Firefox-Q5DTJ2.desktop
|
||||||
|
@ -13,8 +13,8 @@ video/mp4=vlc.desktop
|
||||||
application/pdf=org.gnome.Evince.desktop
|
application/pdf=org.gnome.Evince.desktop
|
||||||
image/png=org.gnome.eog.desktop
|
image/png=org.gnome.eog.desktop
|
||||||
inode/directory=nemo.desktop
|
inode/directory=nemo.desktop
|
||||||
x-scheme-handler/about=thorium-portable.desktop
|
x-scheme-handler/about=google-chrome.desktop
|
||||||
x-scheme-handler/unknown=thorium-portable.desktop
|
x-scheme-handler/unknown=google-chrome.desktop
|
||||||
x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop
|
x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop
|
||||||
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
||||||
x-scheme-handler/fleet=jetbrains-fleet.desktop
|
x-scheme-handler/fleet=jetbrains-fleet.desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue