379 lines
12 KiB
JSON
379 lines
12 KiB
JSON
// --// waybar config generated by wbarconfgen.sh //-- //
|
|
|
|
{
|
|
// sourced from header module //
|
|
|
|
"layer": "top",
|
|
"position": "top",
|
|
"mod": "dock",
|
|
"height": 33,
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"gtk-layer-shell": true,
|
|
"reload_style_on_change": true,
|
|
|
|
|
|
// positions generated based on config.ctl //
|
|
|
|
"modules-left": ["custom/l_end","custom/power","custom/r_end","hyprland/workspaces", "custom/sl_end","hyprland/window","custom/sr_end","custom/l_end","custom/wallchange","custom/cliphist","custom/r_end"],
|
|
"modules-center": ["wlr/taskbar"],
|
|
"modules-right": ["custom/notification","custom/l_end","backlight","pulseaudio","pulseaudio#microphone","mpris","custom/r_end","custom/l_end","memory","cpu","custom/cpuinfo","battery","custom/r_end","custom/l_end","tray","custom/r_end","custom/l_end","idle_inhibitor","clock","custom/r_end"],
|
|
|
|
// sourced from modules based on config.ctl //
|
|
|
|
"tray": {
|
|
"icon-size": 19,
|
|
"rotate": 0,
|
|
"spacing": 5
|
|
},
|
|
|
|
"hyprland/window": {
|
|
"format": "{}",
|
|
"window-rewrite-default":"",
|
|
"rotate": 0,
|
|
"separate-outputs": true,
|
|
"max-length": 1000,
|
|
"rewrite": {
|
|
"${USER}@${set_sysname}:(.*)": "$1 ",
|
|
"(.*) — Kitty": " $1",
|
|
"(.*)~": " $1",
|
|
"(.*) — Mozilla Firefox": " $1",
|
|
"(.*)Mozilla Firefox": " Firefox",
|
|
"(.*) — LibreWolf": " $1",
|
|
"(.*)LibreWolf": " LibreWolf",
|
|
"(.*) — Chromium": " $1",
|
|
"(.*)Chromium": " Chromium",
|
|
"(.*) - VSCodium": " $1",
|
|
"(.*)VSCodium": " VSCodium",
|
|
"(.*)Code - OSS": " $1",
|
|
"(.*)Code": " Code",
|
|
"(.*) - Visual Studio Code": " $1",
|
|
"(.*)Visual Studio Code": " Code",
|
|
"(.*) — Dolphin": "$1 ",
|
|
"(.*) - Obsidian v1.6.7": " $1 ",
|
|
"(.*)Ferdium": " $1",
|
|
"(.*)Freetube": " $1",
|
|
"(.*) - VLC media player": " $1",
|
|
"(.*)Steam": " Steam",
|
|
"(.*)Neovide": " Nvim",
|
|
"(.*)Gajim": " Gajim"
|
|
}
|
|
},
|
|
"hyprland/workspaces": {
|
|
"window-rewrite-default":"",
|
|
"disable-scroll": true,
|
|
"all-outputs": true,
|
|
"active-only": false,
|
|
"on-click": "activate",
|
|
"disable-scroll": false,
|
|
"on-scroll-up": "hyprctl dispatch workspace -1",
|
|
"on-scroll-down": "hyprctl dispatch workspace +1",
|
|
"persistent-workspaces": {}
|
|
// "format":"{icon}",
|
|
// "format-icons": {
|
|
// "1": "",
|
|
// "2": "",
|
|
// "3": "",
|
|
// "4": "",
|
|
// "5": "",
|
|
// "6": ""
|
|
// }
|
|
// }
|
|
},
|
|
|
|
"bluetooth": {
|
|
"format": "",
|
|
"format-disabled": "",
|
|
"format-connected": " {num_connections}",
|
|
"format-connected-battery": "{icon} {num_connections}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
|
"tooltip-format": "{controller_alias}\n{num_connections} connected",
|
|
"tooltip-format-connected": "{controller_alias}\n{num_connections} connected\n\n{device_enumerate}",
|
|
"tooltip-format-enumerate-connected": "{device_alias}",
|
|
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{icon} {device_battery_percentage}%"
|
|
},
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": " {usage}%",
|
|
"format-alt": "{icon0}{icon1}{icon2}{icon3}",
|
|
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
|
|
},
|
|
|
|
"custom/cpuinfo": {
|
|
"exec": " cpuinfo.sh",
|
|
"return-type": "json",
|
|
"format": "{}",
|
|
"rotate": 0,
|
|
"interval": 5, // once every 5 seconds
|
|
"tooltip": true,
|
|
"max-length": 1000
|
|
},
|
|
|
|
"memory": {
|
|
"states": {
|
|
"c": 90, // critical
|
|
"h": 60, // high
|
|
"m": 30 // medium
|
|
},
|
|
"interval": 30,
|
|
"rotate": 0,
|
|
"format": " {used:0.1f}GB",
|
|
"format-m": " {used:0.1f}GB",
|
|
"format-h": " {used:0.1f}GB",
|
|
"format-c": " {used:0.1f}GB",
|
|
"format-alt": " {percentage}%",
|
|
"max-length": 10,
|
|
"tooltip": true,
|
|
"tooltip-format": " {percentage}%\n {used:0.1f}GB/{total:0.1f}GB"
|
|
},
|
|
|
|
"custom/power": {
|
|
"format": "{}",
|
|
"rotate": 0,
|
|
"exec": "echo ; echo logout",
|
|
"on-click": "logoutlaunch.sh 2",
|
|
"on-click-right": "logoutlaunch.sh 1",
|
|
"interval" : 86400, // once every day
|
|
"tooltip": true
|
|
},
|
|
|
|
"wlr/taskbar": {
|
|
"format": "{icon}",
|
|
"rotate": 0,
|
|
"icon-size": 19,
|
|
"icon-theme": "Tela-circle-dracula",
|
|
"spacing": 0,
|
|
"tooltip-format": "{title}",
|
|
"on-click": "activate",
|
|
"on-click-middle": "close",
|
|
"ignore-list": [
|
|
"Alacritty"
|
|
],
|
|
"app_ids-mapping": {
|
|
"firefoxdeveloperedition": "firefox-developer-edition"
|
|
}
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"rotate": 0,
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
}
|
|
},
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"rotate": 0,
|
|
"format-alt": "{:%R %d·%m·%y}",
|
|
"tooltip-format": "<span>{calendar}</span>",
|
|
"calendar": {
|
|
"mode": "month",
|
|
"mode-mon-col": 3,
|
|
"on-scroll": 1,
|
|
"on-click-right": "mode",
|
|
"format": {
|
|
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
"today": "<span color='#ff6699'><b>{}</b></span>"
|
|
}
|
|
},
|
|
"actions": {
|
|
"on-click-right": "mode",
|
|
"on-click-forward": "tz_up",
|
|
"on-click-backward": "tz_down",
|
|
"on-scroll-up": "shift_up",
|
|
"on-scroll-down": "shift_down"
|
|
}
|
|
},
|
|
|
|
"custom/cliphist": {
|
|
"format": "{}",
|
|
"rotate": 0,
|
|
"exec": "echo ; echo clipboard history",
|
|
"on-click": "sleep 0.1 && cliphist.sh c",
|
|
"on-click-right": "sleep 0.1 && cliphist.sh d",
|
|
"on-click-middle": "sleep 0.1 && cliphist.sh w",
|
|
"interval" : 86400, // once every day
|
|
"tooltip": true
|
|
},
|
|
|
|
"custom/wallchange": {
|
|
"format": "{}",
|
|
"rotate": 0,
|
|
"exec": "echo ; echo switch wallpaper",
|
|
"on-click": "swwwallpaper.sh -n",
|
|
"on-click-right": "swwwallpaper.sh -p",
|
|
"on-click-middle": "sleep 0.1 && swwwallselect.sh",
|
|
"interval" : 86400, // once every day
|
|
"tooltip": true
|
|
},
|
|
|
|
"custom/theme": {
|
|
"format": "{}",
|
|
"rotate": 0,
|
|
"exec": "echo ; echo switch theme",
|
|
"on-click": "themeswitch.sh -n",
|
|
"on-click-right": "themeswitch.sh -p",
|
|
"on-click-middle": "sleep 0.1 && themeselect.sh",
|
|
"interval" : 86400, // once every day
|
|
"tooltip": true
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}",
|
|
"rotate": 0,
|
|
"format-muted": "婢",
|
|
"on-click": "pavucontrol -t 3",
|
|
"on-click-right": "volumecontrol.sh -s ''",
|
|
"on-click-middle": "volumecontrol.sh -o m",
|
|
"on-scroll-up": "volumecontrol.sh -o i",
|
|
"on-scroll-down": "volumecontrol.sh -o d",
|
|
"tooltip-format": "{icon} {desc} // {volume}%",
|
|
"scroll-step": 5,
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""]
|
|
}
|
|
},
|
|
|
|
"pulseaudio#microphone": {
|
|
"format": "{format_source}",
|
|
"rotate": 0,
|
|
"format-source": "",
|
|
"format-source-muted": "",
|
|
"on-click": "pavucontrol -t 4",
|
|
"on-click-middle": "volumecontrol.sh -i m",
|
|
"on-scroll-up": "volumecontrol.sh -i i",
|
|
"on-scroll-down": "volumecontrol.sh -i d",
|
|
"tooltip-format": "{format_source} {source_desc} // {source_volume}%",
|
|
"scroll-step": 5
|
|
},
|
|
|
|
"mpris": {
|
|
"format": "{player_icon} {dynamic}",
|
|
"rotate": 0,
|
|
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
|
"player-icons": {
|
|
"default": "▶",
|
|
"mpv": "🎵"
|
|
},
|
|
"status-icons": {
|
|
"paused": ""
|
|
},
|
|
"max-length": 1000,
|
|
"interval": 1
|
|
},
|
|
"custom/weather": {
|
|
"exec": "curl 'https://wttr.in/?format=1'",
|
|
"format": "{}",
|
|
//"exec": "~/,config/waybar/waybar.py",
|
|
"tooltip": true,
|
|
"interval": 3600,
|
|
"return-type": "json",
|
|
"on-click": "gnome-weather",
|
|
"max-length": 10
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"good": 95,
|
|
"warning": 30,
|
|
"critical": 20
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"rotate": 0,
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-alt": "{time} {icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
|
|
"custom/notifications": {
|
|
"format": "{icon} {}",
|
|
"rotate": 0,
|
|
"format-icons": {
|
|
"email-notification": "<span foreground='white'><sup></sup></span>",
|
|
"chat-notification": "<span foreground='white'><sup></sup></span>",
|
|
"warning-notification": "<span foreground='yellow'><sup></sup></span>",
|
|
"error-notification": "<span foreground='red'><sup></sup></span>",
|
|
"network-notification": "<span foreground='white'><sup></sup></span>",
|
|
"battery-notification": "<span foreground='white'><sup></sup></span>",
|
|
"update-notification": "<span foreground='white'><sup></sup></span>",
|
|
"music-notification": "<span foreground='white'><sup></sup></span>",
|
|
"volume-notification": "<span foreground='white'><sup></sup></span>",
|
|
"notification": "<span foreground='white'><sup></sup></span>",
|
|
"dnd": "",
|
|
"none": ""
|
|
},
|
|
"return-type": "json",
|
|
"exec-if": "which dunstctl",
|
|
"exec": "notifications.py",
|
|
"on-scroll-down": "sleep 0.1 && dunstctl history-pop",
|
|
"on-click": "dunstctl set-paused toggle",
|
|
"on-click-middle": "dunstctl history-clear",
|
|
"on-click-right": "dunstctl close-all",
|
|
"interval": 1,
|
|
"tooltip": true,
|
|
"escape": true
|
|
},
|
|
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"rotate": 0,
|
|
"format": "{icon} {percent}%",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
|
"on-scroll-up": "brightnessctl set 1%+",
|
|
"on-scroll-down": "brightnessctl set 1%-",
|
|
"min-length": 6
|
|
},
|
|
// modules for padding //
|
|
|
|
"custom/l_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/r_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/sl_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/sr_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/rl_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/rr_end": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/padd": {
|
|
"format": " ",
|
|
"interval" : "once",
|
|
"tooltip": false
|
|
}
|
|
}
|
|
|