From b0be2be2f20c720be5661d2985c2c4856fc198ea Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:07:28 +0530 Subject: [PATCH] added blur to spotify --- .config/hypr/hyprland.conf | 10 ++++++---- .gitignore | 6 ++++++ dependencies.txt | 1 + 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f091f49..29d3d35 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.gitignore b/.gitignore index b880ea9..9db05ee 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,9 @@ .config/nvim .config/okularrc .config/Kvantum +.config/baloofileinformationrc +.config/btop/ +.config/chromium/ +.config/katemetainfos +.config/nemo/ + diff --git a/dependencies.txt b/dependencies.txt index 0a71085..0efba09 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -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