Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shadow = true;
  2. no-dnd-shadow = true;
  3. no-dock-shadow = false;
  4. clear-shadow = true;
  5. shadow-radius = 7;
  6. shadow-offset-x = -14;
  7. shadow-offset-y = -14;
  8. shadow-opacity = 0.4;
  9. shadow-red = 0.0;
  10. shadow-green = 0.0;
  11. shadow-blue = 0.0;
  12. shadow-exclude = [ "name = 'Notification'", "class_g = 'conky-semi'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "name = 'conky-ns'", "class_g = 'albert'", "class_g = 'Polybar tray window'" ];
  13. shadow-ignore-shaped = true;
  14. menu-opacity = 0.95;
  15. inactive-opacity = 0.99;
  16. active-opacity = 1.0;
  17. frame-opacity = 0.7;
  18. inactive-opacity-override = false;
  19. alpha-step = 0.045;
  20. inactive-dim = 0.05;
  21. blur-kern = "3x3box";
  22. blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
  23. fading = true;
  24. fade-in-step = 0.06;
  25. fade-out-step = 0.06;
  26. fade-exclude = [ ];
  27. backend = "xrender";
  28. mark-wmwin-focused = true;
  29. mark-ovredir-focused = true;
  30. detect-rounded-corners = true;
  31. detect-client-opacity = true;
  32. refresh-rate = 0;
  33. vsync = "none";
  34. dbe = false;
  35. paint-on-overlay = true;
  36. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  37. detect-transient = true;
  38. detect-client-leader = true;
  39. invert-color-include = [ ];
  40. glx-copy-from-front = false;
  41. glx-swap-method = "undefined";
  42. wintypes :
  43. {
  44.   tooltip :
  45.   {
  46.     fade = true;
  47.     shadow = true;
  48.     opacity = 0.75;
  49.     focus = true;
  50.   };
  51.  
  52.   polybar-top_eDP-1:{
  53.     shadow = true;
  54.     opacity = 0.2;
  55.   }
  56.   albert:{
  57.     shadow = false;
  58.   }
  59.   tray:{
  60.     shadow = false;
  61.   }
  62.   floating:{
  63.     shadow = true;
  64.   }
  65. };
  66. blur-background = false;
  67. blur-background-frame = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement