nixos-configs/modules/ags/config/scss/binto-widgets/bar.scss
matt1432 800eee46f2
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags binto): move bar to 3rd monitor to fix systray
2024-07-18 20:46:58 -04:00

36 lines
588 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;
}
}
menuitem:first-child image {
padding-left: 4px;
}
}
.current-window {
padding-right: 7px;
background-color: $bgfull;
}
}