Add mostly final ags config
This commit is contained in:
parent
c310042564
commit
bce65f6835
23 changed files with 999 additions and 156 deletions
|
@ -11,11 +11,15 @@ window {
|
|||
.bar {
|
||||
background-color: @bg;
|
||||
border-radius: 8px;
|
||||
margin: 4px 0px 4px 4px;
|
||||
padding: 4px 4px;
|
||||
min-width: 32px;
|
||||
}
|
||||
|
||||
.extended_bar,
|
||||
.launcher {
|
||||
min-width: 360px;
|
||||
}
|
||||
|
||||
.volume-widget {
|
||||
margin: 4px;
|
||||
}
|
||||
|
@ -30,7 +34,7 @@ window {
|
|||
border-radius: 8px;
|
||||
background-color: @bg;
|
||||
font-weight: bold;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
@ -67,8 +71,8 @@ window {
|
|||
background-color: @bg;
|
||||
border-radius: 8px;
|
||||
color: white;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
font-weight: 700;
|
||||
font-size: 0.95em;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
@ -77,7 +81,7 @@ window {
|
|||
background-color: @bg;
|
||||
border-radius: 8px;
|
||||
color: #c0caf5;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
min-height: 20px;
|
||||
|
@ -89,13 +93,11 @@ window {
|
|||
}
|
||||
|
||||
.occupied {
|
||||
border-radius: 8px;
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
.active {
|
||||
color: @bg-noa;
|
||||
border-radius: 8px;
|
||||
min-width: 32px;
|
||||
}
|
||||
|
||||
|
@ -158,7 +160,6 @@ window {
|
|||
|
||||
.launcher-search:focus {
|
||||
border: 2px solid white;
|
||||
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
@ -180,6 +181,117 @@ window {
|
|||
}
|
||||
|
||||
.application_name {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/*
|
||||
* Extended bar
|
||||
*/
|
||||
|
||||
.profile_block {
|
||||
background-color: @bg;
|
||||
background-blend-mode: darken;
|
||||
border-radius: 8px;
|
||||
color: white;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.username {
|
||||
font-weight: 600;
|
||||
font-size: 1.4em;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.hostname {
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.workspace-button-big {
|
||||
color: white;
|
||||
font-family: "sans-serif";
|
||||
font-weight: 400;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.active {
|
||||
color: @bg-noa;
|
||||
}
|
||||
|
||||
.workspace-name {
|
||||
font-weight: 500;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.clock-big {
|
||||
font-size: 1.4em;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.system-stats-big {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.system-stats-title {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.2em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.currently-playing-big {
|
||||
background-color: @bg;
|
||||
border-radius: 8px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.album-art-big {
|
||||
border-radius: 8px;
|
||||
min-width: 72px;
|
||||
min-height: 72px;
|
||||
}
|
||||
|
||||
.currently-playing-title {
|
||||
color: white;
|
||||
font-size: 1.2em;
|
||||
font-weight: 700;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.currently-playing-artists {
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
calendar {
|
||||
background-color: @bg;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
color: rgb(220, 220, 220);
|
||||
font-family: sans-serif;
|
||||
font-weight: 500;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
calendar .header,
|
||||
calendar .highlight {
|
||||
background-color: @normal;
|
||||
color: white;
|
||||
}
|
||||
|
||||
calendar .button {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
calendar:selected {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
color: black;
|
||||
}
|
||||
|
||||
calendar:indeterminate {
|
||||
color: rgb(90, 90, 90);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue