99 lines
2.4 KiB
Plaintext
99 lines
2.4 KiB
Plaintext
{
|
|
"position": "top",
|
|
"reload_style_on_change": true,
|
|
"layer": "top",
|
|
|
|
"height": 36,
|
|
"margin-top": 5,
|
|
"margin-left": 5,
|
|
"margin-right": 5,
|
|
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
],
|
|
|
|
"modules-center": [
|
|
"hyprland/window"
|
|
],
|
|
|
|
"modules-right": [
|
|
"custom/notification",
|
|
"network",
|
|
"bluetooth",
|
|
"pulseaudio",
|
|
"tray",
|
|
"clock",
|
|
"clock#time",
|
|
"custom/power"
|
|
],
|
|
|
|
|
|
"hyprland/window": {
|
|
"format": "{}",
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": "<span color='#458588'></span> {essid} ",
|
|
"format-ethernet": "<span color='#458588'></span> {ifname}",
|
|
"format-linked": "<span color='#458588'></span> {ifname} (No IP)",
|
|
"format": "<span color='#458588'></span> Connected",
|
|
"format-disconnected": "<span color='#458588'></span> Disconnected",
|
|
"interval": 60,
|
|
},
|
|
|
|
"clock": {
|
|
"format": "<span color='#d3869b'></span> {:%A %e %B}"
|
|
},
|
|
"clock#time": {
|
|
"format": "<span color='#d65d0e'></span> {:%H:%M}"
|
|
},
|
|
|
|
"bluetooth":{
|
|
"format-on": "<span color='#fe8019'></span> Turned On",
|
|
"format-off": "<span color='#fe8019'></span> Turned Off",
|
|
"format-disabled": "<span color='#fe8019'></span> Disabled",
|
|
"format-connected": "<span color='#fe8019'></span> Connected",
|
|
"format": "<span color='#e57474'></span> Disabled",
|
|
"on-click":"blueman-manager &"
|
|
},
|
|
|
|
"custom/power":{
|
|
"format":"",
|
|
},
|
|
|
|
"custom/notification":{
|
|
"format": "",
|
|
"on-click": "swaync-client -t -sw"
|
|
},
|
|
|
|
"tray": {
|
|
"icon-size": 18,
|
|
"spacing": 10
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "<span foreground='#fabd2f'>{icon}</span> {volume}%",
|
|
"tooltip": false,
|
|
"format-muted": " Muted",
|
|
"on-click": "pamixer -t",
|
|
"on-scroll-up": "pamixer -i 1",
|
|
"on-scroll-down": "pamixer -d 1",
|
|
"scroll-step": 5,
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""],
|
|
},
|
|
},
|
|
}
|