Skip to content
Snippets Groups Projects
Commit 774c9340 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Enable toggleable hidden waybar

parent 4162ed03
No related branches found
No related tags found
No related merge requests found
{
"ipc": true,
"id": "bar-0",
// "layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
// "height": 10, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-left": [
"sway/hide", // Hiding support via sway IPC
"sway/workspaces",
"sway/mode"
],
//"modules-center": ["sway/window"],
"modules-center": ["clock"],
"modules-right": ["custom/arch_update", "custom/disk_home", "temperature", "cpu", "memory", "network", "backlight", "pulseaudio", "sway/language", "battery", "idle_inhibitor", "tray"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment