waybar: change some colors
This commit is contained in:
parent
2e36451196
commit
3becbcfcd3
2 changed files with 15 additions and 7 deletions
|
@ -1,4 +1,8 @@
|
|||
// vi: ft=jsonc
|
||||
// normal #ebdbb2
|
||||
// blue #268bd2
|
||||
// red #fb4934
|
||||
// green #b8bb26
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 25,
|
||||
|
@ -93,7 +97,7 @@
|
|||
"critical": 15
|
||||
},
|
||||
"format": "<span foreground='#ebdbb2'>{icon}</span> {capacity}%",
|
||||
"format-charging": "<span foreground='#fb4934'></span> {capacity}%",
|
||||
"format-charging": "<span foreground='#268bd2'></span> {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"network#wl0": {
|
||||
|
@ -140,7 +144,7 @@
|
|||
"format-bluetooth": "<span foreground='#ebdbb2'>{icon} </span>{volume}% {format_source}",
|
||||
"format-bluetooth-muted": "<span foreground='#fb4934'> {icon} </span>{format_source}",
|
||||
"format-muted": "<span foreground='#fb4934'> </span>{format_source}",
|
||||
"format-source": "<span foreground='#ebdbb2'> </span>{volume}%",
|
||||
"format-source": "<span foreground='#b8bb26'> </span>{volume}%",
|
||||
"format-source-muted": "<span foreground='#fb4934'> </span>",
|
||||
"format-icons": {
|
||||
"headphone": "🎧",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue