poetician

modules (from/for AxylOS)

Jan 25th, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 KB | None | 0 0
  1. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  2.  
  3. [module/backlight]
  4. type = internal/xbacklight
  5.  
  6. ; Use the following command to list available cards:
  7. ; $ ls -1 /sys/class/backlight/
  8. card = intel_backlight
  9.  
  10. format = <ramp> <label>
  11. format-background = ${color.yellow}
  12.  
  13. label = %percentage%%
  14. label-foreground = ${color.background}
  15.  
  16. ramp-0 = 
  17. ramp-1 = 
  18. ramp-2 = 
  19. ramp-3 = 
  20. ramp-4 = 
  21. ramp-5 = 
  22. ramp-6 = 
  23. ramp-7 = 
  24. ramp-8 = 
  25. ramp-9 = 
  26. ramp-font = 2
  27. ramp-foreground = ${color.background}
  28.  
  29. [module/brightness]
  30. type = internal/backlight
  31.  
  32. ; Use the following command to list available cards:
  33. ; $ ls -1 /sys/class/brightness/
  34. card = ${system.graphics_card}
  35.  
  36. enable-scroll = true
  37.  
  38. format = <ramp> <label>
  39. format-background = ${color.yellow}
  40. format-padding = 1
  41.  
  42. label = %percentage%%
  43. label-foreground = ${color.background}
  44.  
  45. ramp-0 = 
  46. ramp-1 = 
  47. ramp-2 = 
  48. ramp-3 = 
  49. ramp-4 = 
  50. ramp-5 = 
  51. ramp-6 = 
  52. ramp-7 = 
  53. ramp-8 = 
  54. ramp-9 = 
  55. ramp-font = 2
  56. ramp-foreground = ${color.background}
  57.  
  58. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  59.  
  60. [module/volume]
  61. type = internal/pulseaudio
  62.  
  63. sink = alsa_output.pci-0000_12_00.3.analog-stereo
  64.  
  65. use-ui-max = false
  66.  
  67. interval = 5
  68.  
  69. format-volume = <ramp-volume><label-volume>
  70.  
  71. format-muted = <label-muted>
  72. format-muted-prefix = " "
  73. format-muted-prefix-font = 2
  74. format-muted-prefix-foreground = ${color.background}
  75. format-muted-prefix-background = ${color.green}
  76.  
  77. label-volume = "%percentage%% "
  78. label-muted = "Mute"
  79.  
  80. label-volume-background = ${color.green}
  81. label-muted-background = ${color.green}
  82.  
  83. label-volume-foreground = ${color.background}
  84. label-muted-foreground = ${color.background}
  85.  
  86. ramp-volume-0 = " "
  87. ramp-volume-1 = " "
  88. ramp-volume-2 = " "
  89. ramp-volume-3 = " "
  90. ramp-volume-4 = " "
  91. ramp-volume-5 = " "
  92. ramp-volume-6 = " "
  93. ramp-volume-7 = " "
  94. ramp-volume-8 = " "
  95. ramp-volume-9 = " "
  96. ramp-volume-font = 2
  97. ramp-volume-foreground = ${color.background}
  98. ramp-volume-background = ${color.green}
  99.  
  100. ramp-headphones-0 = 
  101. ramp-headphones-1 = 
  102.  
  103. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  104.  
  105. [module/battery]
  106. type = internal/battery
  107.  
  108. full-at = 99
  109.  
  110. battery = ${system.battery}
  111. adapter = ${system.adapter}
  112.  
  113. poll-interval = 2
  114. time-format = %H:%M
  115.  
  116. format-charging = <animation-charging><label-charging>
  117. format-charging-prefix =
  118.  
  119. format-discharging = <ramp-capacity><label-discharging>
  120.  
  121. format-full = <label-full>
  122. format-full-prefix = " "
  123. format-full-prefix-font = 2
  124. format-full-prefix-foreground = ${color.background}
  125. format-full-prefix-background = ${color.red}
  126.  
  127. label-charging = %percentage%%
  128. label-discharging = %percentage%%
  129. label-full = %percentage%%
  130.  
  131. label-charging-background = ${color.red}
  132. label-discharging-background = ${color.red}
  133. label-full-background = ${color.red}
  134.  
  135. label-charging-foreground = ${color.background}
  136. label-discharging-foreground = ${color.background}
  137. label-full-foreground = ${color.background}
  138.  
  139. ramp-capacity-0 = " "
  140. ramp-capacity-1 = " "
  141. ramp-capacity-2 = " "
  142. ramp-capacity-3 = " "
  143. ramp-capacity-4 = " "
  144. ramp-capacity-font = 2
  145. ramp-capacity-foreground = ${color.background}
  146. ramp-capacity-background = ${color.red}
  147.  
  148. animation-charging-0 = " "
  149. animation-charging-1 = " "
  150. animation-charging-2 = " "
  151. animation-charging-3 = " "
  152. animation-charging-4 = " "
  153. animation-charging-font = 2
  154. animation-charging-foreground = ${color.background}
  155. animation-charging-background = ${color.red}
  156. animation-charging-framerate = 750
  157.  
  158. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  159.  
  160. [module/i3]
  161. type = internal/i3
  162.  
  163. pin-workspaces = true
  164. strip-wsnumbers = true
  165. index-sort = true
  166.  
  167. enable-click = true
  168. enable-scroll = true
  169. wrapping-scroll = false
  170. reverse-scroll = false
  171.  
  172. fuzzy-match = true
  173.  
  174. ws-icon-0 = 1;
  175. ws-icon-1 = 2;
  176. ws-icon-2 = 3;
  177. ws-icon-3 = 4;
  178. ws-icon-4 = 5;
  179. ws-icon-5 = 6;
  180. ws-icon-6 = 7;漣
  181. format = <label-state><label-mode>
  182. format-background = ${color.altblack}
  183.  
  184. label-mode = %mode%
  185. label-mode-padding = 1
  186. label-mode-background = ${color.altblack}
  187. label-mode-foreground = ${color.yellow}
  188.  
  189. label-focused = %icon%
  190. label-focused-foreground = ${color.blue}
  191. label-focused-background = ${color.altblack}
  192.  
  193. label-unfocused = %icon%
  194. label-unfocused-foreground = ${color.foreground}
  195. label-unfocused-background = ${color.altblack}
  196.  
  197. label-visible = %icon%
  198. label-visible-foreground = ${color.green}
  199. label-visible-background = ${color.altblack}
  200.  
  201. label-urgent = %icon%
  202. label-urgent-foreground = ${color.red}
  203. label-urgent-background = ${color.altblack}
  204.  
  205. label-focused-padding = 1
  206. label-unfocused-padding = 1
  207. label-visible-padding = 1
  208. label-urgent-padding = 1
  209.  
  210. ;label-separator = |
  211. ;label-separator-padding = 0
  212. ;label-separator-foreground = ${color.foreground}
  213. ;label-separator-background = ${color.altblack}
  214.  
  215. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  216.  
  217. [module/cpu]
  218. type = internal/cpu
  219. interval = 2
  220. format-prefix = " "
  221. format-padding = 0
  222. format-prefix-foreground = ${color.background}
  223. format-foreground = ${color.background}
  224. format-background = ${color.green}
  225. label = "%{A1:terminal -e gtop &:}%percentage%% %{A}"
  226.  
  227. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  228.  
  229. [module/time]
  230. type = internal/date
  231. interval = 1
  232. format-margin = 0
  233. time = "%I:%M %p"
  234. time-alt = "%A, %m/%d/%y"
  235.  
  236. format-prefix = 
  237. format-prefix-foreground = ${color.background}
  238. format-prefix-background = ${color.blue}
  239.  
  240. label = %time%
  241. label-foreground = ${color.background}
  242. label-background = ${color.blue}
  243. label-padding = 1
  244.  
  245. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  246.  
  247. [module/filesystem]
  248. type = internal/fs
  249.  
  250. mount-0 = /
  251. interval = 30
  252. fixed-values = true
  253.  
  254. format-mounted = <label-mounted>
  255. format-mounted-prefix = " "
  256. format-mounted-prefix-foreground = ${color.background}
  257. format-mounted-prefix-background = ${color.cyan}
  258.  
  259. format-unmounted = <label-unmounted>
  260. format-unmounted-prefix = " "
  261. format-unmounted-prefix-foreground = ${color.background}
  262. format-unmounted-prefix-background = ${color.cyan}
  263.  
  264. label-mounted = "%{A1:terminal -e ncdu &:} %free%%{A}"
  265. label-unmounted = " %mountpoint%: NA"
  266. label-mounted-foreground = ${color.background}
  267.  
  268. label-mounted-background = ${color.cyan}
  269. label-unmounted-background = ${color.cyan}
  270.  
  271. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  272.  
  273. [module/memory]
  274. type = internal/memory
  275.  
  276. interval = 1
  277.  
  278. format = <label>
  279. format-prefix = " "
  280. format-prefix-foreground = ${color.background}
  281. format-foreground = ${color.background}
  282. format-background = ${color.yellow}
  283.  
  284. label = "%{A1:terminal -e htop &:} %mb_used% %{A}"
  285.  
  286. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  287.  
  288. [module/launcher]
  289. type=custom/text
  290. content = 
  291. content-font = 4
  292. content-foreground= ${color.background}
  293. content-background = ${color.blue}
  294. content-padding=1
  295. click-left=def-dmenu
  296.  
  297. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  298.  
  299. [module/wired-network]
  300. type = internal/network
  301. interface = ${system.network_interface}
  302.  
  303. [module/wireless-network]
  304. type = internal/network
  305. interface = ${system.network_interface}
  306.  
  307. [module/network]
  308. type = internal/network
  309. interface = ${system.network_interface}
  310.  
  311. interval = 1.0
  312. accumulate-stats = true
  313. unknown-as-up = true
  314.  
  315. format-connected = <ramp-signal><label-connected>
  316.  
  317. format-disconnected = <label-disconnected>
  318. format-disconnected-prefix = "睊 "
  319. format-disconnected-prefix-font = 2
  320. format-disconnected-foreground = ${color.background}
  321. format-disconnected-background = ${color.magenta}
  322.  
  323. label-connected = "%{A1:def-nmdmenu &:}%essid%%{A}"
  324. label-disconnected = "%{A1:def-nmdmenu &:}Offline%{A}"
  325.  
  326. label-connected-foreground = ${color.background}
  327. label-disconnected-foreground = ${color.background}
  328.  
  329. label-connected-background = ${color.magenta}
  330. label-disconnected-background = ${color.magenta}
  331.  
  332. ramp-signal-0 = " "
  333. ramp-signal-1 = " "
  334. ramp-signal-2 = " "
  335. ramp-signal-3 = " "
  336. ramp-signal-4 = " "
  337. ramp-signal-foreground = ${color.background}
  338. ramp-signal-background = ${color.magenta}
  339. ramp-signal-font = 2
  340.  
Advertisement
Add Comment
Please, Sign In to add comment