Compare commits
No commits in common. "ca1fc2389db0b3eccf1fc94651e659da1c66fae3" and "23ade34b03e0ad45969928073c2389dadd610c5e" have entirely different histories.
ca1fc2389d
...
23ade34b03
|
@ -13,7 +13,8 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"idle_inhibitor", "keyboard-state",
|
"idle_inhibitor", "keyboard-state",
|
||||||
"pulseaudio", "bluetooth", "network", "cpu", "memory", "temperature", "battery", "clock"
|
"pulseaudio", "bluetooth", "network", "cpu", "memory", "temperature", "battery"
|
||||||
|
//"clock"
|
||||||
],
|
],
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
"format": "{icon}", // {name}
|
"format": "{icon}", // {name}
|
||||||
|
@ -92,6 +93,11 @@
|
||||||
"icon-size": 21,
|
"icon-size": 21,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
|
"clock": {
|
||||||
|
"format": "{: %H:%M %d/%m}",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
"format-alt": "{:%a, %d %b %Y}"
|
||||||
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"align": 0,
|
"align": 0,
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
|
@ -163,10 +169,5 @@
|
||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{: %d/%m %H:%M}",
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
||||||
"format-alt": "{:%a, %d %b %Y}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue