dotfiles/dotconfig/eww/eww.scss

10 lines
238 B
SCSS
Raw Normal View History

2024-03-15 15:05:00 +01:00
* {
all: unset;
2024-08-03 13:18:47 +02:00
font-family: '0xproto', FontAwesome, Roboto, Helvetica, Arial, sans-serif;
2024-03-15 15:05:00 +01:00
}
@import "analog_clock/clock.scss";
@import "system_widget/system.scss";
@import "perf_widget/perf.scss";
2024-08-03 13:18:47 +02:00
@import "bar_widget/bar.scss";