From ee21f80d3532da259efef91a8de952f88707b3f7 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Feb 2026 16:44:28 -0800 Subject: [PATCH] Add wallpaper and waybar module pill styling - Wallpaper from ~/.config/sway/wallpaper.jpg - Waybar modules styled as rounded pills with gaps - Semi-transparent waybar background Co-Authored-By: Claude Opus 4.6 --- nixos/ringtail/configuration.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index f5df967..a5bbdfb 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -219,7 +219,7 @@ in }; output = { "*" = { - bg = "#24273a solid_color"; + bg = "~/.config/sway/wallpaper.jpg fill"; }; }; startup = [ @@ -259,13 +259,16 @@ in min-height: 0; } window#waybar { - background-color: #1e2030; + background-color: rgba(30, 32, 48, 0.9); color: #cad3f5; + margin: 4px 4px 0 4px; } #workspaces button { padding: 0 8px; + margin: 0 2px; color: #6e738d; background: transparent; + border-radius: 4px; } #workspaces button.focused { color: #8aadf4; @@ -279,8 +282,11 @@ in color: #a5adcb; } #clock, #network, #pulseaudio, #tray { - padding: 0 10px; + padding: 0 12px; + margin: 4px 2px; color: #cad3f5; + background: #363a4f; + border-radius: 4px; } #clock { color: #8aadf4;