From d9c881866d9c6334b3e9b10feaf071ed33cc4a0b Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Mon, 4 Jan 2021 21:25:36 +0100 Subject: [PATCH] 90PKL63: add host --- hosts.d/90PKL63.conf | 30 +++++++++++++++++++ i3status.d/90PKL63.toml | 66 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 hosts.d/90PKL63.conf create mode 100644 i3status.d/90PKL63.toml diff --git a/hosts.d/90PKL63.conf b/hosts.d/90PKL63.conf new file mode 100644 index 0000000..964fb8d --- /dev/null +++ b/hosts.d/90PKL63.conf @@ -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" +} diff --git a/i3status.d/90PKL63.toml b/i3status.d/90PKL63.toml new file mode 100644 index 0000000..160b4b5 --- /dev/null +++ b/i3status.d/90PKL63.toml @@ -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}"