end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
4.54k stars 319 forks source link

[Issue]Transparency not work #905

Closed hjkbnm911 closed 3 weeks ago

hjkbnm911 commented 3 weeks ago

The issue

photo_2024-10-28_17-00-44

Logs ```plain sass -I ~/.local/state/ags/scss -I ~/.config/ags/scss/fallback ~/.config/ags/scss/main.scss ~/.cache/ags/user/generated/style.css Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -22%) color.adjust($color, $alpha: -0.22) More info: https://sass-lang.com/d/color-functions ╷ 6 │ $background: transparentize($background, $rootTransparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 6:16 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 7 │ $surface: transparentize($surface, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 7:13 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 8 │ $surfaceDim: transparentize($surfaceDim, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 8:16 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 9 │ $surfaceBright: transparentize($surfaceBright, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 9:19 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 10 │ $surfaceContainerLowest: transparentize($surfaceContainerLowest, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 10:28 @import .config/ags/scss/main.scss 9:9 root stylesheet Warning: 26 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. ```
AnimeWaifuGirl commented 3 weeks ago

are you install the needed pip / pip3 modules if not then do that before you open a issue!

hjkbnm911 commented 3 weeks ago

are you install the needed pip / pip3 modules if not then do that before you open a issue!

which modules exactly? I didn't find any mention of installing pip modules

MirilRetry commented 3 weeks ago

Edit this line in your config, first value is for focused and other for when not focused