New backup 2025-07-19 10:15:07
This commit is contained in:
parent
311ade6755
commit
2ccb5b5c8b
4 changed files with 10 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
||||||
opacity = 0.5
|
opacity = 0.5
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
dynamic_padding = true
|
dynamic_padding = true
|
||||||
padding = { x = 10, y = 10 }
|
#padding = { x = 10, y = 10 }
|
||||||
resize_increments = true
|
resize_increments = true
|
||||||
decorations = "None"
|
decorations = "None"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
window:
|
|
||||||
opacity: 0.8
|
|
||||||
import:
|
|
||||||
- ~/.config/de-vars/colors/blazer/alacritty.yml
|
|
|
@ -15,8 +15,8 @@ $bar-module-active-fg-color: rgba($color13,0.9);
|
||||||
//$bar-active-bg-color: rgba($color1,0.5);
|
//$bar-active-bg-color: rgba($color1,0.5);
|
||||||
//$bar-active-fg-color: $color1;
|
//$bar-active-fg-color: $color1;
|
||||||
//$bar-module-active-shadow: 1px 1px 4px rgba($color5,0.5),-1px 1px 4px rgba($color5,0.5),1px -1px 4px rgba($color5,0.5),-1px -1px 4px rgba($color5,0.5);
|
//$bar-module-active-shadow: 1px 1px 4px rgba($color5,0.5),-1px 1px 4px rgba($color5,0.5),1px -1px 4px rgba($color5,0.5),-1px -1px 4px rgba($color5,0.5);
|
||||||
$bar-module-active-shadow: 1px 1px 4px rgba($color8,0.5),-1px 1px 4px rgba($color8,0.5),1px -1px 4px rgba($color8,0.5),-1px -1px 4px rgba($color8,0.5);
|
$bar-module-active-shadow: 1px 1px 4px rgba($color8,0.6),-1px 1px 4px rgba($color8,0.6),1px -1px 4px rgba($color8,0.6),-1px -1px 4px rgba($color8,0.6);
|
||||||
$bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.25),-1px 1px 4px rgba($color8,0.25),1px -1px 4px rgba($color8,0.25),-1px -1px 4px rgba($color8,0.25);
|
$bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($color8,0.45),1px -1px 4px rgba($color8,0.45),-1px -1px 4px rgba($color8,0.45);
|
||||||
$bar-hover-bg-color: rgba($color1,0.5);
|
$bar-hover-bg-color: rgba($color1,0.5);
|
||||||
$bar-hover-fg-color: rgba($color13,0.6);
|
$bar-hover-fg-color: rgba($color13,0.6);
|
||||||
$bar-module-border-radius: 8px;
|
$bar-module-border-radius: 8px;
|
||||||
|
@ -180,7 +180,7 @@ label {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
transition: all 0.3s;
|
transition: color 0.3s, text-shadow 0.3s;
|
||||||
}
|
}
|
||||||
.workspaces button:hover,
|
.workspaces button:hover,
|
||||||
.rightgroup button:hover,
|
.rightgroup button:hover,
|
||||||
|
@ -319,7 +319,9 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
background-color: rgba($color0,0.5);
|
background-color: rgba($color0,0.5);
|
||||||
color: $color5;
|
color: $color5;
|
||||||
|
border-radius: $home-widget-border-radius;
|
||||||
}
|
}
|
||||||
|
.art-button-overlay,
|
||||||
.nowplayingart {
|
.nowplayingart {
|
||||||
&.small {
|
&.small {
|
||||||
margin: 20px 0px 20px 20px;
|
margin: 20px 0px 20px 20px;
|
||||||
|
|
|
@ -47,12 +47,12 @@
|
||||||
:transition "crossfade"
|
:transition "crossfade"
|
||||||
:duration "300ms"
|
:duration "300ms"
|
||||||
:reveal {small_art_overlay}
|
:reveal {small_art_overlay}
|
||||||
(label :class "art-button-overlay"
|
(label :class "art-button-overlay small"
|
||||||
:justify "center"
|
:justify "center"
|
||||||
:xalign 0.6
|
:xalign 0.6
|
||||||
:yalign 0.5
|
:yalign 0.5
|
||||||
:height 100
|
:height 80
|
||||||
:width 100
|
:width 80
|
||||||
:text ""))))))
|
:text ""))))))
|
||||||
(box
|
(box
|
||||||
:class "mediadetails ${large_album_art ? 'fullwidth' : ''}"
|
:class "mediadetails ${large_album_art ? 'fullwidth' : ''}"
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
:transition "crossfade"
|
:transition "crossfade"
|
||||||
:duration "300ms"
|
:duration "300ms"
|
||||||
:reveal {large_art_overlay}
|
:reveal {large_art_overlay}
|
||||||
(label :class "art-button-overlay"
|
(label :class "art-button-overlay big"
|
||||||
:height 100
|
:height 100
|
||||||
:width 100
|
:width 100
|
||||||
:visible {large_art_overlay}
|
:visible {large_art_overlay}
|
||||||
|
|
Loading…
Add table
Reference in a new issue