diff options
| -rw-r--r-- | .config/i3/config##h.lowe | 1 | ||||
| l---------[-rw-r--r--] | .config/picom/picom.conf | 92 | ||||
| -rw-r--r-- | .config/picom/picom.conf##h.lowe | 79 | ||||
| -rw-r--r-- | .config/picom/picom.conf##h.luchs | 91 | ||||
| -rw-r--r-- | .config/picom/picom.conf##h.maus | 91 | ||||
| -rw-r--r-- | .config/polybar/config##h.lowe | 3 |
6 files changed, 265 insertions, 92 deletions
diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index 348f5a0..d81367d 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe | |||
| @@ -185,6 +185,7 @@ bindcode $mod+Shift+54 reload | |||
| 185 | bindcode $mod+Shift+27 restart | 185 | bindcode $mod+Shift+27 restart |
| 186 | 186 | ||
| 187 | default_border pixel 0 | 187 | default_border pixel 0 |
| 188 | default_floating_border pixel 0 | ||
| 188 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 189 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
| 189 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 190 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
| 190 | for_window [class="Zotero" window_role="pref"] floating enable | 191 | for_window [class="Zotero" window_role="pref"] floating enable |
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 93022a9..53a28be 100644..120000 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf | |||
| @@ -1,91 +1 @@ | |||
| 1 | # log | picom.conf##h.lowe \ No newline at end of file | |
| 2 | log-level = "warn"; | ||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | ||
| 4 | |||
| 5 | # shadow | ||
| 6 | shadow = false; | ||
| 7 | shadow-radius = 0; | ||
| 8 | shadow-offset-x = 5; | ||
| 9 | shadow-offset-y = 5; | ||
| 10 | shadow-opacity = 0.8; | ||
| 11 | |||
| 12 | corner-radius = 25.0; | ||
| 13 | rounded-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 | |||
| 24 | blur: | ||
| 25 | { | ||
| 26 | method = "kawase"; | ||
| 27 | strength = 7; | ||
| 28 | background = false; | ||
| 29 | background-frame = false; | ||
| 30 | background-fixed = false; | ||
| 31 | } | ||
| 32 | |||
| 33 | shadow-exclude = [ | ||
| 34 | "name = 'Notification'", | ||
| 35 | "class_g = 'Conky'", | ||
| 36 | "class_g = 'Dunst'", | ||
| 37 | "class_g = 'Rofi'", | ||
| 38 | "_GTK_FRAME_EXTENTS@:c" | ||
| 39 | ]; | ||
| 40 | |||
| 41 | # opacity | ||
| 42 | inactive-opacity = 1; | ||
| 43 | # active-opacity = 0.8; | ||
| 44 | frame-opacity = 1.0; | ||
| 45 | inactive-opacity-override = false; | ||
| 46 | inactive-dim = 0.0; | ||
| 47 | |||
| 48 | opacity-rule = [ | ||
| 49 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 50 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 51 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 52 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 53 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 54 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
| 55 | ]; | ||
| 56 | |||
| 57 | # fading | ||
| 58 | fading = true; | ||
| 59 | fade-in-step = 0.03; | ||
| 60 | fade-out-step = 0.03; | ||
| 61 | fade-exclude = [ ]; | ||
| 62 | |||
| 63 | # other | ||
| 64 | backend = "glx"; | ||
| 65 | mark-wmwin-focused = true; | ||
| 66 | mark-ovredir-focused = true; | ||
| 67 | detect-rounded-corners = true; | ||
| 68 | detect-client-opacity = true; | ||
| 69 | refresh-rate = 0; | ||
| 70 | vsync = true; | ||
| 71 | sw-opti = false; | ||
| 72 | unredir-if-possible = false; | ||
| 73 | detect-transient = true; | ||
| 74 | detect-client-leader = true; | ||
| 75 | invert-color-include = [ ]; | ||
| 76 | |||
| 77 | # glx backend | ||
| 78 | glx-no-stencil = true; | ||
| 79 | glx-copy-from-front = false; | ||
| 80 | use-damage = true | ||
| 81 | xrender-sync-fence = true; | ||
| 82 | |||
| 83 | # window type settings | ||
| 84 | wintypes: | ||
| 85 | { | ||
| 86 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||
| 87 | dock = { shadow = false; } | ||
| 88 | dnd = { shadow = false; } | ||
| 89 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | ||
| 90 | dropdown_menu = { opacity = 1; } | ||
| 91 | }; | ||
diff --git a/.config/picom/picom.conf##h.lowe b/.config/picom/picom.conf##h.lowe new file mode 100644 index 0000000..e8045f4 --- /dev/null +++ b/.config/picom/picom.conf##h.lowe | |||
| @@ -0,0 +1,79 @@ | |||
| 1 | # log | ||
| 2 | log-level = "warn"; | ||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | ||
| 4 | |||
| 5 | # shadow | ||
| 6 | shadow = false; | ||
| 7 | shadow-radius = 0; | ||
| 8 | shadow-offset-x = 5; | ||
| 9 | shadow-offset-y = 5; | ||
| 10 | shadow-opacity = 0.8; | ||
| 11 | |||
| 12 | blur: | ||
| 13 | { | ||
| 14 | method = "kawase"; | ||
| 15 | strength = 7; | ||
| 16 | background = false; | ||
| 17 | background-frame = false; | ||
| 18 | background-fixed = false; | ||
| 19 | } | ||
| 20 | |||
| 21 | shadow-exclude = [ | ||
| 22 | "name = 'Notification'", | ||
| 23 | "class_g = 'Conky'", | ||
| 24 | "class_g = 'Dunst'", | ||
| 25 | "class_g = 'Rofi'", | ||
| 26 | "_GTK_FRAME_EXTENTS@:c" | ||
| 27 | ]; | ||
| 28 | |||
| 29 | # opacity | ||
| 30 | inactive-opacity = 1; | ||
| 31 | # active-opacity = 0.8; | ||
| 32 | frame-opacity = 1.0; | ||
| 33 | inactive-opacity-override = false; | ||
| 34 | inactive-dim = 0.0; | ||
| 35 | |||
| 36 | opacity-rule = [ | ||
| 37 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 38 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 39 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 40 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 41 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 42 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
| 43 | ]; | ||
| 44 | |||
| 45 | # fading | ||
| 46 | fading = true; | ||
| 47 | fade-in-step = 0.03; | ||
| 48 | fade-out-step = 0.03; | ||
| 49 | fade-exclude = [ ]; | ||
| 50 | |||
| 51 | # other | ||
| 52 | backend = "glx"; | ||
| 53 | mark-wmwin-focused = true; | ||
| 54 | mark-ovredir-focused = true; | ||
| 55 | detect-rounded-corners = true; | ||
| 56 | detect-client-opacity = true; | ||
| 57 | refresh-rate = 0; | ||
| 58 | vsync = true; | ||
| 59 | sw-opti = false; | ||
| 60 | unredir-if-possible = false; | ||
| 61 | detect-transient = true; | ||
| 62 | detect-client-leader = true; | ||
| 63 | invert-color-include = [ ]; | ||
| 64 | |||
| 65 | # glx backend | ||
| 66 | glx-no-stencil = true; | ||
| 67 | glx-copy-from-front = false; | ||
| 68 | use-damage = true | ||
| 69 | xrender-sync-fence = true; | ||
| 70 | |||
| 71 | # window type settings | ||
| 72 | wintypes: | ||
| 73 | { | ||
| 74 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||
| 75 | dock = { shadow = false; } | ||
| 76 | dnd = { shadow = false; } | ||
| 77 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | ||
| 78 | dropdown_menu = { opacity = 1; } | ||
| 79 | }; | ||
diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs new file mode 100644 index 0000000..93022a9 --- /dev/null +++ b/.config/picom/picom.conf##h.luchs | |||
| @@ -0,0 +1,91 @@ | |||
| 1 | # log | ||
| 2 | log-level = "warn"; | ||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | ||
| 4 | |||
| 5 | # shadow | ||
| 6 | shadow = false; | ||
| 7 | shadow-radius = 0; | ||
| 8 | shadow-offset-x = 5; | ||
| 9 | shadow-offset-y = 5; | ||
| 10 | shadow-opacity = 0.8; | ||
| 11 | |||
| 12 | corner-radius = 25.0; | ||
| 13 | rounded-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 | |||
| 24 | blur: | ||
| 25 | { | ||
| 26 | method = "kawase"; | ||
| 27 | strength = 7; | ||
| 28 | background = false; | ||
| 29 | background-frame = false; | ||
| 30 | background-fixed = false; | ||
| 31 | } | ||
| 32 | |||
| 33 | shadow-exclude = [ | ||
| 34 | "name = 'Notification'", | ||
| 35 | "class_g = 'Conky'", | ||
| 36 | "class_g = 'Dunst'", | ||
| 37 | "class_g = 'Rofi'", | ||
| 38 | "_GTK_FRAME_EXTENTS@:c" | ||
| 39 | ]; | ||
| 40 | |||
| 41 | # opacity | ||
| 42 | inactive-opacity = 1; | ||
| 43 | # active-opacity = 0.8; | ||
| 44 | frame-opacity = 1.0; | ||
| 45 | inactive-opacity-override = false; | ||
| 46 | inactive-dim = 0.0; | ||
| 47 | |||
| 48 | opacity-rule = [ | ||
| 49 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 50 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 51 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 52 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 53 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 54 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
| 55 | ]; | ||
| 56 | |||
| 57 | # fading | ||
| 58 | fading = true; | ||
| 59 | fade-in-step = 0.03; | ||
| 60 | fade-out-step = 0.03; | ||
| 61 | fade-exclude = [ ]; | ||
| 62 | |||
| 63 | # other | ||
| 64 | backend = "glx"; | ||
| 65 | mark-wmwin-focused = true; | ||
| 66 | mark-ovredir-focused = true; | ||
| 67 | detect-rounded-corners = true; | ||
| 68 | detect-client-opacity = true; | ||
| 69 | refresh-rate = 0; | ||
| 70 | vsync = true; | ||
| 71 | sw-opti = false; | ||
| 72 | unredir-if-possible = false; | ||
| 73 | detect-transient = true; | ||
| 74 | detect-client-leader = true; | ||
| 75 | invert-color-include = [ ]; | ||
| 76 | |||
| 77 | # glx backend | ||
| 78 | glx-no-stencil = true; | ||
| 79 | glx-copy-from-front = false; | ||
| 80 | use-damage = true | ||
| 81 | xrender-sync-fence = true; | ||
| 82 | |||
| 83 | # window type settings | ||
| 84 | wintypes: | ||
| 85 | { | ||
| 86 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||
| 87 | dock = { shadow = false; } | ||
| 88 | dnd = { shadow = false; } | ||
| 89 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | ||
| 90 | dropdown_menu = { opacity = 1; } | ||
| 91 | }; | ||
diff --git a/.config/picom/picom.conf##h.maus b/.config/picom/picom.conf##h.maus new file mode 100644 index 0000000..93022a9 --- /dev/null +++ b/.config/picom/picom.conf##h.maus | |||
| @@ -0,0 +1,91 @@ | |||
| 1 | # log | ||
| 2 | log-level = "warn"; | ||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | ||
| 4 | |||
| 5 | # shadow | ||
| 6 | shadow = false; | ||
| 7 | shadow-radius = 0; | ||
| 8 | shadow-offset-x = 5; | ||
| 9 | shadow-offset-y = 5; | ||
| 10 | shadow-opacity = 0.8; | ||
| 11 | |||
| 12 | corner-radius = 25.0; | ||
| 13 | rounded-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 | |||
| 24 | blur: | ||
| 25 | { | ||
| 26 | method = "kawase"; | ||
| 27 | strength = 7; | ||
| 28 | background = false; | ||
| 29 | background-frame = false; | ||
| 30 | background-fixed = false; | ||
| 31 | } | ||
| 32 | |||
| 33 | shadow-exclude = [ | ||
| 34 | "name = 'Notification'", | ||
| 35 | "class_g = 'Conky'", | ||
| 36 | "class_g = 'Dunst'", | ||
| 37 | "class_g = 'Rofi'", | ||
| 38 | "_GTK_FRAME_EXTENTS@:c" | ||
| 39 | ]; | ||
| 40 | |||
| 41 | # opacity | ||
| 42 | inactive-opacity = 1; | ||
| 43 | # active-opacity = 0.8; | ||
| 44 | frame-opacity = 1.0; | ||
| 45 | inactive-opacity-override = false; | ||
| 46 | inactive-dim = 0.0; | ||
| 47 | |||
| 48 | opacity-rule = [ | ||
| 49 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 50 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 51 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 52 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 53 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 54 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
| 55 | ]; | ||
| 56 | |||
| 57 | # fading | ||
| 58 | fading = true; | ||
| 59 | fade-in-step = 0.03; | ||
| 60 | fade-out-step = 0.03; | ||
| 61 | fade-exclude = [ ]; | ||
| 62 | |||
| 63 | # other | ||
| 64 | backend = "glx"; | ||
| 65 | mark-wmwin-focused = true; | ||
| 66 | mark-ovredir-focused = true; | ||
| 67 | detect-rounded-corners = true; | ||
| 68 | detect-client-opacity = true; | ||
| 69 | refresh-rate = 0; | ||
| 70 | vsync = true; | ||
| 71 | sw-opti = false; | ||
| 72 | unredir-if-possible = false; | ||
| 73 | detect-transient = true; | ||
| 74 | detect-client-leader = true; | ||
| 75 | invert-color-include = [ ]; | ||
| 76 | |||
| 77 | # glx backend | ||
| 78 | glx-no-stencil = true; | ||
| 79 | glx-copy-from-front = false; | ||
| 80 | use-damage = true | ||
| 81 | xrender-sync-fence = true; | ||
| 82 | |||
| 83 | # window type settings | ||
| 84 | wintypes: | ||
| 85 | { | ||
| 86 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||
| 87 | dock = { shadow = false; } | ||
| 88 | dnd = { shadow = false; } | ||
| 89 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | ||
| 90 | dropdown_menu = { opacity = 1; } | ||
| 91 | }; | ||
diff --git a/.config/polybar/config##h.lowe b/.config/polybar/config##h.lowe index 1dfdcba..04d2805 100644 --- a/.config/polybar/config##h.lowe +++ b/.config/polybar/config##h.lowe | |||
| @@ -76,7 +76,8 @@ label = %title:0:70:...% | |||
| 76 | y-offset = 10 | 76 | y-offset = 10 |
| 77 | label-padding = 1 | 77 | label-padding = 1 |
| 78 | 78 | ||
| 79 | label-empty = | 79 | ; there is a archlinux logo below |
| 80 | label-empty = | ||
| 80 | label-empty-padding = 5 | 81 | label-empty-padding = 5 |
| 81 | 82 | ||
| 82 | [module/i3] | 83 | [module/i3] |
