i3 changes for virtual machine
This commit is contained in:
@@ -7,21 +7,12 @@ general {
|
|||||||
color_bad = "#FFAA81"
|
color_bad = "#FFAA81"
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "mpdstatus"
|
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
order += "disk /home"
|
|
||||||
order += "wireless wlan0"
|
|
||||||
order += "ethernet eth0"
|
order += "ethernet eth0"
|
||||||
order += "battery 0"
|
order += "battery 0"
|
||||||
order += "cpu_usage"
|
|
||||||
order += "weather_yahoo"
|
order += "weather_yahoo"
|
||||||
order += "time"
|
order += "time"
|
||||||
|
|
||||||
wireless wlan0 {
|
|
||||||
format_up = "W: (%quality at %essid) %ip"
|
|
||||||
format_down = "W: down"
|
|
||||||
}
|
|
||||||
|
|
||||||
ethernet eth0 {
|
ethernet eth0 {
|
||||||
# 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)"
|
||||||
@@ -43,18 +34,6 @@ disk "/" {
|
|||||||
format = "%free/%total"
|
format = "%free/%total"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk "/home" {
|
|
||||||
format = " /home %free/%total"
|
|
||||||
}
|
|
||||||
|
|
||||||
mpdstatus {
|
|
||||||
cache_timeout = 0
|
|
||||||
host = "localhost"
|
|
||||||
port = 6600
|
|
||||||
format = "{state} {artist}: {title}"
|
|
||||||
length = 60
|
|
||||||
}
|
|
||||||
|
|
||||||
weather_yahoo {
|
weather_yahoo {
|
||||||
city_code = 'USPA1928'
|
city_code = 'USPA1928'
|
||||||
}
|
}
|
||||||
|
|||||||
20
.i3/config
20
.i3/config
@@ -210,10 +210,6 @@ set $bold_text #FFDECF
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
# Laptop Screen
|
# Laptop Screen
|
||||||
output LVDS1
|
|
||||||
output LVDS2
|
|
||||||
output LVDS-1
|
|
||||||
output DP-1
|
|
||||||
status_command py3status
|
status_command py3status
|
||||||
colors {
|
colors {
|
||||||
background $base
|
background $base
|
||||||
@@ -227,22 +223,6 @@ bar {
|
|||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 10
|
||||||
}
|
}
|
||||||
|
|
||||||
bar {
|
|
||||||
output VGA1
|
|
||||||
output VGA2
|
|
||||||
status_command py3status --config ~/.config/i3status/small.conf
|
|
||||||
colors {
|
|
||||||
background $base
|
|
||||||
statusline $base_text
|
|
||||||
active_workspace $contrast $contrast $contrast_text
|
|
||||||
focused_workspace $contrast $contrast $contrast_text
|
|
||||||
inactive_workspace $base $base $base_text
|
|
||||||
urgent_workspace $bold $bold $bold_text
|
|
||||||
separator $base_text
|
|
||||||
}
|
|
||||||
font pango:DejaVu Sans Mono 9
|
|
||||||
}
|
|
||||||
|
|
||||||
#style stuff
|
#style stuff
|
||||||
new_window normal
|
new_window normal
|
||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|||||||
Reference in New Issue
Block a user