mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

startup_i3 (241B)


      1 #!/bin/bash
      2 
      3 ~/bin/layout
      4 ~/bin/startup
      5 
      6 if [ `whoami` = a3nm ]
      7 then
      8   COLOR="#000000"
      9 else
     10   # easy reminder that this is not my real session
     11   COLOR="#400000"
     12 fi
     13 
     14 xsetroot -solid "$COLOR" &
     15 # when using compton
     16 hsetroot -solid "$COLOR" &
     17