diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 23:22:07 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 23:22:07 +0100 |
commit | 4e98dd2280fb9e9e7e6513d2a0ec52bdf67aa488 (patch) | |
tree | 17070d69b4c060ada405b6c03748b3af15e2212f | |
parent | 5019c63567940d85f031d35293e5612e793ef1c6 (diff) | |
download | dotfiles-4e98dd2280fb9e9e7e6513d2a0ec52bdf67aa488.tar.gz dotfiles-4e98dd2280fb9e9e7e6513d2a0ec52bdf67aa488.zip |
changed i3bar height and added link to FontAwesome cheatsheet
-rw-r--r-- | i3blocks.conf | 3 | ||||
-rw-r--r-- | i3wm.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/i3blocks.conf b/i3blocks.conf index cf9f315..eff20d6 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -19,6 +19,9 @@ # Trigger block action by signal # signal=1 # trigger command by sending SIGRTMIN+1 # signal=8 # trigger command by sending SIGRTMIN+8 +# +# FontAwesome cheatsheet +# https://fontawesome.com/v4.7.0/cheatsheet/ # @@ -183,7 +183,7 @@ mode "$power_mode" { bar { font pango: xos4 Terminus, FontAwesome 10 position top - height 26 + height 22 status_command i3blocks -c ~/.i3/i3blocks.conf #status_command i3status --config ~/.i3/i3status.conf |