Cleaned config

This commit is contained in:
Christian Colglazier 2018-07-25 21:58:51 -04:00
parent 2530a7fb41
commit a56363da9e
2 changed files with 11 additions and 14 deletions

View File

@ -22,8 +22,10 @@ font pango:NimbusSans Bold 10
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod
exec --no-startup-id xmodmap -e 'keycode 134 = Super_R' && xset -r 134
# start a terminal # start a terminal
bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Return exec gnome-terminal
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

View File

@ -9,27 +9,28 @@ general {
color_bad = "#E91E63" color_bad = "#E91E63"
} }
order += "disk /" order += "disk /home"
order += "run_watch DHCP" order += "run_watch DHCP"
order += "wireless wlp3s0" order += "wireless wlp3s0"
order += "ethernet eth0" order += "ethernet eth0"
order += "volume master" order += "volume master"
order += "battery 0" order += "brightness"
order += "battery all"
order += "tztime date" order += "tztime date"
order += "tztime local" order += "tztime local"
wireless wlp3s0 { wireless wlp3s0 {
format_up = "W: (%quality at %essid, %bitrate) %ip" format_up = "%essid: %ip, %quality, %bitrate"
format_down = "W: down" format_down = ""
} }
ethernet eth0 { ethernet eth0 {
# if you use %speed, i3status requires the cap_net_admin capability # if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)" format_up = "E: %ip (%speed)"
format_down = "E: down" format_down = ""
} }
battery 0 { battery all {
format = "%status%percentage %remaining" format = "%status%percentage %remaining"
format_down = "No battery" format_down = "No battery"
status_chr = "⚡" status_chr = "⚡"
@ -42,7 +43,6 @@ battery 0 {
low_threshold = 20 low_threshold = 20
} }
tztime date { tztime date {
format = "%m/%d" format = "%m/%d"
} }
@ -51,12 +51,7 @@ tztime local {
format = "%I:%M:%S" format = "%I:%M:%S"
} }
load { disk "/home" {
format = "%5min"
}
disk "/" {
format = "%free" format = "%free"
} }