Closed Hendrikto closed 1 year ago
I don't know how familiar you are with Waybar. A full configuration consists of two files: config
and style.css
.
config
specifies modules and their layout.style.css
defines how those modules are styled.I only included the style.css
file in this PR, because config
is not strictly related to theming. The style.css
file does not directly depend on config
or vice versa. They just go well together.
However, we might at least want to link to an example config
, such that the example screenshot can easily be reproduced.
Hi @Hendrikto , about your questions:
@Hendrikto for the banner image you can use this one:
Should I use
const previewURL = `https://github.com/${info.author.username}/assets/blob/master/images/${info.slug}/aura-waybar-preview.png?raw=true`
?
Should I use
const previewURL = `https://github.com/${info.author.username}/assets/blob/master/images/${info.slug}/aura-waybar-preview.png?raw=true`
?
This one, please:
https://user-images.githubusercontent.com/1149845/223881256-6726819c-5ce5-4c84-a84b-0a4f70993b96.png
Everything should be done now :+1:
Well done @Hendrikto , thanks 💜
Description
This PR adds a port for Waybar.
Questions
config
file be included? Should we link to it?Assets
Checklist