180 lines
4.6 KiB
CSS
180 lines
4.6 KiB
CSS
* {
|
|
all: unset; }
|
|
|
|
.powermenu {
|
|
background-color: rgba(40, 42, 54, 0.8);
|
|
color: #a5b6cf;
|
|
padding: 10px;
|
|
font-family: MesloLGS NF;
|
|
/*font-family: Iosevka Nerd Font;*/
|
|
font-size: 70px;
|
|
border-radius: 30px;
|
|
border: 2px solid rgba(189, 147, 249, 0.8); }
|
|
.powermenu label {
|
|
min-width: 140px;
|
|
min-height: 130px; }
|
|
.powermenu button {
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
border-radius: 12px;
|
|
min-width: 80px;
|
|
transition: all ease .2s; }
|
|
.powermenu button:hover {
|
|
background-color: rgba(56, 44, 74, 0.8); }
|
|
.powermenu button:active {
|
|
background-color: rgba(56, 44, 74, 0.8); }
|
|
.powermenu button .content {
|
|
border-radius: 4px;
|
|
padding: 0px 15px 0px 15px; }
|
|
.powermenu .shutdown {
|
|
color: #dd6777; }
|
|
.powermenu .reboot {
|
|
color: #c296eb; }
|
|
.powermenu .logout {
|
|
color: #ecd3a0; }
|
|
|
|
.powermenu-clickhandler {
|
|
background-color: black; }
|
|
|
|
.osk-toggle,
|
|
.tablet-toggle,
|
|
.heart-toggle {
|
|
font-size: 28px;
|
|
min-height: 40px;
|
|
min-width: 53px; }
|
|
|
|
.notif-panel {
|
|
font-size: 20px;
|
|
border-radius: 80px;
|
|
min-height: 37px;
|
|
min-width: 105px;
|
|
padding: 1px 0px 1px 5px; }
|
|
.notif-panel .toggle-on {
|
|
border-top-left-radius: 22px;
|
|
border-top-right-radius: 22px;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
border-bottom: 0px solid rgba(40, 42, 54, 0.8); }
|
|
|
|
.quick-settings-toggle {
|
|
font-size: 24px;
|
|
min-height: 40px;
|
|
min-width: 40px;
|
|
padding-right: 4px;
|
|
margin-left: -3px; }
|
|
|
|
.toggle-off {
|
|
background-color: rgba(40, 42, 54, 0.8);
|
|
color: #CBA6F7;
|
|
border-radius: 80px;
|
|
border: 2px solid rgba(56, 44, 74, 0.8);
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
|
|
.toggle-on {
|
|
background-color: rgba(40, 42, 54, 0.8);
|
|
color: #CBA6F7;
|
|
border-radius: 80px;
|
|
border: 2px solid rgba(189, 147, 249, 0.8);
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
|
|
.toggle-on:hover, .toggle-off:hover {
|
|
background-color: rgba(127, 132, 156, 0.4);
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
|
|
.clock {
|
|
font-size: 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
min-width: 230px; }
|
|
|
|
.audio {
|
|
padding: 0 10px 0 10px;
|
|
font-size: 20px; }
|
|
|
|
.battery {
|
|
padding: 0 10px 0 10px;
|
|
font-size: 20px; }
|
|
.battery .battery-indicator.charging {
|
|
color: green; }
|
|
.battery .battery-indicator.low {
|
|
color: red; }
|
|
.battery .label {
|
|
font-size: 20px; }
|
|
|
|
.brightness trough {
|
|
margin-right: -50px; }
|
|
.brightness trough progress {
|
|
margin-right: 50px;
|
|
margin-top: -30px;
|
|
border-radius: 80px;
|
|
min-height: 36px;
|
|
background: rgba(94, 73, 124, 0.8); }
|
|
|
|
tooltip {
|
|
background: rgba(0, 0, 0, 0.6);
|
|
border-radius: 5px; }
|
|
|
|
.workspaces {
|
|
background-color: rgba(40, 42, 54, 0.8);
|
|
border-radius: 80px;
|
|
border: 2px solid #1b1b1b;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
padding-left: 12px;
|
|
padding-right: 12px; }
|
|
.workspaces .button {
|
|
margin: 2px;
|
|
min-width: 20px;
|
|
border-radius: 100%; }
|
|
.workspaces .button * {
|
|
color: transparent; }
|
|
.workspaces .empty {
|
|
border: none;
|
|
transition: border-color 0.25s linear; }
|
|
.workspaces .occupied {
|
|
border: 2px solid rgba(40, 42, 54, 0.8);
|
|
background: rgba(189, 147, 249, 0.8);
|
|
transition: border-color 0.25s linear; }
|
|
.workspaces .active {
|
|
border: 2px solid #50fa7b;
|
|
transition: border-color 0.25s linear; }
|
|
|
|
.sys-tray {
|
|
padding: 5px;
|
|
background-color: rgba(40, 42, 54, 0.8);
|
|
color: #CBA6F7;
|
|
border-radius: 80px;
|
|
border: 2px solid rgba(56, 44, 74, 0.8);
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
.sys-tray .tray-item {
|
|
all: unset;
|
|
padding: 0px 2px 0px 2px;
|
|
font-size: 25px;
|
|
border-radius: 100%;
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
.sys-tray .tray-item:hover {
|
|
background: rgba(127, 132, 156, 0.4);
|
|
border-radius: 100%;
|
|
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
|
.sys-tray menu {
|
|
background: #282a36;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
border: 2px solid #1b1b1b;
|
|
border-radius: 10px; }
|
|
.sys-tray menu check {
|
|
color: white;
|
|
margin-left: 2px;
|
|
margin-right: 5px;
|
|
min-height: 20px;
|
|
min-width: 20px;
|
|
-gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); }
|
|
.sys-tray menu check:checked {
|
|
-gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
|
|
.sys-tray menuitem:not(.tray-item) {
|
|
padding: 5px;
|
|
transition: all 0.2s ease-in-out; }
|
|
.sys-tray menuitem:not(.tray-item):hover {
|
|
background: #1b1b1b; }
|