✨ chore(osd): use AstalWp.Endpoint.description instead of name
This commit is contained in:
+4
-2
@@ -2,10 +2,12 @@
|
||||
@use "./wal";
|
||||
@use "./functions" as funs;
|
||||
|
||||
|
||||
.osd {
|
||||
background: funs.toRGB(color.change($color: wal.$background, $alpha: 65%));
|
||||
padding: 14px 16px;
|
||||
border-radius: 20px;
|
||||
padding: 16px;
|
||||
border-radius: 24px;
|
||||
min-width: 180px;
|
||||
|
||||
.icon {
|
||||
margin-right: 10px;
|
||||
|
||||
+20
-20
@@ -1,26 +1,26 @@
|
||||
// SCSS Variables
|
||||
// Generated by 'wal'
|
||||
$wallpaper: "/home/joaov/wallpapers/Frieren Rain.jpg";
|
||||
$wallpaper: "/home/joaov/wallpapers/Gumi Forest Sunlight.jpg";
|
||||
|
||||
// Special
|
||||
$background: #25301c;
|
||||
$foreground: #c8cbc6;
|
||||
$cursor: #c8cbc6;
|
||||
$background: #2a2825;
|
||||
$foreground: #c9c9c8;
|
||||
$cursor: #c9c9c8;
|
||||
|
||||
// Colors
|
||||
$color0: #25301c;
|
||||
$color1: #6c8251;
|
||||
$color2: #7c9357;
|
||||
$color3: #78846e;
|
||||
$color4: #948a88;
|
||||
$color5: #899869;
|
||||
$color6: #98a27b;
|
||||
$color7: #9ba197;
|
||||
$color8: #707c66;
|
||||
$color9: #91AE6D;
|
||||
$color10: #A6C574;
|
||||
$color11: #A0B093;
|
||||
$color12: #C6B9B6;
|
||||
$color13: #B7CB8D;
|
||||
$color14: #CBD9A4;
|
||||
$color15: #c8cbc6;
|
||||
$color0: #2a2825;
|
||||
$color1: #6a6a3b;
|
||||
$color2: #7b7b48;
|
||||
$color3: #908a45;
|
||||
$color4: #7e876d;
|
||||
$color5: #8a9680;
|
||||
$color6: #a5a679;
|
||||
$color7: #a29f98;
|
||||
$color8: #7d7667;
|
||||
$color9: #8E8E4F;
|
||||
$color10: #A5A560;
|
||||
$color11: #C0B85C;
|
||||
$color12: #A9B592;
|
||||
$color13: #B9C8AB;
|
||||
$color14: #DDDEA2;
|
||||
$color15: #c9c9c8;
|
||||
|
||||
Reference in New Issue
Block a user