2022-03-06 21:42:47 -06:00
|
|
|
{
|
|
|
|
// "layer": "top", // Waybar at top layer
|
|
|
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
2022-04-05 19:23:22 -05:00
|
|
|
//"height": 16, // Waybar height (to be removed for auto height)
|
2022-03-06 21:42:47 -06:00
|
|
|
// "width": 1280, // Waybar width
|
|
|
|
"spacing": 0, // Gaps between modules (4px)
|
|
|
|
// Choose the order of the modules
|
|
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
|
|
"modules-center": ["sway/window"],
|
2022-04-19 19:28:18 -05:00
|
|
|
"modules-right": ["custom/media", "battery", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"],
|
2022-03-06 21:42:47 -06:00
|
|
|
// Modules configuration
|
|
|
|
"sway/workspaces": {
|
|
|
|
"disable-scroll": true,
|
|
|
|
"all-outputs": false,
|
|
|
|
"format": "{name}: {icon}",
|
|
|
|
"format-icons": {
|
|
|
|
"urgent": "",
|
|
|
|
"focused": "",
|
|
|
|
"default": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"keyboard-state": {
|
|
|
|
"numlock": true,
|
|
|
|
"capslock": true,
|
|
|
|
"format": "{name} {icon}",
|
|
|
|
"format-icons": {
|
|
|
|
"locked": "",
|
|
|
|
"unlocked": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sway/mode": {
|
|
|
|
"format": "<span style=\"italic\">{}</span>"
|
|
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
|
|
"format": "{icon}",
|
|
|
|
"format-icons": {
|
|
|
|
"activated": "",
|
|
|
|
"deactivated": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
// "icon-size": 21,
|
|
|
|
"spacing": 10
|
|
|
|
},
|
|
|
|
"clock": {
|
|
|
|
// "timezone": "America/New_York",
|
|
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
|
|
"format-alt": "{:%Y-%m-%d}"
|
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"format": "{usage}% ",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"format": "{}% "
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
// "thermal-zone": 2,
|
|
|
|
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
|
|
|
"critical-threshold": 80,
|
|
|
|
// "format-critical": "{temperatureC}°C {icon}",
|
|
|
|
"format": "{temperatureC}°C {icon}",
|
|
|
|
"format-icons": ["", "", ""]
|
|
|
|
},
|
|
|
|
"backlight": {
|
|
|
|
"device": "intel_backlight",
|
|
|
|
"format": "{percent}% {icon}",
|
|
|
|
"format-icons": ["", ""],
|
2022-03-09 21:01:45 -06:00
|
|
|
"on-scroll-up": "/home/kaan/.config/sway/backlight.py +1",
|
|
|
|
"on-scroll-down": "/home/kaan/.config/sway/backlight.py -1",
|
|
|
|
"on-click": "/home/kaan/.config/sway/backlight.py --off"
|
2022-03-06 21:42:47 -06:00
|
|
|
},
|
|
|
|
"pulseaudio": {
|
|
|
|
// "scroll-step": 1, // %, can be a float
|
|
|
|
"format": "{volume}% {icon} {format_source}",
|
|
|
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
|
|
"format-bluetooth-muted": " {icon} {format_source}",
|
|
|
|
"format-muted": " {format_source}",
|
|
|
|
"format-source": "{volume}% ",
|
|
|
|
"format-source-muted": "",
|
|
|
|
"format-icons": {
|
|
|
|
"headphone": "",
|
|
|
|
"hands-free": "",
|
|
|
|
"headset": "",
|
|
|
|
"phone": "",
|
|
|
|
"portable": "",
|
|
|
|
"car": "",
|
|
|
|
"default": ["", "", ""]
|
|
|
|
},
|
|
|
|
"on-click": "pavucontrol-qt"
|
|
|
|
},
|
|
|
|
"custom/media": {
|
|
|
|
"format": "{icon} {}",
|
|
|
|
"return-type": "json",
|
|
|
|
"max-length": 40,
|
|
|
|
"format-icons": {
|
|
|
|
"spotify": "",
|
|
|
|
"default": "🎜"
|
|
|
|
},
|
|
|
|
"escape": true,
|
|
|
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
|
|
|
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"interval": 60,
|
|
|
|
"states": {
|
|
|
|
"warning": 30,
|
|
|
|
"critical": 15
|
|
|
|
},
|
|
|
|
"full-at": 80,
|
2022-05-19 20:30:51 -05:00
|
|
|
"format": "{capacity}% - {time} {icon}",
|
2022-03-06 21:42:47 -06:00
|
|
|
"format-icons": ["", "", "", "", ""],
|
|
|
|
"max-length": 25
|
|
|
|
}
|
|
|
|
}
|