solorice/config/HybridBar/config.json
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +03:00

32 lines
768 B
JSON

{
"hybrid": {
"namespace": "hybrid-bar",
"r": 22,
"g": 22,
"b": 30,
"a": 0.5
},
"left-spacing_end": {
"spacing_end": 5
},
"left-label_ws": {
"text": "",
"command": "hyprctl -j workspaces | jq '.[] .id' | sort -n | tr '\n' ' '"
},
"centered-label_window": {
"text": "",
"command": "hyprctl activewindow -j | jq --raw-output .title"
},
"right-label_volume": {
"text": "",
"command": "wpctl get-volume @DEFAULT_SINK@ | awk '{print $2}' | sed -e 's/^0.//' -e 's/^1./1/' -e 's/$/%/'"
},
"right-label_time": {
"text": "",
"command": "date +%H:%M:%S"
},
"right-spacing_end": {
"spacing_end": 5
}
}