replace with fontawesome icons
This commit is contained in:
parent
be3a03ccb3
commit
e028363c6a
1 changed files with 10 additions and 10 deletions
|
@ -22,7 +22,7 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
//"network",
|
"network",
|
||||||
//"cpu",
|
//"cpu",
|
||||||
//"memory",
|
//"memory",
|
||||||
//"temperature",
|
//"temperature",
|
||||||
|
@ -203,9 +203,9 @@
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "Disconnected ⚠",
|
"format-disconnected": "Disconnected ⚠",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||||
"on-click-right": "wezterm start nmtui"
|
"on-click-right": "wezterm start nmtui"
|
||||||
|
@ -220,8 +220,8 @@
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"portable": "",
|
"portable": "",
|
||||||
"car": "",
|
"car": "",
|
||||||
|
@ -295,13 +295,13 @@
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{} {icon}",
|
"format": "{} {icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"notification": "<span foreground='red'><sup></sup></span>",
|
"notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"none": "",
|
"none": "",
|
||||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"dnd-none": "",
|
"dnd-none": "",
|
||||||
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"inhibited-none": "",
|
"inhibited-none": "",
|
||||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
"dnd-inhibited-none": ""
|
"dnd-inhibited-none": ""
|
||||||
},
|
},
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|
Loading…
Reference in a new issue