chore: lots of improvements, exec apps with uwsm if in usage

also, started using `AstalWp.Endpoint.description` instead of the `name` property when showing device names, thanks to @NotMephisto in #9
This commit is contained in:
retrozinndev
2025-06-15 20:29:16 -03:00
parent 1e0a158b39
commit a669e1acc3
21 changed files with 119 additions and 100 deletions
+20 -20
View File
@@ -1,26 +1,26 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/joaov/wallpapers/Kagamine Rin Yellow Tapes.png";
$wallpaper: "/home/joaov/wallpapers/Kita Street.jpeg";
// Special
$background: #190b14;
$foreground: #c5c2c4;
$cursor: #c5c2c4;
$background: #131a1b;
$foreground: #c4c5c6;
$cursor: #c4c5c6;
// Colors
$color0: #190b14;
$color1: #905027;
$color2: #685345;
$color3: #766b0c;
$color4: #a78117;
$color5: #ad9527;
$color6: #425c6e;
$color7: #998e95;
$color8: #6e5a67;
$color9: #C06B35;
$color10: #8B6F5D;
$color11: #9E8F11;
$color12: #DFAC1F;
$color13: #E7C735;
$color14: #597B93;
$color15: #c5c2c4;
$color0: #131a1b;
$color1: #765236;
$color2: #7e6c46;
$color3: #a07f4c;
$color4: #556c6d;
$color5: #75817c;
$color6: #918d7e;
$color7: #90989b;
$color8: #5d7171;
$color9: #9E6E48;
$color10: #A9905E;
$color11: #D6AA66;
$color12: #729092;
$color13: #9CACA6;
$color14: #C2BDA9;
$color15: #c4c5c6;