Added template machine config
This commit is contained in:
parent
636b6d696a
commit
6eea09f15f
|
@ -0,0 +1 @@
|
|||
../available/general/variables.conf
|
|
@ -0,0 +1 @@
|
|||
../available/general/base.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/base.conf
|
|
@ -0,0 +1 @@
|
|||
../available/output/sane-default.conf
|
|
@ -0,0 +1 @@
|
|||
../available/output/configure.conf
|
|
@ -0,0 +1 @@
|
|||
../available/input/input.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/backlight-keys.conf
|
|
@ -0,0 +1 @@
|
|||
../available/output/backlight-min.conf
|
|
@ -0,0 +1,46 @@
|
|||
order += "dropboxd_status"
|
||||
order += "arch_updates"
|
||||
order += "volume_status"
|
||||
order += "sysdata"
|
||||
order += "keyboard_locks"
|
||||
order += "battery_level"
|
||||
order += "group time"
|
||||
|
||||
group time {
|
||||
clock "local" {
|
||||
format_time = "%F %H:%M"
|
||||
}
|
||||
clock "zulu" {
|
||||
format = "{UTC}"
|
||||
format_time = "%Y%m%d %H%Mz"
|
||||
}
|
||||
}
|
||||
|
||||
arch_updates {
|
||||
format = "U: {pacman}"
|
||||
}
|
||||
|
||||
battery_level {
|
||||
format = "🔋{percent}% ({time_remaining})"
|
||||
hide_seconds = true
|
||||
threshold_full = 80
|
||||
}
|
||||
|
||||
keyboard_locks {
|
||||
format = "[\?if=num_lock&color=good N|\?color=bad n] [\?if=caps_lock&color=good C|\?color=bad c] [\?if=scroll_lock&color=good S|\?color=bad s]"
|
||||
}
|
||||
|
||||
volume_status {
|
||||
command = "pactl"
|
||||
max_volume = 100
|
||||
}
|
||||
|
||||
sysdata {
|
||||
format = "[\?color=cpu CPU: {cpu_used_percent}%], [\?color=mem Mem: {mem_used_percent}%], [\?color=load L1: {load1}], [\?color=load L5: {load5}], [\?color=load L15: {load15}]"
|
||||
}
|
||||
|
||||
dropboxd_status {
|
||||
format = "KD_DB: {status}"
|
||||
status_on = "✓"
|
||||
status_off = "DOWN"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
../available/input/cursor-hide.conf
|
|
@ -0,0 +1 @@
|
|||
../available/output/default-bg.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/focus.conf
|
|
@ -0,0 +1 @@
|
|||
../available/general/idle-lock.conf
|
|
@ -0,0 +1 @@
|
|||
../available/extras/media-workspace.conf
|
|
@ -0,0 +1 @@
|
|||
../available/extras/monitor-workspace.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/movement.conf
|
|
@ -0,0 +1,27 @@
|
|||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "Samsung Electric Company U32J59x H4ZM800632"
|
||||
|
||||
# Mode
|
||||
set $o-mode "2560x1440@59Hz"
|
||||
|
||||
# Position
|
||||
set $o-pos-x "1920"
|
||||
set $o-pos-y "0"
|
||||
|
||||
# Scale Factor
|
||||
set $o-scalefactor "2"
|
||||
|
||||
# Transform
|
||||
set $o-transform "90"
|
||||
|
||||
|
||||
# Do the thing
|
||||
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||
$u-output-set-mode
|
||||
$u-output-set-position
|
||||
$u-output-set-scale
|
||||
$u-output-set-transform
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/passmenu.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/playerctl-media-keys.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/pulse-media-keys.conf
|
|
@ -0,0 +1 @@
|
|||
../available/bar/py3status.conf
|
|
@ -0,0 +1 @@
|
|||
../available/mode/resize.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/scratchpad.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/screen-lock.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/suspend.conf
|
|
@ -0,0 +1 @@
|
|||
../available/extras/terminal-workspace.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/workspaces.conf
|
Loading…
Reference in New Issue