7DPQTN2: add host

This commit is contained in:
Konstantin Koslowski 2021-01-04 11:00:01 +01:00
parent 830615d2ba
commit bf535bdae4
2 changed files with 89 additions and 0 deletions

29
conf.d/7DPQTN2 Normal file
View file

@ -0,0 +1,29 @@
### 7DPQTN2 specific settings
# vim: ft=i3
set $laptop "Chimei Innolux Corporation 0x14D3 0x00000000"
set $monitor "Dell Inc. Dell U4919DW 9YVZWP2"
### Output configuration
output $laptop position 0 0
output $monitor position 1920 0 resolution 5120x1440
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable
### Input configuration
input "1102:4639:DELL081C:00_044E:121F_Touchpad" {
click_method clickfinger
dwt enabled # disable while typing
# drag enabled
# drag_lock enabled
scroll_method two_finger
tap enabled
tap_button_map lrm
natural_scroll enabled
middle_emulation enabled
}
input "1:1:AT_Translated_Set_2_keyboard" {
xkb_layout "eu"
xkb_options "xk5:vim,xk5:fn"
}

View file

@ -0,0 +1,60 @@
theme = "slick"
icons = "awesome5"
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization}%"
[[block]]
block = "memory"
format_mem = "{Mug}/{MTg}GB ({Mup}%)"
format_swap = "{SUm}MB/{STm}MB({SUp}%)"
display_type = "memory"
icons = true
clickable = true
interval = 5
warning_mem = 80
warning_swap = 80
critical_mem = 95
critical_swap = 95
# [[block]]
# block = "memory"
# format_mem = "{Mug}/{MTg}GB ({Mup}%)"
# format_swap = "{SUg}/{STg}GB ({SUp}%)"
# display_type = "swap"
# icons = true
# clickable = true
# interval = 5
# warning_mem = 80
# warning_swap = 80
# critical_mem = 95
# critical_swap = 95
[[block]]
block = "networkmanager"
on_click = "termite -t nmtui -e nmtui"
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
interface_name_include = []
[[block]]
block = "sound"
step_width = 3
[[block]]
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "time"
format = "%Y/%m/%d %R"
timezone = "Europe/Berlin"
interval = 60
locale = "de_DE"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"