dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

config (328B)


      1 general {
      2   output_format = "i3bar"
      3   colors = true
      4   interval = 5
      5 }
      6 
      7 order += "ethernet em0"
      8 order += "tztime local"
      9 
     10 run_watch DHCP {
     11   pidfile = "/var/run/dhclient/*.pid"
     12 }
     13 
     14 ethernet em0 {
     15   format_up = "E: %ip (%speed)"
     16   format_down = "E: down"
     17 }
     18 
     19 tztime local {
     20   format = "%Y-%m-%d %k:%M (%a)"
     21   locale = "ja_JP.UTF-8"
     22 }