Guest User

Untitled

a guest
Sep 13th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # i3blocks configuration file
  2. #
  3. # The i3blocks man page describes the usage of the binary,
  4. # and its website describes the configuration:
  5. #
  6. # https://vivien.github.io/i3blocks
  7.  
  8.  
  9. # Global properties
  10. separator=true
  11. separator_block_width=15
  12.  
  13.  
  14. [time]
  15. command=date '+%Y-%m-%d %H:%M'
  16. interval=1
  17.  
  18. [battery]
  19. command=/etc/i3/scripts/battery.sh
  20. interval=10
  21.  
  22.  
Add Comment
Please, Sign In to add comment