Guest User

Untitled

a guest
Jan 18th, 2022
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [colors]
  2. background = #222
  3. background-alt = #444
  4. foreground = #dfdfdf
  5. foreground-alt = #555
  6. primary = #ffb52a
  7. alert = #bd2c40
  8.  
  9. [bar/main]
  10. monitor = eDP-1
  11. width = 100%
  12. height = 30
  13. offset-y = 0
  14. top = true
  15. fixed-center = true
  16.  
  17. scroll-up = next
  18. scroll-down = prev
  19.  
  20. background = ${colors.background}
  21. foreground = ${colors.foreground}
  22.  
  23. font-0 = UbuntuMono Nerd Font Mono:size=17;1
  24.  
  25. modules-left = ewmh
  26. ;modules-right =
  27.  
  28. cursor-click = pointer
  29.  
  30. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  31. [module/ewmh]
  32. type = internal/xworkspaces
  33. enable-click = true
  34. enable-scroll = true
  35. pin-workspaces = false
  36. ;icon-[0-9]+ = <desktop-name>;<icon>
  37. ; NOTE: The desktop name needs to match the name configured by the WM
  38. ; You can get a list of the defined desktops using:
  39. ; $ xprop -root _NET_DESKTOP_NAMES
  40. ; Note: Neither <desktop-name> nor <icon> can contain a semicolon (;)
  41. icon-0 = 1;
  42. icon-1 = 2;
  43. icon-2 = 3;
  44. icon-3 = 4;
  45. icon-4 = 5;
  46. icon-5 = 6;
  47. icon-6 = 7;
  48. icon-7 = 8;
  49. icon-8 = 9;
  50.  
  51. label-active = %icon%
  52. label-active-foreground = #ffffff
  53. label-active-background = #3f3f3f
  54. label-active-padding = 2
  55.  
  56. label-occupied = %icon%
  57.  
  58. label-urgent = %icon%
  59. label-urgent-foreground = #000000
  60. label-urgent-background = #bd2c40
  61. label-urgent-padding = 2
  62.  
  63. label-empty = %icon%
  64. label-empty-foreground = #55
  65. label-empty-padding = 2
  66. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  67.  
  68. [settings]
  69. screenchange-reload = true
  70. ;compositing-background = xor
  71. ;compositing-background = screen
  72. ;compositing-foreground = source
  73. ;compositing-border = over
  74. ;pseudo-transparency = false
  75.  
  76. [global/wm]
  77. margin-top = 5
  78. margin-bottom = 5
Advertisement
Add Comment
Please, Sign In to add comment