fontawesome in statusbar
This commit is contained in:
parent
99e03c1c34
commit
8ccf1b90cc
25
.i3/config
25
.i3/config
|
@ -93,15 +93,22 @@ bindsym $mod+a focus parent # focus the parent container
|
|||
bindsym $mod+p exec xrandr-toggle
|
||||
|
||||
# manage workspaces
|
||||
set $WS1 "1 ☀"
|
||||
# http://fontawesome.io/cheatsheet/
|
||||
set $WS1 "1 "
|
||||
# fa-globe
|
||||
# http://unicode-table.com/en/2328/ KEYBOARD
|
||||
set $WS2 "2 emacs"
|
||||
set $WS3 "3 term"
|
||||
# http://unicode-table.com/en/234C/
|
||||
set $WS4 "4 ⍌"
|
||||
set $WS5 "5 IDE"
|
||||
set $WS8 "8 pass"
|
||||
set $WS9 "9 misc"
|
||||
set $WS2 "2 "
|
||||
# fa-magic
|
||||
set $WS3 "3 "
|
||||
# fa-terminal
|
||||
set $WS4 "4 "
|
||||
# fa-envelope
|
||||
set $WS5 "5 "
|
||||
# fa-code
|
||||
set $WS8 "8 "
|
||||
# fa-key
|
||||
set $WS9 "9 "
|
||||
# fa-linux
|
||||
|
||||
assign [class="^Iceweasel$"] $WS1
|
||||
assign [class="^Eclipse$"] $WS5
|
||||
|
@ -197,12 +204,14 @@ bar {
|
|||
# urgent_workspace #d33682 #d33682 #fdf6e3
|
||||
# }
|
||||
output LVDS-1
|
||||
font pango:DejaVu Sans Mono, FontAwesome 8
|
||||
status_command i3status --config ~/.i3/status.conf
|
||||
}
|
||||
|
||||
bar {
|
||||
output VGA-1
|
||||
output DP-1
|
||||
output HDMI-1
|
||||
status_command i3status --config ~/.i3/status_small.conf
|
||||
}
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ wireless wlan0 {
|
|||
}
|
||||
|
||||
wireless wlp3s0 {
|
||||
format_up = "W: %essid (%quality) %ip"
|
||||
format_down = "W: -"
|
||||
format_up = " %essid (%quality) %ip"
|
||||
format_down = " -"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
|
@ -93,12 +93,12 @@ disk "/var" {
|
|||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "/home %avail"
|
||||
format = "/ %avail"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
format_muted = "♮: %volume"
|
||||
format = " %volume"
|
||||
format_muted = " %volume"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
|
|
|
@ -56,7 +56,7 @@ path_exists VPN {
|
|||
}
|
||||
|
||||
tztime local {
|
||||
format = "DE %Y-%m-%d %a %H:%M:%S"
|
||||
format = "%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
|
|
Loading…
Reference in New Issue