90PKL63: add host
This commit is contained in:
parent
77ba02d939
commit
d9c881866d
2 changed files with 96 additions and 0 deletions
30
hosts.d/90PKL63.conf
Normal file
30
hosts.d/90PKL63.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
### 7DPQTN2 specific settings
|
||||
# vim: ft=i3
|
||||
set $laptop "Unknown 0x633D 0x00000000"
|
||||
set $monitor "Goldstar Company Ltd LG ULTRAWIDE 0x00005E33"
|
||||
|
||||
### Output configuration
|
||||
output $laptop position 0 0
|
||||
output $monitor position 1920 0
|
||||
output $monitor disable
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
|
||||
### Input configuration
|
||||
input "1160:4618:DELL09BE:00_0488:120A_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"
|
||||
}
|
66
i3status.d/90PKL63.toml
Normal file
66
i3status.d/90PKL63.toml
Normal file
|
@ -0,0 +1,66 @@
|
|||
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
|
||||
on_click = "$HOME/.config/sway/bin/sway_volume gui"
|
||||
|
||||
[[block]]
|
||||
block = "bluetooth"
|
||||
mac = "04:52:C7:C7:C8:DB"
|
||||
label = " ignorance"
|
||||
|
||||
[[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}"
|
Loading…
Reference in a new issue