Guest User

Untitled

a guest
Jun 6th, 2021
1,736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ;==========================================================
  2. ;
  3. ;
  4. ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
  5. ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
  6. ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
  7. ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
  8. ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
  9. ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  10. ;
  11. ;
  12. ;==========================================================
  13.  
  14. [colors]
  15.  
  16. background = #aa000000
  17.  
  18.  
  19. [bar/base]
  20. height = 40
  21. width = 100%
  22. background = ${colors.background}
  23.  
  24. modules-left = my-text-label
  25. [module/my-text-label]
  26. type = custom/text
  27. content = Some random label
Advertisement
Add Comment
Please, Sign In to add comment