Compare commits
No commits in common. "4e7c93c97f6a69c2769538f2936ea53e1f3ae26c" and "8a8f92207fd723b286651db89b3fb964dd317c4d" have entirely different histories.
4e7c93c97f
...
8a8f92207f
16
config
16
config
@ -14,7 +14,7 @@ set $mod Mod4
|
||||
# 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
|
||||
#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
|
||||
# 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
|
||||
@ -31,11 +31,9 @@ bindsym $mod+Return exec sakura
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+Shift+w exec --no-startup-id rofi -show window
|
||||
bindsym $mod+d exec --no-startup-id rofi -show run
|
||||
# bindsym $mod+Shift+d exec dmenu_run
|
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
||||
bindsym $mod+Shift+d exec dmenu_run
|
||||
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
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
@ -102,8 +100,8 @@ assign [class="Pidgin"] 2
|
||||
assign [class="Mumble"] 2
|
||||
|
||||
|
||||
set $left eDP1
|
||||
set $right HDMI2
|
||||
set $left LVDS1
|
||||
set $right VGA1
|
||||
|
||||
|
||||
# workspace to monitor mapping
|
||||
@ -268,7 +266,7 @@ bar {
|
||||
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"
|
||||
|
||||
font pango:DejaVu Sans Mono 10
|
||||
font pango:DejaVu Sans Mono 12
|
||||
}
|
||||
|
||||
mode "num" {
|
||||
|
@ -6,17 +6,15 @@ general {
|
||||
|
||||
#order += "ipv6"
|
||||
order += "disk /"
|
||||
#order += "run_watch DHCP"#
|
||||
#order += "run_watch VPN"
|
||||
order += "wireless wlp3s0"
|
||||
#order += "ethernet enp0s31f6"
|
||||
order += "battery 0"
|
||||
order += "battery 1"
|
||||
#order += "cpu_temperature 0"
|
||||
#order += "run_watch DHCP"
|
||||
order += "run_watch VPN"
|
||||
#order += "wireless wlan0"
|
||||
order += "ethernet eth1"
|
||||
#order += "battery 0"
|
||||
order += "cpu_temperature 0"
|
||||
order += "cpu_usage"
|
||||
order += "load"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
#order += "load"
|
||||
#order += "tztime local"
|
||||
#order += "tztime berlin"
|
||||
|
||||
ipv6 {
|
||||
@ -24,12 +22,12 @@ ipv6 {
|
||||
format_down = "no IPv6"
|
||||
}
|
||||
|
||||
wireless wlp3s0 {
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid, %bitrate) %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet enp0s31f6 {
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires the cap_net_admin capability
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
@ -41,12 +39,6 @@ battery 0 {
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
battery 1 {
|
||||
format = "%status %percentage %remaining %emptytime"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
run_watch DHCP {
|
||||
pidfile = "/var/run/dhclient*.pid"
|
||||
}
|
||||
@ -68,10 +60,10 @@ load {
|
||||
format = "%5min"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "%degrees°"
|
||||
path = "/sys/devices/platform/coretemp.0/temp1_input"
|
||||
}
|
||||
/* cpu_temperature 0 { */
|
||||
/* format = "%degrees°" */
|
||||
/* path = "/sys/devices/platform/coretemp.0/temp1_input" */
|
||||
/* } */
|
||||
|
||||
disk "/" {
|
||||
format = "%free"
|
||||
@ -80,10 +72,3 @@ disk "/" {
|
||||
cpu_usage {
|
||||
format = "%usage"
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "%used"
|
||||
threshold_degraded = "10%"
|
||||
format_degraded = "MEMORY: %free"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user