mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
32 lines
768 B
JSON
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
|
|
}
|
|
}
|