Compare commits

..

No commits in common. "4e7c93c97f6a69c2769538f2936ea53e1f3ae26c" and "8a8f92207fd723b286651db89b3fb964dd317c4d" have entirely different histories.

2 changed files with 21 additions and 38 deletions

16
config
View File

@ -14,7 +14,7 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. ISO 10646 = Unicode # is used in the bar {} block below. ISO 10646 = Unicode
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
font pango:DejaVu Sans Mono 10 font pango:DejaVu Sans Mono 12
# The font above is very space-efficient, that is, it looks good, sharp and # The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or # clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and # right-to-left text rendering, you should instead use pango for rendering and
@ -31,11 +31,9 @@ bindsym $mod+Return exec sakura
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+Shift+w exec --no-startup-id rofi -show window bindsym $mod+Shift+d exec dmenu_run
bindsym $mod+d exec --no-startup-id rofi -show run bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# bindsym $mod+Shift+d exec dmenu_run #bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
# There also is the (new) i3-dmenu-desktop which only displays applications # There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.
@ -102,8 +100,8 @@ assign [class="Pidgin"] 2
assign [class="Mumble"] 2 assign [class="Mumble"] 2
set $left eDP1 set $left LVDS1
set $right HDMI2 set $right VGA1
# workspace to monitor mapping # workspace to monitor mapping
@ -268,7 +266,7 @@ bar {
status_command i3status --config ~/.i3/i3status.config status_command i3status --config ~/.i3/i3status.config
# | dzen2 -fg white -ta r -w 1290 fn "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1" # | dzen2 -fg white -ta r -w 1290 fn "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1"
font pango:DejaVu Sans Mono 10 font pango:DejaVu Sans Mono 12
} }
mode "num" { mode "num" {

View File

@ -6,17 +6,15 @@ general {
#order += "ipv6" #order += "ipv6"
order += "disk /" order += "disk /"
#order += "run_watch DHCP"# #order += "run_watch DHCP"
#order += "run_watch VPN" order += "run_watch VPN"
order += "wireless wlp3s0" #order += "wireless wlan0"
#order += "ethernet enp0s31f6" order += "ethernet eth1"
order += "battery 0" #order += "battery 0"
order += "battery 1" order += "cpu_temperature 0"
#order += "cpu_temperature 0"
order += "cpu_usage" order += "cpu_usage"
order += "load" #order += "load"
order += "memory" #order += "tztime local"
order += "tztime local"
#order += "tztime berlin" #order += "tztime berlin"
ipv6 { ipv6 {
@ -24,12 +22,12 @@ ipv6 {
format_down = "no IPv6" format_down = "no IPv6"
} }
wireless wlp3s0 { wireless wlan0 {
format_up = "W: (%quality at %essid, %bitrate) %ip" format_up = "W: (%quality at %essid, %bitrate) %ip"
format_down = "W: down" format_down = "W: down"
} }
ethernet enp0s31f6 { 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 = "E: down"
@ -41,12 +39,6 @@ battery 0 {
low_threshold = 10 low_threshold = 10
} }
battery 1 {
format = "%status %percentage %remaining %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
run_watch DHCP { run_watch DHCP {
pidfile = "/var/run/dhclient*.pid" pidfile = "/var/run/dhclient*.pid"
} }
@ -68,10 +60,10 @@ load {
format = "%5min" format = "%5min"
} }
cpu_temperature 0 { /* cpu_temperature 0 { */
format = "%degrees°" /* format = "%degrees°" */
path = "/sys/devices/platform/coretemp.0/temp1_input" /* path = "/sys/devices/platform/coretemp.0/temp1_input" */
} /* } */
disk "/" { disk "/" {
format = "%free" format = "%free"
@ -80,10 +72,3 @@ disk "/" {
cpu_usage { cpu_usage {
format = "%usage" format = "%usage"
} }
memory {
format = "%used"
threshold_degraded = "10%"
format_degraded = "MEMORY: %free"
}