Fix issue #7 by switching to Font Awesome v4
This commit is contained in:
parent
480ac48aae
commit
3bc45e9832
3 changed files with 10 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ order += "tztime local"
|
||||||
#order += "tztime utc"
|
#order += "tztime utc"
|
||||||
|
|
||||||
cpu_usage {
|
cpu_usage {
|
||||||
format = ". %usage"
|
format = " %usage"
|
||||||
max_threshold = 90
|
max_threshold = 90
|
||||||
#format_above_threshold = " %usage"
|
#format_above_threshold = " %usage"
|
||||||
degraded_threshold = 75
|
degraded_threshold = 75
|
||||||
|
|
@ -29,19 +29,19 @@ cpu_usage {
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
format_up = ". (%quality at %essid) %ip"
|
format_up = " (%quality at %essid) %ip"
|
||||||
format_down = ". Down"
|
format_down = " Down"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
# if you use %speed, i3status requires root privileges
|
# if you use %speed, i3status requires root privileges
|
||||||
format_up = ". %ip"
|
format_up = " %ip"
|
||||||
format_down = ". Down"
|
format_down = " Down"
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
integer_battery_capacity = true
|
integer_battery_capacity = true
|
||||||
format = "%status. %percentage"
|
format = "%status %percentage"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
status_chr = ""
|
status_chr = ""
|
||||||
status_bat = ""
|
status_bat = ""
|
||||||
|
|
@ -53,7 +53,7 @@ battery all {
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = ". %volume"
|
format = " %volume"
|
||||||
format_muted = " muted"
|
format_muted = " muted"
|
||||||
device = "pulse"
|
device = "pulse"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@ papirus-icon-theme
|
||||||
pasystray
|
pasystray
|
||||||
smartmontools-svn
|
smartmontools-svn
|
||||||
testdisk-wip
|
testdisk-wip
|
||||||
ttf-font-awesome
|
ttf-font-awesome-4
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
wimlib
|
wimlib
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ networkmanager
|
||||||
nvme-cli
|
nvme-cli
|
||||||
oblogout
|
oblogout
|
||||||
openbox-patched
|
openbox-patched
|
||||||
|
otf-font-awesome-4
|
||||||
p7zip
|
p7zip
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
pasystray
|
pasystray
|
||||||
|
|
@ -75,7 +76,7 @@ tint2
|
||||||
tk
|
tk
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
ttf-font-awesome
|
ttf-font-awesome-4
|
||||||
ttf-inconsolata
|
ttf-inconsolata
|
||||||
udevil
|
udevil
|
||||||
udisks2
|
udisks2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue