debian rice lemur pro
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.

269 lines
5.9 KiB

2 years ago
  1. ;==========================================================
  2. ;
  3. ;
  4. ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
  5. ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
  6. ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
  7. ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
  8. ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
  9. ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  10. ;
  11. ;
  12. ; To learn more about how to configure Polybar
  13. ; go to https://github.com/polybar/polybar
  14. ;
  15. ; The README contains a lot of information
  16. ;
  17. ;==========================================================
  18. [colors]
  19. background = #222
  20. background-alt = #444
  21. ;foreground = ${xrdb:color7:#222}
  22. foreground = #dfdfdf
  23. foreground-alt = #555
  24. primary = #fba465
  25. secondary = #3a0751
  26. ;primary = #cec0af
  27. ;secondary = #242e35
  28. alert = #bd2c40
  29. black = #000
  30. white = #fff
  31. grey = #aaa
  32. darkgrey = #555
  33. red = #f00
  34. green = #0f0
  35. blue = #2d02d0
  36. yellow = #d2b55b
  37. [bar/main]
  38. modules-center = date
  39. font-0 = Jetbrains Mono:style=Regular
  40. height = 30
  41. width = 320
  42. offset-x = 15
  43. offset-y = 15
  44. background = ${colors.primary}
  45. radius=5
  46. override-redirect=true
  47. [module/date]
  48. type = internal/date
  49. date = "%h-%d-20%y %r"
  50. label-foreground = #000000
  51. [bar/pulse]
  52. modules-center = pulseaudio
  53. height = 30
  54. width = 200
  55. offset-y = 15
  56. #offset-x = 1300
  57. offset-x = 350
  58. radius=5
  59. override-redirect=true
  60. background = ${colors.secondary}
  61. foreground = #fff
  62. font-0 = Jetbrains Mono:style=Regular
  63. font-1 = FontAwesome:style=Regular
  64. font-2 = "Iosevka:pixelsize=12;0"
  65. font-3 = RobotoMono Nerd Font:pixelsize=12;1
  66. ;; BEGIN COPY
  67. [bar/battery]
  68. modules-center = battery
  69. height = 30
  70. width = 150
  71. offset-y = 15
  72. #offset-x = 600
  73. offset-x = 565
  74. radius=5
  75. override-redirect=true
  76. background = ${colors.secondary}
  77. font-0 = Jetbrains Mono:style=Regular
  78. [module/battery]
  79. type = internal/battery
  80. full-at = 100
  81. battery = BAT0
  82. adapter = ADP1
  83. poll-interval = 5
  84. time-format = %H:%M
  85. format-charging = CHR <label-charging>
  86. format-discharging = DIS <label-discharging>
  87. label-charging = %percentage%%
  88. label-discharging = %percentage%%
  89. label-full = 100%
  90. [bar/backlight]
  91. modules-center = backlight
  92. height = 30
  93. width = 150
  94. offset-y = 15
  95. #offset-x = 1100
  96. #offset-x = 420
  97. offset-x = 730
  98. radius=5
  99. override-redirect=true
  100. background = ${colors.secondary}
  101. font-0 = Jetbrains Mono:style=Regular
  102. [module/backlight]
  103. type = internal/backlight
  104. card = intel_backlight
  105. format = BRI <label>
  106. label = "%percentage%%"
  107. [bar/wlan]
  108. ;background = #1a0936
  109. modules-center = wlan
  110. height = 30
  111. width = 320
  112. offset-y = 15
  113. offset-x = 895
  114. radius=5
  115. override-redirect=true
  116. background = ${colors.secondary}
  117. font-0 = Jetbrains Mono:style=Regular
  118. tray-position = right
  119. tray-padding = 5
  120. [module/wlan]
  121. type = internal/network
  122. interface = wlp0s20f3
  123. format-disconnected = <label-disconnected>
  124. format-connected = <label-connected> <ramp-signal>
  125. ;label-connected = "CON %essid% %{F#00F000}%local_ip%"
  126. label-connected = "%essid%"
  127. label-disconnected = "UNC"
  128. ramp-signal-0 = 😱
  129. ramp-signal-1 = 😠
  130. ramp-signal-2 = 😒
  131. ramp-signal-3 = 😊
  132. ramp-signal-4 = 😃
  133. ramp-signal-5 = 😈
  134. #ramp-signal-0 = _____
  135. #ramp-signal-1 = *____
  136. #ramp-signal-2 = **___
  137. #ramp-signal-3 = ***__
  138. #ramp-signal-4 = ****_
  139. #ramp-signal-5 = *****
  140. ;; END OF COPY
  141. [module/xworkspaces]
  142. type = internal/xworkspaces
  143. label-active = %name%
  144. label-active-background = ${colors.background-alt}
  145. label-active-underline= ${colors.primary}
  146. label-active-padding = 1
  147. label-occupied = %name%
  148. label-occupied-padding = 1
  149. label-urgent = %name%
  150. label-urgent-background = ${colors.alert}
  151. label-urgent-padding = 1
  152. label-empty = %name%
  153. label-empty-foreground = ${colors.disabled}
  154. label-empty-padding = 1
  155. [module/xwindow]
  156. type = internal/xwindow
  157. label = %title:0:60:...%
  158. [module/filesystem]
  159. type = internal/fs
  160. interval = 25
  161. mount-0 = /
  162. label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
  163. label-unmounted = %mountpoint% not mounted
  164. label-unmounted-foreground = ${colors.disabled}
  165. [module/pulseaudio]
  166. type = internal/pulseaudio
  167. format-volume-prefix = "VOL "
  168. format-volume-prefix-foreground = ${colors.primary}
  169. format-volume = <label-volume>
  170. label-volume = %percentage%%
  171. label-muted = muted
  172. label-muted-foreground = ${colors.disabled}
  173. [module/xkeyboard]
  174. type = internal/xkeyboard
  175. blacklist-0 = num lock
  176. label-layout = %layout%
  177. label-layout-foreground = ${colors.primary}
  178. label-indicator-padding = 2
  179. label-indicator-margin = 1
  180. label-indicator-foreground = ${colors.background}
  181. label-indicator-background = ${colors.secondary}
  182. [module/memory]
  183. type = internal/memory
  184. interval = 2
  185. format-prefix = "RAM "
  186. format-prefix-foreground = ${colors.primary}
  187. label = %percentage_used:2%%
  188. [module/cpu]
  189. type = internal/cpu
  190. interval = 2
  191. format-prefix = "CPU "
  192. format-prefix-foreground = ${colors.primary}
  193. label = %percentage:2%%
  194. ;[network-base]
  195. ;type = internal/network
  196. ;interval = 5
  197. ;format-connected = <label-connected>
  198. ;format-disconnected = <label-disconnected>
  199. ;label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
  200. ;
  201. ;[module/wlan]
  202. ;inherit = network-base
  203. ;interface-type = wireless
  204. ;label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
  205. ;
  206. ;[module/eth]
  207. ;inherit = network-base
  208. ;interface-type = wired
  209. ;label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
  210. #[module/date]
  211. #type = internal/date
  212. #interval = 1
  213. #date = %H:%M
  214. #date-alt = %Y-%m-%d %H:%M:%S
  215. #label = %date%
  216. #label-foreground = ${colors.primary}
  217. [settings]
  218. screenchange-reload = true
  219. pseudo-transparency = true
  220. ; vim:ft=dosini