Migrate to panacea as daily driver
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"height": 20, // Waybar height (to be removed for auto height)
|
||||
"height": 25, // Waybar height (to be removed for auto height)
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery"],
|
||||
@@ -24,7 +24,7 @@
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
"mpd": {
|
||||
"format": "<span foreground='#88C0D0'>{stateIcon}</span>{title}",
|
||||
"format": "<span foreground='#88C0D0'>{stateIcon}</span> {title}",
|
||||
"format-disconnected": "",
|
||||
"format-stopped": "{stateIcon} ",
|
||||
"unknown-tag": "N/A",
|
||||
@@ -33,8 +33,8 @@
|
||||
"on": " "
|
||||
},
|
||||
"state-icons": {
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
},
|
||||
"tooltip-format": "MPD (connected)",
|
||||
"tooltip-format-disconnected": "MPD (disconnected)"
|
||||
@@ -57,37 +57,37 @@
|
||||
"battery": {
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
"warning": 60,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span>{capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span>{capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span>{capacity}%",
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
"format-icons": ["", "", ""]
|
||||
"format-full": "<span foreground='#88C0D0'></span> Charged",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT2"
|
||||
"bat": "BAT1"
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "<span foreground='#88C0D0'>{icon}</span>{essid}",
|
||||
"format-wifi": "<span foreground='#88C0D0'>{icon}</span> {essid}",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-disconnected": "<span foreground='#88C0D0'>睊</span> Disconnected",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"format-icons": ["", "", ""]
|
||||
"format-icons": ["直", "直", "直"]
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span>{volume}%",
|
||||
"format-muted": "<span foreground='#88C0D0'></span>",
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {volume}%",
|
||||
"format-muted": "<span foreground='#88C0D0'>婢</span>",
|
||||
"format-icons": {
|
||||
"default": ["", "", ""]
|
||||
"default": ["", "墳", ""]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
"on-click": ""
|
||||
},
|
||||
"custom/media": {
|
||||
"format": "{icon} {}",
|
||||
|
||||
Reference in New Issue
Block a user