dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

config (898B)

    1 # i3blocks config file
    2 #
    3 # Please see man i3blocks for a complete reference!
    4 # The man page is also hosted at http://vivien.github.io/i3blocks
    5 #
    6 # List of valid properties:
    7 #
    8 # align
    9 # color
   10 # command
   11 # full_text
   12 # instance
   13 # interval
   14 # label
   15 # min_width
   16 # name
   17 # separator
   18 # separator_block_width
   19 # short_text
   20 # signal
   21 # urgent
   22 
   23 # Global properties
   24 #
   25 # The top properties below are applied to every block, but can be overridden.
   26 # Each block command defaults to the script name to avoid boilerplate.
   27 # Change $SCRIPT_DIR to the location of your scripts!
   28 command=~/.local/bin/i3blocks/$BLOCK_NAME
   29 separator_block_width=15
   30 markup=none
   31 
   32 [music]
   33 markup=pango
   34 label=BGM:
   35 interval=5
   36 signal=12
   37 
   38 [ssid]
   39 label=NWK:
   40 interval=5
   41 
   42 [volume]
   43 label=VOL:
   44 interval=once
   45 signal=10
   46 
   47 [backlight]
   48 label=BKL:
   49 interval=once
   50 signal=11
   51 
   52 [battery]
   53 label=BAT:
   54 interval=30
   55 
   56 [time]
   57 command=date '+%Y-%m-%d %H:%M:%S'
   58 interval=1