This commit is contained in:
natemaia 2022-01-14 10:54:20 -08:00
commit 3c90ac6ae7
4 changed files with 9 additions and 25 deletions

View File

@ -97,7 +97,6 @@
"leave-closes": true, "leave-closes": true,
"css-name": "controls-window", "css-name": "controls-window",
"net-interface": "wlo1", "net-interface": "wlo1",
"Exit": "Exittt",
"system-shutdown-symbolic": "system-shutdown", "system-shutdown-symbolic": "system-shutdown",
"output-switcher": true, "output-switcher": true,
"window-width": 320, "window-width": 320,
@ -119,7 +118,7 @@
"interval": 1, "interval": 1,
"on-right-click": "", "on-right-click": "",
"tooltip-text": "", "tooltip-text": "",
"on-left-click": "/home/piotr/PycharmProjects/swayinfo/calendar.py", "on-left-click": "",
"on-middle-click": "", "on-middle-click": "",
"on-scroll-up": "", "on-scroll-up": "",
"on-scroll-down": "", "on-scroll-down": "",
@ -174,8 +173,7 @@
"executor-cpubar", "executor-cpubar",
"executor-temp", "executor-temp",
"executor-memory", "executor-memory",
"executor-drives", "executor-drives"
"executor-uptime"
], ],
"sway-taskbar": { "sway-taskbar": {
"workspace-buttons": false, "workspace-buttons": false,
@ -216,7 +214,7 @@
"script": "gopsuinfo -i a", "script": "gopsuinfo -i a",
"interval": 2, "interval": 2,
"tooltip-text": "CPU average load", "tooltip-text": "CPU average load",
"on-left-click": "alacritty -e htop", "on-left-click": "foot -e htop",
"on-middle-click": "", "on-middle-click": "",
"on-right-click": "", "on-right-click": "",
"on-scroll-up": "", "on-scroll-up": "",
@ -264,19 +262,6 @@
"icon-size": 16, "icon-size": 16,
"icon-placement": "left" "icon-placement": "left"
}, },
"executor-uptime": {
"script": "gopsuinfo -i u",
"interval": 60,
"tooltip-text": "",
"on-left-click": "",
"on-middle-click": "",
"on-right-click": "",
"on-scroll-up": "",
"on-scroll-down": "",
"css-name": "",
"icon-size": 16,
"icon-placement": "left"
},
"playerctl": {}, "playerctl": {},
"sway-workspaces": {} "sway-workspaces": {}
} }

View File

@ -5,7 +5,7 @@
"launcher-file-search-columns": 2, "launcher-file-search-columns": 2,
"launcher-search-files": true, "launcher-search-files": true,
"launcher-categories": true, "launcher-categories": true,
"launcher-resident": false, "launcher-resident": true,
"launcher-overlay": false, "launcher-overlay": false,
"launcher-css": "preset-0.css", "launcher-css": "preset-0.css",
"launcher-on": true, "launcher-on": true,

View File

@ -3,7 +3,7 @@
# Read `man 5 sway` for reference. # Read `man 5 sway` for reference.
# border & title # border & title
for_window [class="^.*"] border pixel 1, title_format "<b> %class >> %title </b>" for_window [title="^.*"] border pixel 1, title_format "<b> %class >> %title </b>"
default_border pixel 1 default_border pixel 1
# gaps # gaps
@ -101,11 +101,11 @@ input "type:mouse" {
input "type:keyboard" { input "type:keyboard" {
xkb_layout $lang xkb_layout $lang
repeat_delay 300 repeat_delay 300
repeat_rate 70 repeat_rate 40
} }
# numlock on/off # numlock on/off
# input * xkb_numlock disabled # input * xkb_numlock enabled
############# Bindings ################## ############# Bindings ##################
@ -323,11 +323,10 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5
############ application settings ############ ############ application settings ############
# focus, floating, & sticky # focus, floating, & sticky
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config|nwg-panel-config)"] floating enable for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config)"] floating enable
for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable
for_window [class="(?i)(?:lxappearance)"] floating enable for_window [class="(?i)(?:lxappearance)"] floating enable
for_window [app_id="(?i)(?:firefox|chromium)"] border none for_window [app_id="(?i)(?:firefox|chromium)"] border none
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
popup_during_fullscreen smart popup_during_fullscreen smart

View File

@ -1,4 +1,4 @@
set $lang us set $lang us
set $term foot set $term foot
set $exit nwg-bar -s preset-0.css set $exit nwg-bar -s preset-0.css
set $drawer nwg-drawer set $launcher nwg-drawer