arch-toto

pi_i3blocks.conf

Feb 16th, 2021 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. [toty@pi ~]$ hostnamectl
  2. Static hostname: pi
  3. Icon name: computer
  4. Machine ID: f2df9c83966d4e8abb4c09be21956337
  5. Boot ID: b87759ce3dc5468e87112bd879fd4231
  6. Operating System: Arch Linux ARM
  7. Kernel: Linux 5.10.16-1-ARCH
  8. Architecture: arm64
  9.  
  10. [toty@pi ~]$ pwd
  11. /home/toty
  12. [toty@pi ~]$ ls -l i3blocks.conf
  13. -rw-r--r-- 1 toty wheel 434 Feb 16 04:30 i3blocks.conf
  14. [toty@pi ~]$ cat i3blocks.conf
  15. # i3blocks configuration file
  16. #
  17. # The i3blocks man page describes the usage of the binary,
  18. # and its website describes the configuration:
  19. #
  20. # https://vivien.github.io/i3blocks
  21.  
  22.  
  23. # Global properties
  24. separator=true
  25. separator_block_width=15
  26.  
  27. [documentation]
  28. full_text=Documentation
  29. color=#FFFFFF
  30.  
  31. [greetings]
  32. color=#FFFFFF
  33. command=echo "Hello, $USER!"
  34. interval=once
  35.  
  36. [time]
  37. color=#FFFFFF
  38. command=date '+%Y-%m-%d %H:%M:%S'
  39. interval=1
  40. [toty@pi ~]$ i3blocks
  41. Documentation Hello, toty! 2021-02-16 15:47:45
Add Comment
Please, Sign In to add comment