added blur to spotify
This commit is contained in:
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$fileManager = nemo
|
||||
$menu = rofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
@@ -72,12 +72,13 @@ decoration {
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
size = 5
|
||||
passes = 2
|
||||
xray = 1
|
||||
new_optimizations = true
|
||||
noise = 0
|
||||
popups = true
|
||||
ignore_opacity = true
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
@@ -141,7 +142,8 @@ device {
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = opacity 0.95,class:^(org.kde.dolphin)
|
||||
windowrulev2 = opacity 0.95,class:^(nemo)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
layerrule = blur, rofi
|
||||
layerrule = blur, waybar
|
||||
layerrule = xray[0], rofi
|
||||
|
||||
@@ -54,3 +54,9 @@
|
||||
.config/nvim
|
||||
.config/okularrc
|
||||
.config/Kvantum
|
||||
.config/baloofileinformationrc
|
||||
.config/btop/
|
||||
.config/chromium/
|
||||
.config/katemetainfos
|
||||
.config/nemo/
|
||||
|
||||
|
||||
@@ -23,3 +23,4 @@ gvfs-mtp gparted xorg-xhost ufw gufw kvantum-qt6-git
|
||||
# GitHub
|
||||
https://github.com/vinceliuice/Orchis-kde
|
||||
https://github.com/vinceliuice/Orchis-theme
|
||||
https://aur.archlinux.org/nordic-kde-git.git
|
||||
|
||||
Reference in New Issue
Block a user