From f4ad8bd4994de7ec66e0173c90f376c7caa8edae Mon Sep 17 00:00:00 2001 From: horhik Date: Mon, 16 Aug 2021 11:17:15 +0300 Subject: [PATCH] picom and tmux config updated --- home/picom/picom.conf | 79 ++++++++++++++++++++++++++++ home/picom/picom.conf! | 36 +++++++++++++ home/picom/picom.conf. | 1 + home/picom/picom.conff | 1 + home/tmux/tmux/plugins/tmux-gruvbox | 1 + home/tmux/tmux/plugins/tmux-sensible | 1 + home/tmux/tmux/plugins/tpm | 1 + home/tmux/tmux/tmux.conf | 1 + 8 files changed, 121 insertions(+) create mode 100644 home/picom/picom.conf create mode 100644 home/picom/picom.conf! create mode 120000 home/picom/picom.conf. create mode 120000 home/picom/picom.conff create mode 160000 home/tmux/tmux/plugins/tmux-gruvbox create mode 160000 home/tmux/tmux/plugins/tmux-sensible create mode 160000 home/tmux/tmux/plugins/tpm create mode 120000 home/tmux/tmux/tmux.conf diff --git a/home/picom/picom.conf b/home/picom/picom.conf new file mode 100644 index 0000000..e12a4db --- /dev/null +++ b/home/picom/picom.conf @@ -0,0 +1,79 @@ +#inactive-dim = 0.5; +active-opacity = 1.0; +detect-client-opacity = true; +detect-rounded-corners = true; + +#nsition-length = 500 +#transition-pow-x = 0.5 +#transition-pow-y = 0.1 +#transition-pow-w = 0.5 +#transition-pow-h = 0.5 +#size-transition = true + +shadow = true; +backend = "glx"; +blur: + { + method = "dual_kawase"; + strength = 7; + background = false; + background-frame = false; + background-fixed = false; + }; + blur-background-exclude = [ + "class_g = 'keynav'", + "class_g = 'Dunst'", + "class_g = 'Navigator'", + "class_g = 'Dwarf Fortress'", + "class_g = 'screenkey'", + "class_g = 'Screenkey'", + "class_g = 'Firefox'" + ]; + corner-radius = 4; + rounded-corners-exclude = [ + "window_type = 'dock'", + "window_type = 'tab'", + "_NET_WM_STATE@:32a *= '_NET_WM_STATE_FULLSCREEN'", + "class_g = 'keynav'", + "class_g = 'XMonad'", + "class_g = 'xmonad'", + "class_g = 'tabbed'" + ]; + round-borders = 4; + round-borders-exclude = [ + "class_g = 'keynav'", + "class_g = 'Xmonad'", + "class_g = 'XMonad'", + "class_g = 'xmobar'", + "class_g = 'simpleTabbed'", + "class_g = 'tabbed'" + ]; + +opacity-rule = [ + "80:class_g = 'Alacritty'", + "75:class_g = 'Emacs'", + "55:class_g = 'Anki'", + "70:class_g = 'luajit'", + "66:class_g = 'Zathura'", + "75:class_g = 'obsidian'", + "65:class_g = 'superProductivity'" + ] + + + +fading = false; +fade-in-step = 0.03; + +fade-out-step = 0.03; + +fade-delta = 5 + +fade-exclude = [ + "class_g = 'slop'" # maim +] + +shadow-exclude = [ + "class_g = 'xmobar'", + "class_g = 'screenkey'", + "class_g = 'Screenkey'" +] diff --git a/home/picom/picom.conf! b/home/picom/picom.conf! new file mode 100644 index 0000000..9c61f4c --- /dev/null +++ b/home/picom/picom.conf! @@ -0,0 +1,36 @@ +inactive-dim = 0.5; +active-opacity = 1.0; +detect-client-opacity = true; +detect-rounded-corners = true; + +shadow = true; +backend = "glx"; +blur: +{ + method = "kawase"; + strength = 8; + background = false; + background-frame = false; + background-fixed = false; +}; +blur-background-exclude = [ + "class_g = 'keynav'", + "class_g = 'Dunst'", + "class_g = 'Navigator'", + "class_g = 'Firefox'" +]; +corner-radius = 0; +rounded-corners-exclude = [ + "window_type = 'dock'", + "_NET_WM_STATE@:32a *= '_NET_WM_STATE_FULLSCREEN'", + "class_g = 'keynav'", +]; +round-borders = 0; +round-borders-exclude = [ + "class_g = 'keynav'", + "class_g = 'Xmonad'", + "class_g = 'xmobar'", + "class_g = 'simpleTabbed'", + "class_g = 'tabbed'" +]; + diff --git a/home/picom/picom.conf. b/home/picom/picom.conf. new file mode 120000 index 0000000..c4562cc --- /dev/null +++ b/home/picom/picom.conf. @@ -0,0 +1 @@ +../../dotfiles/home/picom/.config/picom/picom.conf. \ No newline at end of file diff --git a/home/picom/picom.conff b/home/picom/picom.conff new file mode 120000 index 0000000..0d1dcf8 --- /dev/null +++ b/home/picom/picom.conff @@ -0,0 +1 @@ +../../dotfiles/home/picom/.config/picom/picom.conff \ No newline at end of file diff --git a/home/tmux/tmux/plugins/tmux-gruvbox b/home/tmux/tmux/plugins/tmux-gruvbox new file mode 160000 index 0000000..3f9e38d --- /dev/null +++ b/home/tmux/tmux/plugins/tmux-gruvbox @@ -0,0 +1 @@ +Subproject commit 3f9e38d7243179730b419b5bfafb4e22b0a969ad diff --git a/home/tmux/tmux/plugins/tmux-sensible b/home/tmux/tmux/plugins/tmux-sensible new file mode 160000 index 0000000..989d092 --- /dev/null +++ b/home/tmux/tmux/plugins/tmux-sensible @@ -0,0 +1 @@ +Subproject commit 989d09249e9389604a68d281c999978f6231431b diff --git a/home/tmux/tmux/plugins/tpm b/home/tmux/tmux/plugins/tpm new file mode 160000 index 0000000..2afeff1 --- /dev/null +++ b/home/tmux/tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 2afeff1529ec85d0c5ced5ece3714c2220b646a5 diff --git a/home/tmux/tmux/tmux.conf b/home/tmux/tmux/tmux.conf new file mode 120000 index 0000000..6854b77 --- /dev/null +++ b/home/tmux/tmux/tmux.conf @@ -0,0 +1 @@ +../../dotfiles/home/tmux/.config/tmux/tmux.conf \ No newline at end of file