2024-10-15 21:31:40 +00:00

117 lines
2.7 KiB
Plaintext
Executable File

[
{
"custom/artist": {
"exec": "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'",
"format": "{}",
"interval": 1
},
"custom/song": {
"exec": "cmus-remote -Q | grep 'tag title' | sed 's/tag title //'",
"format": "{}",
"interval": 1
},
"height": 25,
"layer": "top",
"margin-bottom": 0,
"margin-top": 0,
"mode": "overlay",
"modules-center": [
"custom/song",
"custom/artist"
],
"modules-left": [],
"modules-right": [],
"name": "bottomBar",
"position": "bottom",
"width": 1000
},
{
"clock": {
"calendar": {
"format": {
"days": "<span color='#d3869b'><b>{}</b></span>",
"months": "<span color='#ebdbb2'><b>{}</b></span>",
"today": "<span color='#b8bb26'><b><u>{}</u></b></span>",
"weekdays": "<span color='#fe8019'><b>{}</b></span>",
"weeks": "<span color='#83a598'><b>W{}</b></span>"
},
"mode": "year",
"mode-mon-col": 3,
"on-scroll": 1,
"weeks-pos": "right"
},
"format": "{:%a, %d %b %Y %I:%M:%S}  ",
"format-alt": "{:%A, %B %d, %Y %I:%M:%S}  ",
"interval": 1,
"tooltip-format": "<tt><small>{calendar}</small></tt>"
},
"cpu": {
"format": " {usage:2}%",
"interval": 5,
"tooltip": false
},
"exclusive": "true",
"height": 25,
"layer": "top",
"margin-bottom": 0,
"margin-top": 0,
"memory": {
"format": " {}%",
"interval": 5
},
"mode": "overlay",
"modules-center": [
"clock"
],
"modules-left": [
"cpu"
],
"modules-right": [
"memory"
],
"name": "topBar",
"position": "top",
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-icons": {
"car": "",
"default": [
"",
"",
""
],
"hands-free": "",
"headphone": "",
"headset": "",
"phone": "",
"portable": ""
},
"format-muted": " {format_source}",
"format-source": " {volume}%",
"format-source-muted": "",
"on-click": "pavucontrol"
},
"width": 1000
},
{
"custom/empty": {
"format": " ",
"interval": 1
},
"height": 1080,
"layer": "bottom",
"margin-bottom": 0,
"margin-top": 0,
"mode": "overlay",
"modules-center": [
"custom/empty"
],
"modules-left": [],
"modules-right": [],
"name": "whiteCornersTop",
"position": "top",
"width": 1920
}
]