Fix Pywal style import path

Changed @import path from relative '../colors.css' to absolute path
'/home/nicholai/.config/waybar/colors.css' to fix symlink resolution
issue when style.css symlinks to style/[Pywal] Minimal.css
This commit is contained in:
Nicholai 2025-11-23 23:00:08 -07:00
parent 0cf29b9f65
commit daa228b9e2

View File

@ -1,7 +1,7 @@
/* ---- 💫 Pywal Minimal Style 💫 ---- */ /* ---- 💫 Pywal Minimal Style 💫 ---- */
/* Integrates Pywal colors with minimal aesthetic */ /* Integrates Pywal colors with minimal aesthetic */
@import '../colors.css'; @import '/home/nicholai/.config/waybar/colors.css';
* { * {
border: none; border: none;