dotfiles/home/r0r5chach/.config/eww/widgets/battery/battery.scss

12 lines
276 B
SCSS

.battery {
color: $text_color;
background: $battery_background;
/* Shaping and positioning */
border-radius: 10em; /* Pill-Shaped */
padding-left: 0.25em;
padding-right: 0.25em;
margin-right: 0.25em;
margin-top: 1em;
box-shadow: 1px 0px 1px 1px $drop_shadow_color;
}