ironbar: Move clipboard to start

This commit is contained in:
Donovan Glover 2023-07-04 13:31:19 -04:00
parent a9362bfd7d
commit 4630ba436c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,6 +5,17 @@
"position": "bottom", "position": "bottom",
"anchor_to_edges": true, "anchor_to_edges": true,
"start": [
{
"type": "clipboard",
"max_items": 3,
"truncate": {
"length": 50,
"mode": "end"
}
}
],
"center": [ "center": [
{ {
"show_icons": true, "show_icons": true,
@ -20,15 +31,6 @@
], ],
"end": [ "end": [
{
"type": "clipboard",
"max_items": 3,
"truncate": {
"length": 50,
"mode": "end"
}
},
{ {
"type": "clock", "type": "clock",
"format": "%x%a%R" "format": "%x%a%R"