Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.0 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [global]
  2. frame_width = 0
  3. font = CaskaydiaCove Nerd Font 10
  4. follow = none
  5. markup = yes
  6. stack_duplicates = true
  7. format = "<b>%a</b>\n%s%p\n%b"
  8. sort = yes
  9. indicate_hidden = yes
  10. alignment = left
  11. show_age_threshold = 60
  12. word_wrap = yes
  13. ignore_newline = no
  14. width=(0,350)
  15. height=100
  16. notification_limit=8
  17. indicate_hidden = yes
  18. shrink = yes
  19. transparency = 0
  20. idle_threshold = 120
  21. monitor = 0
  22. sticky_history = yes
  23. history_length = 20
  24. show_indicators = yes
  25. line_height = 0
  26. separator_height = 1
  27. padding = 8
  28. horizontal_padding = 10
  29. separator_color = auto
  30. startup_notification = true
  31. dmenu = /usr/local/bin/dmenu -p context:
  32. browser = /bin/firefox
  33. icon_position = left
  34. #icon_path = /home/yigit/.icons/Tela-dark/16/actions:/home/yigit/.icons/Tela-dark/16/apps:/home/yigit/.icons/Tela-dark/16/devices:/home/yigit/.icons/Tela-dark/16/mimetypes:/home/yigit/.icons/Tela-dark/16/panel:/home/yigit/.icons/Tela-dark/16/places:/home/yigit/.icons/Tela-dark/16/status
  35. max_icon_size=32
  36. mouse_left_click = close_current
  37. mouse_middle_click = do_action, close_current
  38. mouse_right_click = close_all
  39. [shortcuts]
  40. close_all = ctrl+mod1+space
  41. history = shift+mod4+h
  42. context = ctrl+shift+period
  43. [urgency_low]
  44. background = "#0F111A"
  45. foreground = "#E5E9F0"
  46. frame_color = "#BF616A"
  47. timeout = 5
  48. [urgency_normal]
  49. background = "#0F111A"
  50. foreground = "#E5E9F0"
  51. frame_color = "#BF616A"
  52. timeout = 5
  53. [urgency_critical]
  54. background = "#BF616A"
  55. foreground = "#00010A"
  56. frame_color = "#E5E9F0"
  57. timeout = 0
  58. [volume]
  59. appname = 蓼 Volume
  60. history_ignore = yes
  61. [screensaver]
  62. appname =  System
  63. history_ignore = yes
  64. [notification]
  65. appname =  Notifications
  66. history_ignore = yes
  67. [keyboard]
  68. appname =  Keyboard
  69. history_ignore = yes
  70. [color]
  71. appname =  Color Grabbed
  72. history_ignore = yes
  73. # vim: ft=cfg