mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: change formatting of modules
This commit is contained in:
parent
0f37ae89df
commit
65774cb3d3
2 changed files with 10 additions and 10 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// vim: ft=jsonc
|
||||
{
|
||||
"position": "top",
|
||||
"layer": "top",
|
||||
|
|
@ -6,7 +7,6 @@
|
|||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
|
||||
"include": [
|
||||
"~/.config/waybar/modules/hypr.json",
|
||||
"~/.config/waybar/modules/info.json"
|
||||
|
|
|
|||
|
|
@ -3,9 +3,10 @@
|
|||
"icon-size": 16,
|
||||
"spacing": 10
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": " {:%a, %d %b %H:%M}",
|
||||
"tooltip": "true",
|
||||
"format": " {:%a, %d %b %I:%M %P}",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"on-click": "morgen"
|
||||
},
|
||||
|
|
@ -25,7 +26,7 @@
|
|||
},
|
||||
|
||||
"memory": {
|
||||
"format": " {used}%",
|
||||
"format": " {used}",
|
||||
"interval": 5
|
||||
},
|
||||
|
||||
|
|
@ -41,7 +42,6 @@
|
|||
"format-disconnected": "",
|
||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||
"tooltip-format": "{essid}",
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue