New backup 2024-11-30 22:15:03
This commit is contained in:
parent
7583eb6679
commit
957edf7362
1 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
"spacing": 4, // Gaps between modules (4px)
|
||||
|
||||
// module order
|
||||
"modules-left": ["custom/sway-power","custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
|
||||
"modules-left": ["custom/sway-power","custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"], //,"image"],
|
||||
"modules-center": ["custom/feishin"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
|
||||
|
||||
|
@ -19,6 +19,11 @@
|
|||
"sort-by-number": true
|
||||
},
|
||||
|
||||
// "image":{
|
||||
// "path":"/home/penelope/Documents/Work/slack/purple_pikmin3big.png",
|
||||
// "size":20
|
||||
// },
|
||||
|
||||
// Mode indicator
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
|
@ -67,8 +72,7 @@
|
|||
// Clock
|
||||
"clock": {
|
||||
"format": "{0:%b %e, %Y} <b>{0:%H:%M}</b>",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{0:%b %e, %Y} <b>{0:%H:%M}</b>"
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
|
||||
// CPU
|
||||
|
@ -116,9 +120,9 @@
|
|||
// Networking
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ",
|
||||
"format-ethernet": "{ipaddr} 🖧",
|
||||
"tooltip-format": "{ifname} via {gwaddr}",
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "🖧",
|
||||
"tooltip-format": "{essid} | {ipaddr}",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "",
|
||||
"on-click": "nm-connection-editor"
|
||||
|
|
Loading…
Add table
Reference in a new issue