Advertisement
Guest User

config.ini

a guest
Nov 26th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. [colors]
  2. background = #030f1b
  3. background-alt = #373B41
  4. foreground = #cff4fb
  5. primary = #a5c4d7
  6. secondary = #12272b
  7. alert = #A54242
  8. disabled = #576470
  9.  
  10. [bar/main]
  11. width = 90%
  12. height = 24pt
  13. radius = 15
  14.  
  15. offset-x = 5%
  16. offset-y = 0.8%
  17.  
  18. background = ${colors.background}
  19. foreground = ${colors.foreground}
  20.  
  21. line-size = 0pt
  22.  
  23. border-size = 0pt
  24. border-color = ${colors.primary}
  25.  
  26. padding-left = 2
  27. padding-right = 2
  28.  
  29. module-margin = 1
  30. module-margin-right = 1
  31. module-margin-left = 1
  32.  
  33. separator = ""
  34. separator-foreground = ${colors.disabled}
  35.  
  36. font-0 = FiraMonoNerdFont;2
  37.  
  38. modules-left = xwindow
  39. modules-center = xworkspaces
  40. modules-right = systray wlan battery alsa datetime
  41.  
  42. cursor-click = pointer
  43. cursor-scroll = ns-resize
  44.  
  45. enable-ipc = true
  46.  
  47. [module/xwindow]
  48. type = internal/xwindow
  49. label = %title:0:60:...%
  50.  
  51. [module/xworkspaces]
  52. type = internal/xworkspaces
  53.  
  54. format = <label-state>
  55.  
  56. label-active = "󰫢"
  57. label-active-background =
  58. label-active-underline= ${colors.primary}
  59. label-active-padding = 1
  60.  
  61. label-occupied = %icon%
  62. label-occupied-padding = 1
  63.  
  64. label-urgent = %icon%
  65. label-urgent-background = ${colors.alert}
  66. label-urgent-padding = 1
  67.  
  68. label-empty = %icon%
  69. label-empty-foreground = ${colors.disabled}
  70. label-empty-padding = 1
  71.  
  72. icon-0 = 1;󰫣
  73. icon-1 = 2;󰫣
  74. icon-2 = 3;󰫣
  75. icon-3 = 4;󰫣
  76. icon-4 = 5;󰫣
  77. icon-5 = 6;󰫣
  78.  
  79. icon-default = 󰫣
  80.  
  81. [module/systray]
  82. type = internal/tray
  83.  
  84. format-margin = 5pt
  85. tray-spacing = 5pt
  86. tray-padding = 1pt
  87.  
  88. tray-size = 80%
  89.  
  90. [module/alsa]
  91. type = internal/alsa
  92.  
  93. master-soundcard = default
  94. speaker-soundcard = default
  95. headphone-soundcard = default
  96.  
  97. master-mixer = Master
  98. speaker-mixer = Speaker
  99. headphone-mixer = Headphone
  100.  
  101. headphone-id = 9
  102.  
  103. mapped = true
  104. interval = 5
  105.  
  106. format-volume = <ramp-volume> <label-volume>
  107.  
  108. label-muted = 󰝟 muted
  109. label-muted-foreground = ${colors.foreground}
  110.  
  111. ramp-volume-0 = 󰕿
  112. ramp-volume-1 = 󰖀
  113. ramp-volume-2 = 󰕾
  114.  
  115. [network-base]
  116. type = internal/network
  117. interval = 5
  118.  
  119. format-connected = 󰖩<label-connected>
  120. format-disconnected = 󰖪<label-disconnected>
  121. label-disconnected =
  122. label-connected =
  123.  
  124. [module/wlan]
  125. inherit = network-base
  126. interface-type = wireless
  127. format = <label-connected><label-disconnected>
  128. ; %essid% for wifi name
  129.  
  130. [module/battery]
  131. type = internal/battery
  132. battery = BAT0
  133. adapter = ADP1
  134. full_at = 99
  135. low_at = 5
  136.  
  137. format-charging = 󰂄 <label-charging>
  138. format-discharging = <ramp-capacity> <label-discharging>
  139. format-full = 󰁹 <label-full>
  140.  
  141. ramp-capacity-0 = 󰂎
  142. ramp-capacity-1 = 󰁺
  143. ramp-capacity-2 = 󰁻
  144. ramp-capacity-3 = 󰁼
  145. ramp-capacity-4 = 󰁽
  146. ramp-capacity-5 = 󰁾
  147. ramp-capacity-6 = 󰁿
  148. ramp-capacity-7 = 󰂀
  149. ramp-capacity-8 = 󰂁
  150. ramp-capacity-9 = 󰂂
  151. ramp-capacity-10 =
  152.  
  153. ramp-capacity-0-foreground = ${colors.alert}
  154. ramp-capacity-1-foreground = ${colors.primary}
  155.  
  156. [module/datetime]
  157. type = internal/date
  158. interval = 5
  159.  
  160. date = %a %b %d
  161. time = %I:%M%p
  162.  
  163. format = 󰥔 <label>
  164.  
  165. label = %time% - %date%
  166. label-foreground = ${colors.foreground}
  167.  
  168. [settings]
  169. screenchange-reload = true
  170. pseudo-transparency = true
  171.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement