nixos-configs/modules/ags/config/scss/binto-widgets/bar.scss
matt1432 a0014161ce
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(ags): move wim and binto configs together under modules
2024-01-17 19:18:41 -05:00

23 lines
308 B
SCSS

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