Skip to content

screenshots: add one of the waybar#97

Merged
johanmalm merged 1 commit into
labwc:mainfrom
danielfrrrr:waybar
May 1, 2026
Merged

screenshots: add one of the waybar#97
johanmalm merged 1 commit into
labwc:mainfrom
danielfrrrr:waybar

Conversation

@danielfrrrr
Copy link
Copy Markdown
Contributor

@danielfrrrr danielfrrrr commented May 1, 2026

The theme for labwc is:

Murasaki.zip

(It's a combination of Sage Purplez's colors and Lean's buttons, with the rest of the theme created by me)

...extract that ZIP file to ~/.local/share/themes.

The wallpaper is https://wall.alphacoders.com/big.php?i=811360, modified with:

magick convert ~/Downloads/811360.png -fill "#c08ccb" -opaque "#8e90a9" -fill "#eef1e9" -opaque "#71363c" -fill "#ceb9b1" -opaque "#3d2324" ~/.cache/wallpaper.png

...set the wallpaper with swaybg -i ~/.cache/wallpaper.png &> /dev/null.

Here are the rest of the configurations (I've only included the options that are visible):

~/.zshrc
PROMPT="%B[%n@%M %~]%b %(!.#.$) "
~/.config/alacritty/alacritty.toml
[font]
size = 10

[colors]
draw_bold_text_with_bright_colors = true

[colors.primary]
background = "#222222"
bright_foreground = "#c08ccb"

[cursor]
style = { shape = "Beam" }
~/.config/labwc/rc.xml
<labwc_config>

<desktops number="2" prefix=""/>

<theme name="Murasaki" icon="Adwaita" fallbackAppIcon="image-missing" dropShadows="on">
<font name="monospace"/>
</theme>

</labwc_config>
~/.config/waybar/config.jsonc
{

"layer": "top", "position": "bottom", "height": 30, "spacing": 10,

"modules-left": ["ext/workspaces", "wlr/taskbar"],

"modules-right": ["group/tray", "privacy", "wireplumber", "clock"],

"clock": {"format": "{:L%H:%M %d/%m/%y}", "locale": "pt_BR.UTF-8", "tooltip-format": "{:L%A, %d %B %Y}"},

"custom/tray": {"format": "&lt;", "tooltip": false},

"ext/workspaces": {"on-click": "activate"},

"group/tray": {"orientation": "horizontal", "drawer": {"transition-left-to-right": false}, "modules": ["custom/tray", "tray"]},

"privacy": {"icon-spacing": 6, "icon-size": 14, "modules": [{"type": "screenshare", "tooltip": false}, {"type": "audio-in", "tooltip": false}]},

"tray": {"icon-size": 16, "spacing": 6, "tooltip": false},

"wireplumber": {"format-muted": "0%", "tooltip": false, "on-click-middle": "wpctl set-mute @DEFAULT_SINK@ toggle"},

"wlr/taskbar": {"icon-size": 18, "tooltip": false, "on-click": "activate", "on-click-middle": "close"}

}
~/.config/waybar/style.css
* {border: none; border-radius: 0; box-shadow: none; font-family: monospace; font-size: 14px; min-height: 0; text-shadow: none;}

#waybar {background: #222222; color: #c08ccb;}

#waybar button {background: #222222; color: #c08ccb;}

#waybar button.active {background: #171717; color: #c08ccb;}

#waybar button:hover {background: #171717; color: #c08ccb;}

#waybar menu {background: #222222; color: #c08ccb;}

#waybar menu.active {background: #171717; color: #c08ccb;}

#waybar menu menuitem:hover {background: #171717; color: #c08ccb;}

.modules-left {padding-left: 8px;}

.modules-right {padding-right: 8px;}

And finally, run fastfetch with:

fastfetch --logo-color-1 "#c08ccb" --logo-color-2 "#c08ccb" --logo-color-3 "#c08ccb" --logo-color-4 "#c08ccb" --logo-color-5 "#c08ccb" --logo-color-6 "#c08ccb" --logo-color-7 "#c08ccb" --logo-color-8 "#c08ccb" --logo-color-9 "#c08ccb" --color "#c08ccb"

@johanmalm johanmalm merged commit cc450e7 into labwc:main May 1, 2026
1 check passed
@johanmalm
Copy link
Copy Markdown
Member

Thanks

@danielfrrrr danielfrrrr deleted the waybar branch May 2, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants