making things work decent in sway

This commit is contained in:
Chris Cochrun 2021-06-25 13:24:51 -05:00
parent 71151f755f
commit 81a8ca2b4e
11 changed files with 84 additions and 16 deletions

View file

@ -1,14 +1,14 @@
{
// "layer": "top", // Waybar at top layer
"position": "bottom", // Waybar position (top|bottom|left|right)
"height": 20, // Waybar height (to be removed for auto height)
"height": 25, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "battery", "battery#bat2", "tray"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "battery#bat2", "tray"],
"margin-top": 5,
"margin-bottom": 5,
"margin-bottom": 10,
// Modules configuration
"sway/workspaces": {
"disable-scroll": true,