Guest User

Untitled

a guest
Nov 3rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ; bar setup for primary monitor
  2. [bar/mybar]
  3. monitor = eDP-1
  4. ;monitor-strict = true
  5. width = 96%
  6. height = 3%
  7. radius = 15
  8. line-size=4
  9. padding-right = 6
  10. padding-top =4
  11. padding-left = 6
  12. module-margin = 3
  13. wm-restack = true
  14. enable-ipc = true
  15.  
  16. background = ${colors.background}
  17. foreground = ${colors.foreground}
  18.  
  19. font-0 = SF Compact Display:style=Medium:size=13
  20. font-1 = FontAwesome:pixelsize=13
  21. font-2 = FontAwesome:pixelsize=9
  22.  
  23. tray-position = none
  24.  
  25. modules-left = i3
  26. modules-right = cpu memory network backlight pulseaudio battery
  27. modules-center = date
  28.  
  29. scroll-up = i3wm-wsnext
  30. scroll-down = i3wm-wsprev
  31.  
  32. override-redirect = true
  33. offset-x = 2%
  34. offset-y = .75%
  35.  
  36. ; bar setup for auxiliary monitor
  37. [bar/mon2]
  38. monitor = HDMI-2
  39. monitor-strict = true
  40. width = 96%
  41. height = 3%
  42. radius = 15
  43. line-size=4
  44. padding-right = 6
  45. padding-top =4
  46. padding-left = 6
  47. module-margin = 3
  48. wm-restack = true
  49. enable-ipc = true
  50.  
  51. background = ${colors.background}
  52. foreground = ${colors.foreground}
  53.  
  54. font-0 = SF Compact Display:style=Medium:size=13
  55. font-1 = FontAwesome:pixelsize=13
  56. font-2 = FontAwesome:pixelsize=9
  57.  
  58. tray-position = none
  59.  
  60. modules-left = i3
  61. modules-right = cpu memory network backlight pulseaudio battery
  62. modules-center = date
  63.  
  64. scroll-up = i3wm-wsnext
  65. scroll-down = i3wm-wsprev
  66.  
  67. override-redirect = true
  68. offset-x = 2%
  69. offset-y = .75%
  70.  
  71. ; i3 module config
  72. [module/i3]
  73. type = internal/i3
  74.  
  75. ; This will split the workspace name on ':'
  76. ; Default: false
  77. strip-wsnumbers = true
  78.  
  79. index-sort = true
  80. enable-click = true
  81. enable-scroll = false
  82. wrapping-scroll = false
  83. reverse-scroll = false
  84. pin-workspaces = true
  85.  
  86. label-separator =
  87. label-separator-padding = 0
  88. label-separator-foreground = ${colors.foreground-alt}
  89.  
  90. format =<label-state> <label-mode>
  91.  
  92. label-mode = %mode%
  93. label-mode-padding = 2
  94. label-mode-background = #e60053
  95.  
  96. label-focused = %icon%
  97. label-focused-foreground = ${colors.foreground}
  98. label-focused-background = ${colors.background}
  99. label-focused-underline = ${colors.underline}
  100. label-focused-padding = 2
  101.  
  102. label-unfocused = %icon%
  103. label-unfocused-foreground = ${colors.foreground-alt}
  104. label-unfocused-padding = 2
  105.  
  106. label-urgent = %name%
  107. label-urgent-foreground = ${colors.alert}
  108. label-urgent-padding = 2
  109.  
  110. ; gradient generated by https://colordesigner.io/gradient-generator
  111. ws-icon-1 = 1;%{T3}%{F#51d5d7}1%{F-}%{T-}
  112. ws-icon-2 = 2;%{T3}%{F#00c8dc}2%{F-}%{T-}
  113. ws-icon-3 = 3;%{T3}%{F#00b9e3}3%{F-}%{T-}
  114. ws-icon-4 = 4;%{T3}%{F#00aaea}4%{F-}%{T-}
  115. ws-icon-5 = 5;%{T3}%{F#0099ef}5%{F-}%{T-}
  116. ws-icon-6 = 6;%{T3}%{F#0087f1}6%{F-}%{T-}
  117. ws-icon-7 = 7;%{T3}%{F#0073ed}7%{F-}%{T-}
  118. ws-icon-8 = 8;%{T3}%{F#005ce2}8%{F-}%{T-}
  119. ws-icon-9 = 9;%{T3}%{F#3d3ece}9%{F-}%{T-}
  120. ws-icon-0 = 10;%{T3}%{F#6c01b3}10%{F-}%{T-}
Add Comment
Please, Sign In to add comment