mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 11:14:13 +01:00
i3status: use arrows
This commit is contained in:
parent
e79d81d8dc
commit
d8845f1b61
@ -30,16 +30,14 @@ load {
|
|||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
#format_up = "W: (%quality at %essid) %frequency %ip"
|
#format_up = "W: (%quality at %essid) %frequency %ip"
|
||||||
format_up = "W:%quality %frequency"
|
format_up = "W:%quality %frequency"
|
||||||
#format_down = "W: down"
|
format_down = "W:🢃"
|
||||||
format_down = ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
# if you use %speed, i3status requires root privileges
|
# if you use %speed, i3status requires root privileges
|
||||||
#format_up = "E: %ip (%speed)"
|
#format_up = "E: %ip (%speed)"
|
||||||
format_up = "E: OK"
|
format_up = "E:🢁"
|
||||||
#format_down = "E: down"
|
format_down = "E:🢃"
|
||||||
format_down = ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
@ -64,6 +62,6 @@ volume master {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ipv6 {
|
ipv6 {
|
||||||
format_up = ""
|
format_up = "IPv6: 🢁"
|
||||||
format_down = "NO IPv6!"
|
format_down = "IPv6: 🢃"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user