Remove i3status entirely
This commit is contained in:
parent
bee20b07fb
commit
183f1b6670
2 changed files with 0 additions and 74 deletions
|
@ -137,21 +137,6 @@ bar {
|
|||
}
|
||||
status_command i3blocks
|
||||
}
|
||||
bar {
|
||||
output DVI-D-1
|
||||
colors {
|
||||
background #2f343f
|
||||
statusline #2f343f
|
||||
separator #4b5262
|
||||
|
||||
# colour of border, background, and text
|
||||
focused_workspace #2f343f #bf616a #d8dee8
|
||||
active_workspace #2f343f #2f343f #d8dee8
|
||||
inactive_workspace #2f343f #2f343f #d8dee8
|
||||
urgent_workspace #2f343f #ebcb8b #2f343f
|
||||
}
|
||||
#status_command i3status
|
||||
}
|
||||
|
||||
# window rules, you can find the window class using xprop
|
||||
workspace 1 output DVI-I-1
|
||||
|
|
|
@ -1,59 +0,0 @@
|
|||
general {
|
||||
output_format = "i3bar"
|
||||
colors = false
|
||||
markup = pango
|
||||
interval = 2
|
||||
color_good = '#2f343f'
|
||||
color_degraded = '#ebcb8b'
|
||||
color_bad = '#ba5e57'
|
||||
}
|
||||
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
order += "disk /"
|
||||
order += "disk /run/media/flyingscorpio/Backup"
|
||||
order += "ethernet enp4s0"
|
||||
order += "path_exists VPN"
|
||||
order += "volume master"
|
||||
order += "tztime local"
|
||||
|
||||
load {
|
||||
format = "<span background='#f59335'> </span><span background='#e5e9f0'> %5min Load </span>"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "<span background='#bf616a'> </span><span background='#e5e9f0'> %degrees °C </span>"
|
||||
path = "/sys/class/thermal/thermal_zone0/temp"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "<span background='#fec7cd'> </span><span background='#e5e9f0'> %free Free </span>"
|
||||
}
|
||||
|
||||
disk "/run/media/flyingscorpio/Backup" {
|
||||
format = "<span background='#a1d569'> </span><span background='#e5e9f0'> %free Free </span>"
|
||||
}
|
||||
|
||||
ethernet enp4s0 {
|
||||
format_up = "<span background='#88c0d0'> </span><span background='#e5e9f0'> %ip </span>"
|
||||
format_down = "<span background='#88c0d0'> </span><span background='#e5e9f0'> Disconnected </span>"
|
||||
}
|
||||
|
||||
path_exists VPN {
|
||||
path = "/proc/sys/net/ipv4/conf/proton0"
|
||||
format = "<span background='#b3acff'> %title </span><span background='#e5e9f0'> ON </span>"
|
||||
format_down = "<span background='#b3acff'> %title </span><span background='#e5e9f0'> OFF </span>"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "<span background='#ebcb8b'> </span><span background='#e5e9f0'> %volume </span>"
|
||||
format_muted = "<span background='#ebcb8b'> </span><span background='#e5e9f0'> Muted </span>"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "<span background='#81a1c1'> </span><span background='#e5e9f0'> %time </span>"
|
||||
format_time = "%a %-d %b %H:%M"
|
||||
}
|
Loading…
Add table
Reference in a new issue