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
  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. geometry = "500x8-8+50"
  15. indicate_hidden = yes
  16. shrink = yes
  17. transparency = 0
  18. idle_threshold = 120
  19. monitor = 0
  20. sticky_history = yes
  21. history_length = 20
  22. show_indicators = yes
  23. line_height = 0
  24. separator_height = 1
  25. padding = 8
  26. horizontal_padding = 10
  27. separator_color = auto
  28. startup_notification = false
  29. dmenu = /usr/local/bin/dmenu -p dmenu:
  30. browser = /bin/brave
  31. icon_position = left
  32. #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
  33. max_icon_size=32
  34. mouse_middle_click = close_all
  35. mouse_right_click = do_action
  36. [shortcuts]
  37. close_all = ctrl+mod1+space
  38. history = shift+mod4+h
  39. context = shift+mod1+space
  40. [urgency_low]
  41. background = "#0F111A"
  42. foreground = "#E5E9F0"
  43. frame_color = "#BF616A"
  44. timeout = 5
  45. [urgency_normal]
  46. background = "#0F111A"
  47. foreground = "#E5E9F0"
  48. frame_color = "#BF616A"
  49. timeout = 5
  50. [urgency_critical]
  51. background = "#BF616A"
  52. foreground = "#00010A"
  53. frame_color = "#E5E9F0"
  54. timeout = 0
  55. [irc]
  56. appname = weechat
  57. timeout = 0
  58. background = "#0033bb"
  59. foreground = "#dddddd"
  60. #
  61. [weechat hl]
  62. appname = weechat
  63. category = weechat.HL
  64. background = "#FF5C47"
  65. foreground = "#FFFFFF"
  66. #
  67. [weechat pn]
  68. appname = weechat
  69. category = weechat.PM
  70. background = "#D53B84"
  71. foreground = "#FFFFFF"
  72. [Spotify]
  73. appname = Spotify
  74. frame_color = "#30AB70"
  75. timeout = 5
  76. # vim: ft=cfg