stow
This commit is contained in:
117
.config/waybar/#config#
Executable file
117
.config/waybar/#config#
Executable file
@@ -0,0 +1,117 @@
|
||||
[
|
||||
{
|
||||
"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": 1080,
|
||||
"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": 1440,
|
||||
"layer": "bottom",
|
||||
"margin-bottom": 0,
|
||||
"margin-top": 0,
|
||||
"mode": "overlay",
|
||||
"modules-center": [
|
||||
"custom/empty"
|
||||
],
|
||||
"modules-left": [],
|
||||
"modules-right": [],
|
||||
"name": "whiteCornersTop",
|
||||
"position": "top",
|
||||
"width": 2560
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user