From 6d608d9045b67702a9ee57d28a1e16c62fd2cee9 Mon Sep 17 00:00:00 2001 From: nkoehring Date: Fri, 20 May 2016 01:31:56 +0200 Subject: [PATCH] update --- dot.config/comptonrc | 90 ++++++++++++++++++++++++++++++++++++++++ dot.config/dunst/dunstrc | 64 ++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 dot.config/comptonrc create mode 100644 dot.config/dunst/dunstrc diff --git a/dot.config/comptonrc b/dot.config/comptonrc new file mode 100644 index 0000000..79a29fb --- /dev/null +++ b/dot.config/comptonrc @@ -0,0 +1,90 @@ +# Shadow +shadow = true; +no-dnd-shadow = true; +no-dock-shadow = true; +clear-shadow = true; +shadow-ignore-shaped = true; +shadow-radius = 7; +shadow-offset-x = -7; +shadow-offset-y = -7; +shadow-opacity = 0.6; +# shadow-red = 0.0; +# shadow-green = 0.0; +# shadow-blue = 0.0; +shadow-exclude = [ + "name = 'herbstluftwm'", + "name = 'Notification'", + "class_g = 'Conky'", + "class_g ?= 'Notify-osd'", + "class_g = 'Cairo-clock'", + "_GTK_FRAME_EXTENTS@:c" +]; +# shadow-exclude = "n:e:Notification"; +# shadow-exclude-reg = "x10+0+0"; +# xinerama-shadow-crop = true; + +# Opacity +menu-opacity = 0.8; +inactive-opacity = 0.8; +# active-opacity = 0.8; +frame-opacity = 0.7; +inactive-opacity-override = false; +alpha-step = 0.06; +# inactive-dim = 0.2; +# inactive-dim-fixed = true; +blur-background = true; +# blur-background-frame = true; +blur-kern = "7x7box" +# blur-background-fixed = true; +blur-background-exclude = [ + #"window_type = 'dock'", + "window_type = 'desktop'", + "_GTK_FRAME_EXTENTS@:c" +]; +opacity-rule = [ "90:class_g = 'URxvt'", "80:name = 'rofi'" ]; + +# Fading +fading = true; +fade-delta = 5; +fade-in-step = 0.03; +fade-out-step = 0.03; +# no-fading-openclose = true; +# no-fading-destroyed-argb = true; +fade-exclude = [ ]; + +# Other +backend = "glx" +mark-wmwin-focused = true; +mark-ovredir-focused = true; +# use-ewmh-active-win = true; +detect-rounded-corners = true; +detect-client-opacity = true; +refresh-rate = 0; +vsync = "none"; +dbe = false; +paint-on-overlay = true; +# sw-opti = true; +# unredir-if-possible = true; +# unredir-if-possible-delay = 5000; +# unredir-if-possible-exclude = [ ]; +focus-exclude = [ "class_g = 'Cairo-clock'" ]; +detect-transient = true; +detect-client-leader = true; +invert-color-include = [ ]; +# resize-damage = 1; + +# GLX backend +glx-no-stencil = true; +glx-copy-from-front = false; +glx-use-copysubbuffermesa = true; +# glx-no-rebind-pixmap = true; +glx-swap-method = "undefined"; +# glx-use-gpushader4 = true; +# xrender-sync = true; +# xrender-sync-fence = true; + +# Window type settings +wintypes: +{ + tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; +}; diff --git a/dot.config/dunst/dunstrc b/dot.config/dunst/dunstrc new file mode 100644 index 0000000..c97ac88 --- /dev/null +++ b/dot.config/dunst/dunstrc @@ -0,0 +1,64 @@ +[global] + font = Hack 10 + + allow_markup = yes + + # The format of the message. Possible variables are: + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # Markup is allowed + format = "%s\n%b" + + sort = yes + indicate_hidden = yes + alignment = left + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "300x5-30+50" + shrink = no + transparency = 0 + idle_threshold = 120 + monitor = 0 + follow = mouse + sticky_history = yes + history_length = 20 + show_indicators = yes + line_height = 0 + separator_height = 5 + padding = 20 + horizontal_padding = 20 + separator_color = frame + startup_notification = false + # dmenu = /usr/bin/dmenu -p dunst: + browser = /usr/bin/google-chrome-beta + icon_position = off + icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + +[frame] + width = 5 + color = "#cc241d" + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + +[urgency_low] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 3 + +[urgency_normal] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 3 + +[urgency_critical] + background = "#1d2021" + foreground = "#ebdbb2" + timeout = 3