Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadow = true;
- shadow-radius = 12;
- shadow-offset-x = -10;
- shadow-offset-y = -10;
- shadow-exclude = [
- "name = 'Notification'",
- "class_g = 'Conky'",
- "class_g ?= 'Notify-osd'",
- "class_g = 'Cairo-clock'",
- "_GTK_FRAME_EXTENTS@:c"
- ];
- fading = true
- fade-in-step = 0.03;
- fade-out-step = 0.03;
- inactive-opacity = 0.5;
- frame-opacity = 0.7;
- inactive-opacity-override = true
- active-opacity = 1.0
- inactive-dim = 0.8
- focus-exclude = [ "class_g = 'Cairo-clock'" ];
- opacity-rule = [
- "88:class_g = 'Emacs' && !focused",
- "88:class_g = 'Alacritty' && focused",
- "70:class_g = 'Alacritty' && !focused",
- "88:class_g = 'Brave-browser' && !focused"
- ];
- blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
- blur:
- {
- method = "gaussian";
- size = 10;
- deviation = 5.0;
- };
- blur-background-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'",
- "_GTK_FRAME_EXTENTS@:c"
- ];
- backend = "glx";
- vsync = true
- mark-wmwin-focused = true;
- mark-ovredir-focused = true;
- detect-rounded-corners = true;
- detect-client-opacity = true;
- refresh-rate = 0
- detect-transient = true
- detect-client-leader = true
- use-damage = true
- log-level = "warn";
- wintypes:
- {
- tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
- dock = { shadow = false; }
- dnd = { shadow = false; }
- popup_menu = { opacity = 0.8; }
- dropdown_menu = { opacity = 0.8; }
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement