Init
This commit is contained in:
commit
367711b7a1
6 changed files with 664 additions and 0 deletions
104
waybar/config
Executable file
104
waybar/config
Executable file
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"ipc": true,
|
||||
"id": "0",
|
||||
"spacing": 5,
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/battery-group",
|
||||
"wireplumber",
|
||||
"backlight",
|
||||
"tray",
|
||||
"group/net"
|
||||
],
|
||||
"group/net": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"network",
|
||||
"bluetooth"
|
||||
]
|
||||
},
|
||||
"group/battery-group": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"battery"
|
||||
]
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-click": "activate",
|
||||
"icon-size": 50,
|
||||
"sort-by-number": true
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "+{}"
|
||||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"format": "{:%Y-%m-%d / %a / %H:%M:%S}",
|
||||
"tooltip": false
|
||||
},
|
||||
"wireplumber": {
|
||||
"max-volume": 100,
|
||||
"format": "({volume}{icon}",
|
||||
"format-muted": "x{icon}",
|
||||
"format-icons": [
|
||||
"}"
|
||||
],
|
||||
"tooltip-format": "vol: {volume}%"
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"full": 100,
|
||||
"high": 95,
|
||||
"mid": 60,
|
||||
"warning": 37.5,
|
||||
"critical": 23
|
||||
},
|
||||
"format": "-[{capacity}]-",
|
||||
"format-charging": "+[{capacity}]+"
|
||||
},
|
||||
"backlight": {
|
||||
"format": "{icon}",
|
||||
"format-icons": [
|
||||
"◎",
|
||||
"◔",
|
||||
"◑",
|
||||
"◕",
|
||||
"◉"
|
||||
],
|
||||
"tooltip-format": "bkl: {percent}%"
|
||||
},
|
||||
"network": {
|
||||
"format": "{icon}",
|
||||
"format-ethernet": "⯳",
|
||||
"format-wifi": "{icon}",
|
||||
"format-disconnected": "❖",
|
||||
"format-icons": [
|
||||
"🞚",
|
||||
"🞜",
|
||||
"🞛",
|
||||
"⯁"
|
||||
],
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": "{ifname}",
|
||||
"tooltip-format-disconnected": "Disconnected"
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "-",
|
||||
"format-disabled": "x",
|
||||
"format-connected": "+",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 12,
|
||||
"spacing": 8
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue