Files
dotfiles/waybar/config_bottom.jsonc

132 lines
3.4 KiB
JSON

// -*- mode: jsonc -*-
{
"output": [
"eDP-1",
"HDMI-A-1"
],
"height": 30,
"margin-left": 5,
"margin-right": 5,
"margin-bottom": 5,
"position": "bottom",
"layer": "top",
"spacing": 0,
"reload_style_on_change": true,
"modules-left": [
"tray",
"custom/pomodoro"
],
"modules-center": [
"wlr/taskbar",
"custom/launcher"
],
"modules-right": [
"cpu",
"memory",
"temperature"
],
"custom/separator_invisible": {
"format": " ",
"interval": "once",
"tooltip": false
},
"custom/launcher": {
"format": "󱗼",
"interval": "once",
"on-click": "$HOME/.config/rofi/launchers/type-1/launcher.sh",
"tooltip-format": "Open launcher"
},
"tray": {
"icon-size": 18,
"spacing": 10,
"icons": {
"blueman": "bluetooth",
"TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
}
},
"wlr/taskbar": {
"all-outputs": false,
"format": "{icon}",
"icon-size": 25,
"icon-theme": "Retro Art - Red Kolya",
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
"ignore-list": [
"Alacritty"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
},
"rewrite": {
"Firefox Web Browser": "Firefox",
"Foot Server": "Terminal",
".*(steam_app_[0-9]+).*": "Game"
}
},
"cpu": {
"format": "{icon}",
"tooltip": false,
"interval": 3,
"format-icons": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
],
"states": {
"s1": 0,
"s2": 10,
"s3": 30,
"s4": 50,
"s5": 70
}
},
"memory": {
"format": "{icon}",
"interval": 3,
"format-icons": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
],
"states": {
"s1": 20,
"s2": 30,
"s3": 50,
"s4": 60,
"s4": 70
}
},
"temperature": {
"format": "{icon}",
"interval": 10,
"format-icons": [
"󰄰", "󰄰", "󰄰", "󰄰", "󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
],
"warning-threshold": 60,
"critical-threshold": 80
},
"mpd": {
"password": "kapuchinamusica",
"artist-len": 30,
"title-len": 31,
"unknown-tag": "n/a",
"format": "{stateIcon} {titleSmart}",
"interval": 1,
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)",
"format-stopped": "",
"on-click": "mpc toggle --password kapuchinamusica"
},
"custom/pomodoro": {
"format": "{}",
"return-type": "json",
"exec": "~/.local/bin/waybar-module-pomodoro --persist -w 20 -s 5 -l 20 -i 3 -p '' -a '' --autob",
"on-click": "~/.local/bin/waybar-module-pomodoro toggle",
"on-click-right": "~/.local/bin/waybar-module-pomodoro reset"
}
}