ags: sync

This commit is contained in:
end-4 2024-01-30 22:32:46 +07:00
parent 94107f1e50
commit e5ff96ac8f
2 changed files with 10 additions and 22 deletions

View file

@ -5,23 +5,11 @@ general {
col.inactive_border = rgba({{ $secondaryContainer }}CC)
}
plugin {
droidbars { # This is my hyprbars mod that broke :(
# example config
bar_height = 30
background_color = rgba({{ $background }}FF)
# background_color_active = rgba({{ $surfaceVariant }}FF) # Not added yet
text_color = rgba({{ $onSecondaryContainer }}FF)
font_family = Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
button_font_fmily = JetBrainsMono NF
misc {
background_color = rgba({{ $surface }}FF)
}
# example buttons (R -> L)
# droidbars-button = [0]isLeft(0/1), [1]color, [2]color2, [3]width, [4]height, [5]icon, [6]buttonType, [7]on-click
droidbars-button = 0, rgba({{ $onSecondaryContainer }}FF), rgba({{ $primary }}FF), 42, 16, 󰖭, normal, hyprctl dispatch killactive
droidbars-button = 0, rgba({{ $onSecondaryContainer }}FF), rgba({{ $primary }}FF), 42, 16, , normal, hyprctl dispatch fullscreen 1
droidbars-button = 1, rgba({{ $onSecondaryContainer }}FF), rgba({{ $primary }}FF), 16, 16,‎󰐃, pin, hyprctl dispatch pin
droidbars-button = 1, rgba({{ $onSecondaryContainer }}FF), rgba({{ $primary }}FF), 16, 16,󰗘, float, hyprctl dispatch togglefloating
}
plugin {
hyprbars {
# Honestly idk if it works like css, but well, why not
bar_text_font = Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif

View file

@ -41,7 +41,7 @@ $onSecondaryContainer: mix($color7, $color2, 90%);
.osd-music-cover-fallback {
@include menu_decel;
@include element_decel;
@include small-rounding;
// margin: 1.023rem;
min-width: 7.5rem;
@ -73,21 +73,21 @@ $onSecondaryContainer: mix($color7, $color2, 90%);
}
.osd-music-title {
@include menu_decel;
@include element_decel;
@include titlefont;
font-size: 1.364rem;
color: $onSecondaryContainer;
}
.osd-music-artists {
@include menu_decel;
@include element_decel;
@include mainfont;
font-size: 0.955rem;
color: mix($onSecondaryContainer, $secondaryContainer, 80%);
}
.osd-music-pill {
@include menu_decel;
@include element_decel;
@include full-rounding;
@include titlefont;
min-width: 1.833rem;
@ -97,7 +97,7 @@ $onSecondaryContainer: mix($color7, $color2, 90%);
}
.osd-music-controls {
@include menu_decel;
@include element_decel;
@include full-rounding;
@include titlefont;
min-width: 1.833rem;
@ -123,7 +123,7 @@ $onSecondaryContainer: mix($color7, $color2, 90%);
}
.osd-music-controlbtn-txt {
@include menu_decel;
@include element_decel;
transition: 100ms cubic-bezier(0.05, 0.7, 0.1, 1);
@include icon-material;
font-size: 1.364rem;