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

Add support for 2 bar, but have it disabled

parent 774c9340
No related branches found
No related tags found
No related merge requests found
[
{
"ipc": true,
"id": "bar-0",
......@@ -22,7 +23,7 @@
"all-outputs": false,
"numeric-first": true,
//"format": "{name}: {icon}",
"format": "{index}",
"format": "{index}"
//"format-icons": {
//"1": "",
//"2": "",
......@@ -128,7 +129,7 @@
},
"sway/language": {
"format": "{flag}",
"tooltip-format": "{flag} {long}",
"tooltip-format": "{flag} {long}"
},
"clock": {
"interval": 1,
......@@ -203,3 +204,50 @@
"tooltip-format-disconnected": "MPD (disconnected)"
}
}
//,
//{
//"ipc": true,
//"id": "bar-1",
//// "layer": "top", // Waybar at top layer
//"position": "bottom", // Waybar position (top|bottom|left|right)
//// "height": 10, // Waybar height (to be removed for auto height)
//"width": 280, // Waybar width
//// Choose the order of the modules
//"modules-left": [
//"sway/hide" // Hiding support via sway IPC
//],
//"modules-center": ["clock"],
//"clock": {
//"interval": 1,
//"format": "⏰ {:%H:%M:%S 🗓️ %Y-%m-%d 📆 %W - Day: %a}",
//"tooltip-format": "{:%Y-%m-%d | %H:%M:%S}",
//"format-alt": "{:%Y-%m-%d}"
//},
//"battery": {
//"states": {
//// "good": 95,
//"warning": 20,
//"critical": 10
//},
//"format": "<span color='#e88939'>{icon}</span> {capacity}% ({time})",
//"format-charging": "<span color='#e88939'> </span> {capacity}%",
//"format-plugged": "<span color='#e88939'>{icon} </span> {capacity}% ({time})",
//// "format-good": "", // An empty format will hide the module
//// "format-full": "",
//"format-icons": ["", "", "", "", ""]
//},
//"battery#bat2": {
//"bat": "BAT2"
//},
//"idle_inhibitor": {
//"format": "<span color='#589df6'>{icon}</span>",
//"format-icons": {
//"activated": "",
//"deactivated": ""
//},
//"on-click-right": "swaylock -eFfki ~/.config/lockscreen-origin.png"
//}
//}
]
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