272 lines
6.8 KiB
Text
272 lines
6.8 KiB
Text
[{
|
|
"height": 40,
|
|
"spacing": 5,
|
|
|
|
"modules-left": [
|
|
"group/Utilities",
|
|
"group/workspaces",
|
|
"mpris"
|
|
],
|
|
"modules-center": [
|
|
"group/windows"
|
|
],
|
|
"modules-right": [
|
|
"group/cpuram",
|
|
"group/system"
|
|
],
|
|
|
|
|
|
"custom/openbracket": {
|
|
"format": "[",
|
|
"tooltip": false
|
|
},
|
|
"custom/closebracket": {
|
|
"format": "]",
|
|
"tooltip": false
|
|
},
|
|
"custom/split": {
|
|
"format": "|",
|
|
"tooltip": false
|
|
},
|
|
|
|
"group/Utilities":{
|
|
"orientation": "horizontal",
|
|
"modules":[
|
|
"custom/openbracket",
|
|
"custom/arch",
|
|
"idle_inhibitor",
|
|
"custom/split",
|
|
"custom/powerprofile",
|
|
"custom/themeswitcher",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"custom/arch": {
|
|
"format": "",
|
|
"tooltip": false,
|
|
"on-click": "wofi --show drun"
|
|
},
|
|
"custom/powerprofile": {
|
|
"exec": "~/.config/waybar/scripts/powerprofile.sh display",
|
|
"on-click": "~/.config/waybar/scripts/powerprofile.sh toggle",
|
|
"interval": 5,
|
|
"tooltip": true,
|
|
"exec-tooltip": "~/.config/waybar/scripts/powerprofile.sh tooltip",
|
|
"tooltip-format": "Power Profile: {} \nClick to cycle: Efficient → Normal → Overclocked"
|
|
},
|
|
"custom/themeswitcher":{
|
|
"format": "",
|
|
"tooltip": true,
|
|
"tooltip-format": "Click to change theme",
|
|
"on-click": "~/.config/waybar/scripts/theme-switcher.sh next",
|
|
"on-click-right": "~/.config/scripts/theme-switcher.sh random"
|
|
},
|
|
|
|
"group/workspaces":{
|
|
"orientation": "horizontal",
|
|
"modules":[
|
|
"custom/openbracket",
|
|
"hyprland/workspaces",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"hyprland/workspaces": {
|
|
"all-outputs": true,
|
|
"warp-on-scroll": false,
|
|
"enable-bar-scroll": true,
|
|
"disable-scroll-wraparound": true,
|
|
"active-only": false,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "1",
|
|
"2": "2",
|
|
"3": "3",
|
|
"4": "4",
|
|
"5": "5",
|
|
"6": "6",
|
|
"default": "•"
|
|
}
|
|
},
|
|
|
|
"mpris": {
|
|
"format": "[ {status_icon} | {dynamic} ]",
|
|
"interval": 1,
|
|
"dynamic-len": 40,
|
|
"status-icons": {
|
|
"playing": "▶",
|
|
"paused": "⏸",
|
|
"stopped": ""
|
|
},
|
|
"dynamic-order": ["artist"]
|
|
},
|
|
|
|
|
|
"group/windows": {
|
|
"orientation":"horizontal",
|
|
"modules":[
|
|
"custom/openbracket",
|
|
"hyprland/window",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"hyprland/window": {
|
|
"format": "{title}",
|
|
"max-length": 40,
|
|
"min-length": 20,
|
|
"all-outputs": true
|
|
},
|
|
|
|
|
|
|
|
"group/cpuram": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"custom/openbracket",
|
|
"cpu",
|
|
"custom/split",
|
|
"memory",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"cpu": {
|
|
"format": "CPU:{usage}%",
|
|
"tooltip": false,
|
|
"interval": 2,
|
|
"on-click": "kitty -e btop",
|
|
},
|
|
"memory":{
|
|
"format": "RAM:{}%",
|
|
"tooltip": false,
|
|
"interval": 2,
|
|
"on-click": "kitty -e btop",
|
|
},
|
|
|
|
"group/brightvol": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"custom/openbracket",
|
|
"backlight",
|
|
"custom/split",
|
|
"wireplumber",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"wireplumber": {
|
|
"scroll-step": 5,
|
|
"format": "{icon}{volume}%",
|
|
"format-bluetooth": "{icon}{volume}% ",
|
|
"format-bluetooth-muted": " {icon}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": [" :", " :", " :"]
|
|
},
|
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
|
"on-click-right": "pavucontrol"
|
|
},
|
|
"backlight": {
|
|
"format": "{icon}:{percent}%",
|
|
"format-icons": ["", "", "🌙"],
|
|
"on-click": "~/.config/waybar/scripts/brightness_slider.sh"
|
|
},
|
|
|
|
"group/system": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"custom/openbracket",
|
|
"clock",
|
|
"custom/split",
|
|
"network",
|
|
"custom/bluetooth",
|
|
"custom/clipboard",
|
|
"battery",
|
|
"custom/swaync",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"clock": {
|
|
"format": "{:%I:%M}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"onclick" : "kalender"
|
|
},
|
|
"custom/clipboard": {
|
|
"format": "",
|
|
"tooltip": false,
|
|
"on-click": "~/.config/waybar/scripts/clipboard_menu.sh"
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-full": "{icon} {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-icons": ["", "", "", "", ""],
|
|
"on-click": "wlogout"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
}
|
|
},
|
|
"custom/swaync": {
|
|
"format": "",
|
|
"exec": "swaync-client -swb",
|
|
"on-click": "swaync-client --toggle-panel",
|
|
"interval": 0
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"network": {
|
|
"interface": "wlan0",
|
|
"format-wifi": "{icon}",
|
|
"format-ethernet": " LAN",
|
|
"format-disconnected": "",
|
|
"tooltip-format": "{ipaddr}\n{ssid} ({signalStrength}%)",
|
|
"on-click": "kitty -e nmtui",
|
|
"format-icons": [ "", "", "", "", "" ]
|
|
},
|
|
"custom/bluetooth": {
|
|
"format": "{}",
|
|
"exec": "~/.config/waybar/scripts/bluetooth_status.sh",
|
|
"interval": 5,
|
|
"on-click": "blueman-manager"
|
|
},
|
|
"group/clock": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"custom/openbracket",
|
|
"clock",
|
|
"custom/closebracket"
|
|
]
|
|
},
|
|
"custom/cava": {
|
|
"exec": "~/.config/waybar/scripts/cava_wrapper.sh",
|
|
"format": "♪ {}",
|
|
"restart-interval": 1,
|
|
"max-length": 50,
|
|
"on-click": "pkill cava"
|
|
},
|
|
"tray": {
|
|
"icon-size": 14,
|
|
"spacing": 10
|
|
},
|
|
"custom/notifications": {
|
|
"format": "",
|
|
"tooltip": false,
|
|
"on-click": "~/.config/waybar/scripts/notification_center.sh"
|
|
}
|
|
}]
|