diff options
-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 |