nixos-configs/devices/binto/config/ags/scss/widgets/bar.scss

24 lines
308 B
SCSS
Raw Normal View History

.bar {
.clock, .notif-panel {
padding: 4.5px 7px;
2023-11-27 15:50:20 -05:00
background-color: $bgfull;
}
.sys-tray {
menubar {
background-color: $bgfull;
padding: 2.5px;
}
menuitem {
image { color: #CBA6F7; }
padding: 0 2px;
2023-11-27 15:50:20 -05:00
* {
font-size: 25px;
}
2023-11-27 15:50:20 -05:00
}
}
}