Compare commits
20 Commits
2a58f121fc
...
master
Author | SHA1 | Date | |
---|---|---|---|
06007639fa | |||
7f10453563 | |||
8a6b24ec92 | |||
9490c1688f | |||
5a5c4e61df | |||
d197f0f43f | |||
4e8087acde | |||
feac913900 | |||
95aec8a65c | |||
090a9e2ad7 | |||
53a4467185 | |||
ce31d73783 | |||
79c8b6a64c | |||
37c660df94 | |||
c73759a2c3 | |||
b8e805c425 | |||
3dcfc3184a | |||
c7c13930cf | |||
36df5d071d | |||
b1aecfa7be |
@ -0,0 +1,9 @@
|
||||
# Sway Config: Autolaunch Monitor Workspace
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Include monitor-workspace.conf
|
||||
include $dir-conf/available/extras/monitor-workspace.conf
|
||||
|
||||
# Launch monitor on startup
|
||||
exec $monitor-launch
|
@ -19,5 +19,11 @@ for_window [app_id="bpytop"] {
|
||||
fullscreen enable
|
||||
}
|
||||
|
||||
|
||||
# Launch bpytop with custom app_id
|
||||
bindsym $mod+Alt+$ws-monitor-key exec "alacritty --class bpytop -e bpytop"
|
||||
set $monitor-launch "alacritty --class bpytop -e bpytop"
|
||||
|
||||
# Launch monitor on key combo
|
||||
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
|
||||
|
||||
# To launch on startup, link to ./autolaunch-monitor-workspace.conf instead.
|
||||
|
@ -9,7 +9,7 @@ set $dir-utils $dir-conf/utils
|
||||
set $dir-wallpapers /usr/share/backgrounds
|
||||
|
||||
# Default Background
|
||||
set $default-background $dir-wallpapers/thurstylark/spacetux.jpg
|
||||
set $default-background $dir-wallpapers/thurstylark/linux/linux-spacetux.jpg
|
||||
|
||||
# Using Logo key
|
||||
set $mod Mod4
|
||||
|
@ -19,5 +19,9 @@ bindsym $mod+d exec $menu
|
||||
bindsym $mod+Shift+c reload
|
||||
|
||||
|
||||
# Toggle border style with $mod+Shift+b
|
||||
bindsym $mod+Shift+b border toggle
|
||||
|
||||
|
||||
# Exit sway
|
||||
bindsym $mod+Shift+e exit
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Sway Config: Movement
|
||||
# Sway Config: Focus
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
@ -2,10 +2,8 @@
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
include $dir-utils/output/set-bg
|
||||
|
||||
set $o-id "*"
|
||||
set $o-bg-path $$(find $dir-wallpapers -type f \( -iname \*.jpg -o -iname \*.png \) -not -path $dir-wallpapers/sway/\* | shuf -n 1 )
|
||||
set $o-bg-path $$(/usr/share/backgrounds/thurstylark/tl-wallpaper-shuf.bash)
|
||||
set $o-bg-fill "#000000"
|
||||
|
||||
output $o-id bg $o-bg-path fill $o-bg-fill
|
||||
|
@ -1,16 +0,0 @@
|
||||
# Sway Config: Input Config
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
set $touchpad "2:7:SynPS/2_Synaptics_Touchpad"
|
||||
set $trackpoint "2:10:TPPS/2_IBM_TrackPoint"
|
||||
set $trackpoint2 "1267:41:Elan_TrackPoint"
|
||||
|
||||
# Touchpad options
|
||||
input $touchpad {
|
||||
pointer_accel 0.5
|
||||
}
|
||||
|
||||
# Disable Trackpoint
|
||||
input $trackpoint events disabled
|
||||
input $trackpoint2 events disabled
|
@ -1 +0,0 @@
|
||||
../available/output/default-bg.conf
|
@ -1 +0,0 @@
|
||||
../available/general/idle-lock.conf
|
@ -1,15 +0,0 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
set $o-id "Samsung Electric Company U32J59x H4ZM800632"
|
||||
set $o-mode "2560x1440@59Hz"
|
||||
set $o-pos-x "1920"
|
||||
set $o-pos-y "0"
|
||||
|
||||
|
||||
# Do the thing
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
pos $o-pos-x $o-pos-y
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
set $o-id "Goldstar Company Ltd LG FULL HD 503NDWEH8441"
|
||||
set $o-mode "1920x1080@60Hz"
|
||||
set $o-pos-x "4480"
|
||||
set $o-pos-y "0"
|
||||
|
||||
|
||||
# Do the thing
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
pos $o-pos-x $o-pos-y
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
set $o-id "eDP-1"
|
||||
set $o-mode "1920x1080@60Hz"
|
||||
set $o-pos-x "0"
|
||||
set $o-pos-y "0"
|
||||
|
||||
|
||||
# Do the thing
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
pos $o-pos-x $o-pos-y
|
||||
}
|
1
.config/sway/lark-desktop/91-autolaunch-monitor-workspace.conf
Symbolic link
1
.config/sway/lark-desktop/91-autolaunch-monitor-workspace.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/extras/autolaunch-monitor-workspace.conf
|
11
.config/sway/lark-desktop/99-workspaces-assign.conf
Normal file
11
.config/sway/lark-desktop/99-workspaces-assign.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# Sway Config: Workspace assignments
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Make initial workspace assignments
|
||||
workspace $ws-monitor output $o-ws-monitor
|
||||
workspace $ws-media output $o-ws-media
|
||||
workspace 1 output $o-ws-1
|
||||
|
||||
# Focus workspace 1 for user input
|
||||
workspace 1
|
@ -27,3 +27,7 @@ output $o-id {
|
||||
scale $o-scalefactor
|
||||
subpixel $o-subpixel
|
||||
}
|
||||
|
||||
|
||||
# Set this display up as the initial location for the media workspace
|
||||
set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34"
|
||||
|
19
.config/sway/lark-desktop/outputs/home-tvmon.conf
Normal file
19
.config/sway/lark-desktop/outputs/home-tvmon.conf
Normal file
@ -0,0 +1,19 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "HDMI-A-1"
|
||||
|
||||
# Mode
|
||||
set $o-mode "1920x1080@60Hz"
|
||||
|
||||
# Do the thing
|
||||
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
}
|
||||
|
||||
|
||||
# Assign the Monitor workspace to this output
|
||||
set $o-ws-monitor "HDMI-A-1"
|
@ -3,7 +3,7 @@
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "Unknown ASUS VP348 0x0000CA5D"
|
||||
set $o-id "ASUSTek COMPUTER INC ASUS VP348 0x0000CA5D"
|
||||
|
||||
# Mode
|
||||
set $o-mode "3440x1440@75Hz"
|
||||
@ -19,3 +19,7 @@ output $o-id {
|
||||
mode $o-mode
|
||||
position $o-pos-x $o-pos-y
|
||||
}
|
||||
|
||||
|
||||
# Set this output up as the initial output for workspace 1
|
||||
set $o-ws-1 $o-id
|
||||
|
15
.config/sway/larkbook/20-input-tweaks.conf
Normal file
15
.config/sway/larkbook/20-input-tweaks.conf
Normal file
@ -0,0 +1,15 @@
|
||||
# Sway Config: Common Input Configuration
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
# Set common touchpad options
|
||||
input type:touchpad {
|
||||
tap disabled
|
||||
click_method clickfinger
|
||||
}
|
||||
|
||||
|
||||
# Touchscreen and Pen Mapping
|
||||
input type:touch map_to_output $o-id
|
||||
input type:tablet_tool map_to_output $o-id
|
@ -1,4 +1,4 @@
|
||||
order += "dropboxd_status"
|
||||
#order += "dropboxd_status"
|
||||
order += "arch_updates"
|
||||
order += "volume_status"
|
||||
order += "sysdata"
|
25
.config/sway/larkbook/outputs/laptop.conf
Normal file
25
.config/sway/larkbook/outputs/laptop.conf
Normal file
@ -0,0 +1,25 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "eDP-1"
|
||||
|
||||
# Mode
|
||||
set $o-mode "1366x768@60Hz"
|
||||
|
||||
# Position
|
||||
set $o-pos-x "0"
|
||||
set $o-pos-y "0"
|
||||
|
||||
# Scale Factor
|
||||
set $o-scalefactor "1"
|
||||
|
||||
|
||||
# Do the thing
|
||||
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
position $o-pos-x $o-pos-y
|
||||
scale $o-scalefactor
|
||||
}
|
1
.config/sway/larkbook/random-bg.conf
Symbolic link
1
.config/sway/larkbook/random-bg.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/random-bg.conf
|
18
.config/sway/larkbook/rotation.conf
Normal file
18
.config/sway/larkbook/rotation.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# Sway config: Display rotation
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
set $rotate-display eDP-1
|
||||
|
||||
bindsym $mod+Backslash mode "Rotate"
|
||||
|
||||
#input $i-wacom-pen map_to_output $o-internal-id
|
||||
#input $i-wacom-touch map_to_output $o-internal-id
|
||||
|
||||
mode "Rotate" {
|
||||
bindsym Down output $rotate-display transform normal; mode "default"
|
||||
bindsym Left output $rotate-display transform 90 clockwise; mode "default"
|
||||
bindsym Right output $rotate-display transform 90 anticlockwise; mode "default"
|
||||
bindsym Up output $rotate-display transform 180 clockwise; mode "default"
|
||||
}
|
1
.config/sway/thurstybook/10-variables.conf
Symbolic link
1
.config/sway/thurstybook/10-variables.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/general/variables.conf
|
1
.config/sway/thurstybook/11-base.conf
Symbolic link
1
.config/sway/thurstybook/11-base.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/general/base.conf
|
1
.config/sway/thurstybook/12-keybinds-base.conf
Symbolic link
1
.config/sway/thurstybook/12-keybinds-base.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/base.conf
|
1
.config/sway/thurstybook/13-output-sane-default.conf
Symbolic link
1
.config/sway/thurstybook/13-output-sane-default.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/sane-default.conf
|
1
.config/sway/thurstybook/14-output-configure.conf
Symbolic link
1
.config/sway/thurstybook/14-output-configure.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/configure.conf
|
1
.config/sway/thurstybook/15-input.conf
Symbolic link
1
.config/sway/thurstybook/15-input.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/input/input.conf
|
15
.config/sway/thurstybook/20-input-tweaks.conf
Normal file
15
.config/sway/thurstybook/20-input-tweaks.conf
Normal file
@ -0,0 +1,15 @@
|
||||
# Sway Config: Common Input Configuration
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
# Set common touchpad options
|
||||
input type:touchpad {
|
||||
tap disabled
|
||||
click_method clickfinger
|
||||
}
|
||||
|
||||
|
||||
# Touchscreen and Pen Mapping
|
||||
input type:touch map_to_output $o-id
|
||||
input type:tablet_tool map_to_output $o-id
|
1
.config/sway/thurstybook/90-workspaces.conf
Symbolic link
1
.config/sway/thurstybook/90-workspaces.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/workspaces.conf
|
1
.config/sway/thurstybook/backlight-keys.conf
Symbolic link
1
.config/sway/thurstybook/backlight-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/backlight-keys.conf
|
1
.config/sway/thurstybook/backlight-min.conf
Symbolic link
1
.config/sway/thurstybook/backlight-min.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/backlight-min.conf
|
46
.config/sway/thurstybook/bar/py3status.py
Normal file
46
.config/sway/thurstybook/bar/py3status.py
Normal file
@ -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"
|
||||
}
|
1
.config/sway/thurstybook/cursor-hide.conf
Symbolic link
1
.config/sway/thurstybook/cursor-hide.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/input/cursor-hide.conf
|
1
.config/sway/thurstybook/focus.conf
Symbolic link
1
.config/sway/thurstybook/focus.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/focus.conf
|
1
.config/sway/thurstybook/media-workspace.conf
Symbolic link
1
.config/sway/thurstybook/media-workspace.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/extras/media-workspace.conf
|
1
.config/sway/thurstybook/movement.conf
Symbolic link
1
.config/sway/thurstybook/movement.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/movement.conf
|
25
.config/sway/thurstybook/outputs/laptop.conf
Normal file
25
.config/sway/thurstybook/outputs/laptop.conf
Normal file
@ -0,0 +1,25 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "eDP-1"
|
||||
|
||||
# Mode
|
||||
set $o-mode "1366x768@60Hz"
|
||||
|
||||
# Position
|
||||
set $o-pos-x "0"
|
||||
set $o-pos-y "0"
|
||||
|
||||
# Scale Factor
|
||||
set $o-scalefactor "1"
|
||||
|
||||
|
||||
# Do the thing
|
||||
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
position $o-pos-x $o-pos-y
|
||||
scale $o-scalefactor
|
||||
}
|
1
.config/sway/thurstybook/passmenu.conf
Symbolic link
1
.config/sway/thurstybook/passmenu.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/passmenu.conf
|
1
.config/sway/thurstybook/playerctl-media-keys.conf
Symbolic link
1
.config/sway/thurstybook/playerctl-media-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/playerctl-media-keys.conf
|
1
.config/sway/thurstybook/pulse-media-keys.conf
Symbolic link
1
.config/sway/thurstybook/pulse-media-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/pulse-media-keys.conf
|
1
.config/sway/thurstybook/py3status.conf
Symbolic link
1
.config/sway/thurstybook/py3status.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/bar/py3status.conf
|
1
.config/sway/thurstybook/random-bg.conf
Symbolic link
1
.config/sway/thurstybook/random-bg.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/random-bg.conf
|
1
.config/sway/thurstybook/resize.conf
Symbolic link
1
.config/sway/thurstybook/resize.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/mode/resize.conf
|
18
.config/sway/thurstybook/rotation.conf
Normal file
18
.config/sway/thurstybook/rotation.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# Sway config: Display rotation
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
set $rotate-display eDP-1
|
||||
|
||||
bindsym $mod+Backslash mode "Rotate"
|
||||
|
||||
#input $i-wacom-pen map_to_output $o-internal-id
|
||||
#input $i-wacom-touch map_to_output $o-internal-id
|
||||
|
||||
mode "Rotate" {
|
||||
bindsym Down output $rotate-display transform normal; mode "default"
|
||||
bindsym Left output $rotate-display transform 90 clockwise; mode "default"
|
||||
bindsym Right output $rotate-display transform 90 anticlockwise; mode "default"
|
||||
bindsym Up output $rotate-display transform 180 clockwise; mode "default"
|
||||
}
|
1
.config/sway/thurstybook/scratchpad.conf
Symbolic link
1
.config/sway/thurstybook/scratchpad.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/scratchpad.conf
|
1
.config/sway/thurstybook/screen-lock.conf
Symbolic link
1
.config/sway/thurstybook/screen-lock.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/screen-lock.conf
|
1
.config/sway/thurstybook/suspend.conf
Symbolic link
1
.config/sway/thurstybook/suspend.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/suspend.conf
|
1
.config/sway/thurstybook/terminal-workspace.conf
Symbolic link
1
.config/sway/thurstybook/terminal-workspace.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/extras/terminal-workspace.conf
|
1
.config/sway/thurstyretina/10-variables.conf
Symbolic link
1
.config/sway/thurstyretina/10-variables.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/general/variables.conf
|
1
.config/sway/thurstyretina/11-base.conf
Symbolic link
1
.config/sway/thurstyretina/11-base.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/general/base.conf
|
1
.config/sway/thurstyretina/12-keybinds-base.conf
Symbolic link
1
.config/sway/thurstyretina/12-keybinds-base.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/base.conf
|
1
.config/sway/thurstyretina/13-output-sane-default.conf
Symbolic link
1
.config/sway/thurstyretina/13-output-sane-default.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/sane-default.conf
|
1
.config/sway/thurstyretina/14-output-configure.conf
Symbolic link
1
.config/sway/thurstyretina/14-output-configure.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/configure.conf
|
1
.config/sway/thurstyretina/15-input.conf
Symbolic link
1
.config/sway/thurstyretina/15-input.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/input/input.conf
|
15
.config/sway/thurstyretina/20-input-tweaks.conf
Normal file
15
.config/sway/thurstyretina/20-input-tweaks.conf
Normal file
@ -0,0 +1,15 @@
|
||||
# Sway Config: Common Input Configuration
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
# Set common touchpad options
|
||||
input type:touchpad {
|
||||
tap disabled
|
||||
click_method clickfinger
|
||||
}
|
||||
|
||||
|
||||
# Touchscreen and Pen Mapping
|
||||
input type:touch map_to_output $o-id
|
||||
input type:tablet_tool map_to_output $o-id
|
1
.config/sway/thurstyretina/90-workspaces.conf
Symbolic link
1
.config/sway/thurstyretina/90-workspaces.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/workspaces.conf
|
1
.config/sway/thurstyretina/backlight-keys.conf
Symbolic link
1
.config/sway/thurstyretina/backlight-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/backlight-keys.conf
|
1
.config/sway/thurstyretina/backlight-min.conf
Symbolic link
1
.config/sway/thurstyretina/backlight-min.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/backlight-min.conf
|
46
.config/sway/thurstyretina/bar/py3status.py
Normal file
46
.config/sway/thurstyretina/bar/py3status.py
Normal file
@ -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"
|
||||
}
|
1
.config/sway/thurstyretina/cursor-hide.conf
Symbolic link
1
.config/sway/thurstyretina/cursor-hide.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/input/cursor-hide.conf
|
1
.config/sway/thurstyretina/focus.conf
Symbolic link
1
.config/sway/thurstyretina/focus.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/focus.conf
|
1
.config/sway/thurstyretina/media-workspace.conf
Symbolic link
1
.config/sway/thurstyretina/media-workspace.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/extras/media-workspace.conf
|
1
.config/sway/thurstyretina/monitor-workspace.conf
Symbolic link
1
.config/sway/thurstyretina/monitor-workspace.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/extras/monitor-workspace.conf
|
1
.config/sway/thurstyretina/movement.conf
Symbolic link
1
.config/sway/thurstyretina/movement.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/movement.conf
|
25
.config/sway/thurstyretina/outputs/laptop.conf
Normal file
25
.config/sway/thurstyretina/outputs/laptop.conf
Normal file
@ -0,0 +1,25 @@
|
||||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "Apple Computer Inc Color LCD Unknown"
|
||||
|
||||
# Mode
|
||||
set $o-mode "2880x1800@60Hz"
|
||||
|
||||
# Position
|
||||
set $o-pos-x "0"
|
||||
set $o-pos-y "0"
|
||||
|
||||
# Scale Factor
|
||||
set $o-scalefactor "1.5"
|
||||
|
||||
|
||||
# Do the thing
|
||||
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||
output $o-id {
|
||||
mode $o-mode
|
||||
position $o-pos-x $o-pos-y
|
||||
scale $o-scalefactor
|
||||
}
|
1
.config/sway/thurstyretina/passmenu.conf
Symbolic link
1
.config/sway/thurstyretina/passmenu.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/passmenu.conf
|
1
.config/sway/thurstyretina/playerctl-media-keys.conf
Symbolic link
1
.config/sway/thurstyretina/playerctl-media-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/playerctl-media-keys.conf
|
1
.config/sway/thurstyretina/pulse-media-keys.conf
Symbolic link
1
.config/sway/thurstyretina/pulse-media-keys.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/pulse-media-keys.conf
|
1
.config/sway/thurstyretina/py3status.conf
Symbolic link
1
.config/sway/thurstyretina/py3status.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/bar/py3status.conf
|
1
.config/sway/thurstyretina/random-bg.conf
Symbolic link
1
.config/sway/thurstyretina/random-bg.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/output/random-bg.conf
|
1
.config/sway/thurstyretina/resize.conf
Symbolic link
1
.config/sway/thurstyretina/resize.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/mode/resize.conf
|
18
.config/sway/thurstyretina/rotation.conf
Normal file
18
.config/sway/thurstyretina/rotation.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# Sway config: Display rotation
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
|
||||
set $rotate-display eDP-1
|
||||
|
||||
bindsym $mod+Backslash mode "Rotate"
|
||||
|
||||
#input $i-wacom-pen map_to_output $o-internal-id
|
||||
#input $i-wacom-touch map_to_output $o-internal-id
|
||||
|
||||
mode "Rotate" {
|
||||
bindsym Down output $rotate-display transform normal; mode "default"
|
||||
bindsym Left output $rotate-display transform 90 clockwise; mode "default"
|
||||
bindsym Right output $rotate-display transform 90 anticlockwise; mode "default"
|
||||
bindsym Up output $rotate-display transform 180 clockwise; mode "default"
|
||||
}
|
1
.config/sway/thurstyretina/scratchpad.conf
Symbolic link
1
.config/sway/thurstyretina/scratchpad.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/scratchpad.conf
|
1
.config/sway/thurstyretina/screen-lock.conf
Symbolic link
1
.config/sway/thurstyretina/screen-lock.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../available/keybinds/screen-lock.conf
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user