diff options
author | Joe <rrbo@proton.me> | 2023-01-09 18:53:27 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 18:53:27 +0100 |
commit | 3201ba71b7dadedbdb33db64d2c55836c2fbca77 (patch) | |
tree | e54e98b82e628a2326c1a44aa31579c73e0cfa42 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-3201ba71b7dadedbdb33db64d2c55836c2fbca77.tar.gz dotfiles-bsd-3201ba71b7dadedbdb33db64d2c55836c2fbca77.tar.bz2 dotfiles-bsd-3201ba71b7dadedbdb33db64d2c55836c2fbca77.tar.xz dotfiles-bsd-3201ba71b7dadedbdb33db64d2c55836c2fbca77.tar.zst dotfiles-bsd-3201ba71b7dadedbdb33db64d2c55836c2fbca77.zip |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/gtk-2.0/gtkrc | 1 | ||||
-rw-r--r-- | .config/picom.conf | 17 |
2 files changed, 15 insertions, 3 deletions
diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index 0c3b035..b312015 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -5,7 +5,6 @@ include "/home/jozan/.gtkrc-2.0.mine" gtk-theme-name="Clearlooks-Joe" gtk-icon-theme-name="Faenza" gtk-font-name="sans-serif 12" -gtk-cursor-theme-name="redglass" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/.config/picom.conf b/.config/picom.conf index abad0f5..d120c47 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -8,5 +8,18 @@ no-fading-openclose = true; no-use-damage = true; # Inactive windows diming -inactive-dim = 0.10; -inactive-dim-fixed = true; +# inactive-dim = 0.10; +# inactive-dim-fixed = true; + +corner-radius=7; +rounded-corners-exclude= [ + "window_type = 'menu'", + "window_type = 'dropdown_menu'", + "window_type = 'popup_menu'", + "window_type = 'utility'", + "class_g = 'Polybar'", + "class_g = 'Rofi'", + "class_g = 'Dunst'" +]; +detect-rounded-corners = true; + |