pointfichiers/bar/eww/bar.scss

97 lines
1.4 KiB
SCSS
Raw Normal View History

2024-01-25 14:39:08 +01:00
.bar {
* {
color: $text;
2024-01-25 14:39:08 +01:00
font-family: "JetBrainsMono Nerd Font", "Font Awesome 6 Free";
font-weight: bold;
font-size: 16px;
}
.container {
margin: 0px 14px 0px 10px;
padding: 0px 10px 0px 10px;
border-radius: 10px;
background-color: $background;
2024-01-25 14:39:08 +01:00
& > * + * {
margin-left: 20px;
}
}
.time {
color: $orange;
2024-01-25 14:39:08 +01:00
}
.connectivity {
color: $yellow;
2024-01-25 14:39:08 +01:00
}
.bluetooth {
color: $blue;
2024-01-25 14:39:08 +01:00
}
.volume {
color: $blue;
2024-01-25 14:39:08 +01:00
}
.mic {
color: $purple;
2024-01-25 14:39:08 +01:00
}
2024-01-29 09:08:36 +01:00
.systray {
margin: 0px;
& > menuitem {
menu {
padding: 5px 5px;
border-radius: 10px;
background-color: $background;
2024-01-29 09:08:36 +01:00
menuitem {
margin: 1px 0;
&:hover {
padding-left: 2px;
}
}
separator {
margin: 6px 0;
min-height: 3px;
border-radius: 99px;
background-color: rgba(5, 5, 5, 0.35);
}
}
}
& > menuitem:first-child {
margin-left: 10px;
}
}
2024-01-25 14:39:08 +01:00
& * {
.normal {
color: $normal;
2024-01-25 14:39:08 +01:00
}
2024-01-25 14:39:08 +01:00
.warning {
color: $warning;
2024-01-25 14:39:08 +01:00
}
2024-01-25 14:39:08 +01:00
.critical {
color: $critical;
2024-01-25 14:39:08 +01:00
}
}
.workspaces {
.workspace-entry {
margin: 0px 3px 0px 3px;
padding: 0px 8px 0px 8px;
&.current {
background: $background-active;
2024-01-25 14:39:08 +01:00
border-radius: 10px;
}
}
}
}