fontawesome in statusbar

This commit is contained in:
Frieder Schlesier 2016-11-25 11:46:28 +01:00
parent 99e03c1c34
commit 8ccf1b90cc
3 changed files with 23 additions and 14 deletions

View File

@ -93,15 +93,22 @@ bindsym $mod+a focus parent # focus the parent container
bindsym $mod+p exec xrandr-toggle bindsym $mod+p exec xrandr-toggle
# manage workspaces # manage workspaces
set $WS1 "1 ☀" # http://fontawesome.io/cheatsheet/
set $WS1 "1 "
# fa-globe
# http://unicode-table.com/en/2328/ KEYBOARD # http://unicode-table.com/en/2328/ KEYBOARD
set $WS2 "2 emacs" set $WS2 "2 "
set $WS3 "3 term" # fa-magic
# http://unicode-table.com/en/234C/ set $WS3 "3 "
set $WS4 "4 ⍌" # fa-terminal
set $WS5 "5 IDE" set $WS4 "4 "
set $WS8 "8 pass" # fa-envelope
set $WS9 "9 misc" set $WS5 "5 "
# fa-code
set $WS8 "8 "
# fa-key
set $WS9 "9 "
# fa-linux
assign [class="^Iceweasel$"] $WS1 assign [class="^Iceweasel$"] $WS1
assign [class="^Eclipse$"] $WS5 assign [class="^Eclipse$"] $WS5
@ -197,12 +204,14 @@ bar {
# urgent_workspace #d33682 #d33682 #fdf6e3 # urgent_workspace #d33682 #d33682 #fdf6e3
# } # }
output LVDS-1 output LVDS-1
font pango:DejaVu Sans Mono, FontAwesome 8
status_command i3status --config ~/.i3/status.conf status_command i3status --config ~/.i3/status.conf
} }
bar { bar {
output VGA-1 output VGA-1
output DP-1 output DP-1
output HDMI-1
status_command i3status --config ~/.i3/status_small.conf status_command i3status --config ~/.i3/status_small.conf
} }

View File

@ -34,8 +34,8 @@ wireless wlan0 {
} }
wireless wlp3s0 { wireless wlp3s0 {
format_up = "W: %essid (%quality) %ip" format_up = " %essid (%quality) %ip"
format_down = "W: -" format_down = " -"
} }
ethernet eth0 { ethernet eth0 {
@ -93,12 +93,12 @@ disk "/var" {
} }
disk "/home" { disk "/home" {
format = "/home %avail" format = "/ %avail"
} }
volume master { volume master {
format = "♪: %volume" format = " %volume"
format_muted = "♮: %volume" format_muted = " %volume"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0

View File

@ -56,7 +56,7 @@ path_exists VPN {
} }
tztime local { tztime local {
format = "DE %Y-%m-%d %a %H:%M:%S" format = "%m-%d %H:%M:%S"
} }
load { load {