summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2022-04-28 14:08:39 +0300
committerYigit Sever2022-04-28 14:08:39 +0300
commit19ebc2dd2248c090bee8bd82ae69cc8e706cafa8 (patch)
treec1886e5375b5533effe42f078007c24828e4c0c7 /.config
parent45f7330ad920118bffbfaeeab4640dceb052e809 (diff)
downloaddotfiles-19ebc2dd2248c090bee8bd82ae69cc8e706cafa8.tar.gz
dotfiles-19ebc2dd2248c090bee8bd82ae69cc8e706cafa8.tar.bz2
dotfiles-19ebc2dd2248c090bee8bd82ae69cc8e706cafa8.zip
picom: luchs no rounded corners
Diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf##h.luchs24
1 files changed, 1 insertions, 23 deletions
diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs
index 93888a5..4cc1846 100644
--- a/.config/picom/picom.conf##h.luchs
+++ b/.config/picom/picom.conf##h.luchs
@@ -3,38 +3,16 @@ log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log"; 3log-file = "/home/yigit/.local/share/picom/picom.log";
4 4
5# shadow 5# shadow
6shadow = false; 6shadow = true;
7shadow-radius = 0; 7shadow-radius = 0;
8shadow-offset-x = 5; 8shadow-offset-x = 5;
9shadow-offset-y = 5; 9shadow-offset-y = 5;
10shadow-opacity = 0.8; 10shadow-opacity = 0.8;
11 11
12corner-radius = 25.0;
13rounded-corners-exclude = [
14#"window_type = 'normal'",
15 "class_g = 'URxvt'",
16 "class_g = 'XTerm'",
17 "class_g = 'Polybar'",
18 "class_g = 'code-oss'",
19#"class_g = 'TelegramDesktop'",
20 "class_g = 'firefox'",
21 "class_g = 'Thunderbird'",
22];
23
24blur:
25{
26 method = "dual_kawase";
27 strength = 7;
28 background = false;
29 background-frame = false;
30 background-fixed = false;
31}
32
33shadow-exclude = [ 12shadow-exclude = [
34 "name = 'Notification'", 13 "name = 'Notification'",
35 "class_g = 'Conky'", 14 "class_g = 'Conky'",
36 "class_g = 'Dunst'", 15 "class_g = 'Dunst'",
37 "class_g = 'Rofi'",
38 "_GTK_FRAME_EXTENTS@:c" 16 "_GTK_FRAME_EXTENTS@:c"
39]; 17];
40 18