Archlinux basic installation configuration scripts
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.

79 lines
2.6 KiB

  1. ;; ┌────────────────────────────────────────────────────────────┐
  2. ;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▀░█░░░█░█░█▀█░█░█░█▀▀│
  3. ;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█░█░█░░░░█░░█▀▀░█▀█░▀▀█│
  4. ;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀▀░▀▀▀░░▀░░▀░░░▀░▀░▀▀▀│
  5. ;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░░░░░░░░░│
  6. ;; └────────────────────────────────────────────────────────────┘
  7. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  8. [glyph]
  9. gleft =
  10. gright =
  11. [module/left1]
  12. type = custom/text
  13. content-background = ${color.shade2}
  14. content-foreground = ${color.shade1}
  15. content = ${glyph.gleft}
  16. content-font = 2
  17. [module/left2]
  18. type = custom/text
  19. content-background = ${color.background}
  20. content-foreground = ${color.shade2}
  21. content = ${glyph.gleft}
  22. content-font = 2
  23. # ==================================
  24. [module/right1]
  25. type = custom/text
  26. content-background = ${color.shade2}
  27. content-foreground = ${color.shade1}
  28. content = ${glyph.gright}
  29. content-font = 2
  30. [module/right2]
  31. type = custom/text
  32. content-background = ${color.shade3}
  33. content-foreground = ${color.shade2}
  34. content = ${glyph.gright}
  35. content-font = 2
  36. [module/right3]
  37. type = custom/text
  38. content-background = ${color.shade4}
  39. content-foreground = ${color.shade3}
  40. content = ${glyph.gright}
  41. content-font = 2
  42. [module/right4]
  43. type = custom/text
  44. content-background = ${color.shade5}
  45. content-foreground = ${color.shade4}
  46. content = ${glyph.gright}
  47. content-font = 2
  48. [module/right5]
  49. type = custom/text
  50. content-background = ${color.shade6}
  51. content-foreground = ${color.shade5}
  52. content = ${glyph.gright}
  53. content-font = 2
  54. [module/right6]
  55. type = custom/text
  56. content-background = ${color.shade7}
  57. content-foreground = ${color.shade6}
  58. content = ${glyph.gright}
  59. content-font = 2
  60. [module/right7]
  61. type = custom/text
  62. content-background = ${color.background}
  63. content-foreground = ${color.shade7}
  64. content = ${glyph.gright}
  65. content-font = 2
  66. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_