changed up configuration for i3 status bar and dmenu
This commit is contained in:
parent
13ea648630
commit
0f776c0a26
2 changed files with 43 additions and 22 deletions
|
|
@ -7,22 +7,24 @@
|
|||
# If the above line is not correctly displayed, fix your editor first!
|
||||
|
||||
general {
|
||||
colors = true
|
||||
colors = false
|
||||
interval = 5
|
||||
}
|
||||
|
||||
#order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
#order += "ethernet _first_"
|
||||
#order += "battery all"
|
||||
# Laptop Only
|
||||
order += "battery all"
|
||||
#order += "disk /"
|
||||
#order += "load"
|
||||
#order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
#Laptop Only (reformat for Desktop)
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid)" #%ip"
|
||||
format_down = "W: down"
|
||||
format_up = "[_^_] w: %quality" # at %essid)" #%ip"
|
||||
format_down = "down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
|
|
@ -30,8 +32,14 @@ ethernet _first_ {
|
|||
format_down = "E: down"
|
||||
}
|
||||
|
||||
# Laptop Only
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
format = "%status %percentage" #%remaining"
|
||||
format_down = "No battery"
|
||||
status_chr = "[^]"
|
||||
# status_bat = ""
|
||||
status_full = "[*]"
|
||||
low_threshold = 15
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
|
|
@ -49,5 +57,6 @@ memory {
|
|||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
# format = "%Y-%m-%d %H:%M:%S"
|
||||
format = "%H:%M " #:%S"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue