dotfiles/home/ags/files/style.css

129 lines
1.8 KiB
CSS
Raw Normal View History

2024-07-06 13:21:49 +02:00
window.bar {
2024-07-06 14:52:01 +02:00
background-color: rgba(0, 0, 0, 0.2);
font-family: "Noto Sans", "FontAwesome";
2024-07-06 13:21:49 +02:00
}
.systray-item {
2024-07-06 14:52:01 +02:00
margin-left: 0.4em;
margin-right: 0.4em;
2024-07-06 13:21:49 +02:00
}
.systray {
2024-07-06 14:52:01 +02:00
margin-left: 0.6em;
2024-07-06 13:21:49 +02:00
}
.window-box {
2024-07-06 14:52:01 +02:00
margin-bottom: 0.3em;
margin-top: 0.2em;
2024-07-06 13:21:49 +02:00
}
.clients box {
2024-07-06 14:52:01 +02:00
margin-right: 0.3em;
2024-07-06 13:21:49 +02:00
}
.battery-item {
2024-07-06 14:52:01 +02:00
padding-left: 0.6em;
padding-right: 0.6em;
margin-right: 0.6em;
border-radius: 0.3em;
2024-07-06 13:21:49 +02:00
}
.item, .clients box {
2024-07-06 14:52:01 +02:00
background: #1f2430;
padding-left: 0.7em;
padding-right: 0.7em;
border-radius: 0.3em;
2024-07-06 13:21:49 +02:00
}
.app-icon {
2024-07-06 14:52:01 +02:00
margin-right: 0.6em;
2024-07-06 13:21:49 +02:00
}
button {
2024-07-06 14:52:01 +02:00
background: #1f2430;
border:none;
padding: 0.2em;
border-radius: 0.3em;
2024-07-06 13:21:49 +02:00
}
.focused, .clients box.focused {
2024-07-06 14:52:01 +02:00
background: #023269;
2024-07-06 13:21:49 +02:00
}
button:hover {
2024-07-06 14:52:01 +02:00
background: #023269;
2024-07-06 13:21:49 +02:00
}
.workspaces button {
2024-07-06 14:52:01 +02:00
padding-left: 0.4em;
padding-right: 0.4em;
margin-left: 0.2em;
margin-right: 0.2em;
2024-07-06 13:21:49 +02:00
}
.notification {
2024-07-06 14:52:01 +02:00
color: yellow;
2024-07-06 13:21:49 +02:00
}
.blue {
2024-07-06 14:52:01 +02:00
background: #023269;
2024-07-06 13:21:49 +02:00
}
/* Notifications */
window.notification-popups box.notifications {
2024-07-06 14:52:01 +02:00
padding: .5em;
2024-07-06 13:21:49 +02:00
}
.icon {
2024-07-06 14:52:01 +02:00
min-width: 68px;
min-height: 68px;
margin-right: 1em;
2024-07-06 13:21:49 +02:00
}
.icon image {
2024-07-06 14:52:01 +02:00
font-size: 58px;
/* to center the icon */
margin: 5px;
color: @theme_fg_color;
2024-07-06 13:21:49 +02:00
}
.icon box {
2024-07-06 14:52:01 +02:00
min-width: 68px;
min-height: 68px;
border-radius: 7px;
2024-07-06 13:21:49 +02:00
}
.notification {
2024-07-06 14:52:01 +02:00
min-width: 350px;
border-radius: 11px;
padding: 1em;
margin: .5em;
background-color: #1f2430;
2024-07-06 13:21:49 +02:00
}
.notification.critical {
2024-07-06 14:52:01 +02:00
border: 1px solid lightcoral;
2024-07-06 13:21:49 +02:00
}
.title {
2024-07-06 14:52:01 +02:00
color: @theme_fg_color;
font-size: 1.4em;
2024-07-06 13:21:49 +02:00
}
.body {
2024-07-06 14:52:01 +02:00
color: @theme_unfocused_fg_color;
2024-07-06 13:21:49 +02:00
}
.actions .action-button {
2024-07-06 14:52:01 +02:00
margin: 0 .4em;
margin-top: .8em;
2024-07-06 13:21:49 +02:00
}
.actions .action-button:first-child {
2024-07-06 14:52:01 +02:00
margin-left: 0;
2024-07-06 13:21:49 +02:00
}
.actions .action-button:last-child {
2024-07-06 14:52:01 +02:00
margin-right: 0;
2024-07-06 13:21:49 +02:00
}