mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-01 02:16:09 +02:00
ironbar: Move clipboard to start
This commit is contained in:
parent
a9362bfd7d
commit
4630ba436c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user