forked from extern/nix-config
ironbar: Move clipboard to start
This commit is contained in:
parent
a9362bfd7d
commit
4630ba436c
@ -5,6 +5,17 @@
|
||||
"position": "bottom",
|
||||
"anchor_to_edges": true,
|
||||
|
||||
"start": [
|
||||
{
|
||||
"type": "clipboard",
|
||||
"max_items": 3,
|
||||
"truncate": {
|
||||
"length": 50,
|
||||
"mode": "end"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
"center": [
|
||||
{
|
||||
"show_icons": true,
|
||||
@ -20,15 +31,6 @@
|
||||
],
|
||||
|
||||
"end": [
|
||||
{
|
||||
"type": "clipboard",
|
||||
"max_items": 3,
|
||||
"truncate": {
|
||||
"length": 50,
|
||||
"mode": "end"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"type": "clock",
|
||||
"format": "%x(%a)%R"
|
||||
|
Loading…
Reference in New Issue
Block a user