From ca31a642347766f13e13366e7f0fdde5ebf03cd8 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 19 Jun 2025 10:51:05 -0300 Subject: [PATCH] :wrench: chore(bar/apps): add `applications-other-symbolic` from morewaita in icon resources --- ags/icons/applications-other-symbolic.svg | 17 ++++++++++ ags/style/_bar.scss | 5 ++- ags/style/_wal.scss | 40 +++++++++++------------ 3 files changed, 39 insertions(+), 23 deletions(-) create mode 100644 ags/icons/applications-other-symbolic.svg diff --git a/ags/icons/applications-other-symbolic.svg b/ags/icons/applications-other-symbolic.svg new file mode 100644 index 0000000..e9d3962 --- /dev/null +++ b/ags/icons/applications-other-symbolic.svg @@ -0,0 +1,17 @@ + + + + + diff --git a/ags/style/_bar.scss b/ags/style/_bar.scss index ddf5654..2c74743 100644 --- a/ags/style/_bar.scss +++ b/ags/style/_bar.scss @@ -237,8 +237,7 @@ .apps { & > box { - min-width: 24px; - + min-width: 22px; & > icon { transition: 120ms linear; font-size: 14px; @@ -249,7 +248,7 @@ } &:hover icon { - -gtk-icon-transform: scale(1.14); + -gtk-icon-transform: scale(1.144); } } } diff --git a/ags/style/_wal.scss b/ags/style/_wal.scss index 7294f94..d20c79b 100644 --- a/ags/style/_wal.scss +++ b/ags/style/_wal.scss @@ -1,26 +1,26 @@ // SCSS Variables // Generated by 'wal' -$wallpaper: "/home/joaov/wallpapers/Kita Street.jpeg"; +$wallpaper: "/home/joaov/wallpapers/Frieren Blue.jpeg"; // Special -$background: #131a1b; -$foreground: #c4c5c6; -$cursor: #c4c5c6; +$background: #22303d; +$foreground: #c7cbce; +$cursor: #c7cbce; // Colors -$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; +$color0: #22303d; +$color1: #9f847e; +$color2: #aa9381; +$color3: #7b8c92; +$color4: #78999c; +$color5: #76a3a9; +$color6: #78a4aa; +$color7: #9ca1a5; +$color8: #6b7883; +$color9: #D5B1A9; +$color10: #E3C5AD; +$color11: #A5BBC3; +$color12: #A1CDD0; +$color13: #9EDAE2; +$color14: #A1DBE3; +$color15: #c7cbce;