mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 21:19:24 -04:00
add labwc and update stuff
This commit is contained in:
parent
189e89212d
commit
8f02c07390
24 changed files with 1687 additions and 202 deletions
|
@ -8,13 +8,14 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(24, 25, 38, 0.0);
|
||||
/* background: rgba(24, 25, 38, 1.0); */
|
||||
background-color: rgba(10, 10, 10, 1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: rgba(24, 25, 38, 0.95);
|
||||
border-radius: 10px;
|
||||
border-radius: 8px;
|
||||
border-width: 0px;
|
||||
border-style: solid;
|
||||
border-color: rgb(24, 25, 38);
|
||||
|
@ -22,12 +23,23 @@ tooltip {
|
|||
|
||||
.modules-left,
|
||||
window.bottom .modules-center,
|
||||
window:not(.bottom) .modules-right {
|
||||
background-color: #24273a;
|
||||
margin: 2px;
|
||||
.modules-right {
|
||||
border-color: rgba(255, 255, 255, 0.06);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #171717;
|
||||
}
|
||||
|
||||
window:not(.bottom) .modules-left,
|
||||
window.bottom .modules-center {
|
||||
/* margin: 10px; */
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
/* margin: 10px; */
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding: 2px;
|
||||
|
@ -43,7 +55,7 @@ window:not(.bottom) .modules-left,
|
|||
#layout,
|
||||
#custom-notification.notification
|
||||
{
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
border-radius: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
#tray,
|
||||
|
@ -57,34 +69,38 @@ widget>label {
|
|||
|
||||
#visualisation
|
||||
{
|
||||
color: #1e2030;
|
||||
background-color: #f4dbd6;
|
||||
color: #0a0a0a;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
#layout {
|
||||
color: #f4dbd6;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
#layout.focused {
|
||||
margin-right: 2px;
|
||||
color: #1e2030;
|
||||
background-color: #f4dbd6;
|
||||
color: #0a0a0a;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
color: #939ab7;
|
||||
color: #737373;
|
||||
margin-right: 2px;
|
||||
border-radius: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#tags button.occupied {
|
||||
color: #f4dbd6;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #f4dbd6;
|
||||
border-radius: 10px;
|
||||
color: #e5e5e5;
|
||||
border-radius: 8px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
@ -99,35 +115,35 @@ widget>label {
|
|||
|
||||
#workspaces button.empty,
|
||||
#workspaces.sway button.persistent {
|
||||
color: #939ab7;
|
||||
color: #737373;
|
||||
}
|
||||
|
||||
#workspaces button.empty.active {
|
||||
background-color: #939ab7;
|
||||
background-color: #737373;
|
||||
}
|
||||
|
||||
#tags button.urgent,
|
||||
#workspaces button.urgent {
|
||||
color: #0f0f0f;
|
||||
background-color: #9ec3c4;
|
||||
color: #0a0a0a;
|
||||
background-color: #fda4af;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: rgba(244, 219, 214, 0.7);
|
||||
color: #0f0f0f;
|
||||
background-color: #a3a3a3;
|
||||
color: #0a0a0a;
|
||||
}
|
||||
|
||||
#workspaces.sway button.persistent:hover,
|
||||
#workspaces button.empty:hover {
|
||||
background-color: rgba(147, 154, 183, 0.7);
|
||||
color: #0f0f0f;
|
||||
background-color: #404040;
|
||||
color: #0a0a0a;
|
||||
}
|
||||
|
||||
#workspaces button.active,
|
||||
#workspaces button.focused,
|
||||
#tags button.focused {
|
||||
color: #0f0f0f;
|
||||
background-color: #f4dbd6;
|
||||
color: #0a0a0a;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
|
@ -136,27 +152,26 @@ widget>label {
|
|||
}
|
||||
|
||||
#custom-notification {
|
||||
color: #eb6f92;
|
||||
color: #e5e5e5;
|
||||
padding-left: 12px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#custom-notification.notification {
|
||||
color: #0f0f0f;
|
||||
background-color: #eb6f92;
|
||||
color: #0a0a0a;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
border-radius: 0px;
|
||||
transition-duration: 150ms;
|
||||
margin: 0px 2px;
|
||||
padding: 2px 8px;
|
||||
border-radius: 8px;
|
||||
transition-duration: 600ms;
|
||||
transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||
}
|
||||
|
||||
#taskbar button:hover {
|
||||
background-color: #363a4f;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
#taskbar button:last-child {
|
||||
|
@ -165,24 +180,30 @@ widget>label {
|
|||
|
||||
#taskbar button.maximized,
|
||||
#taskbar button.fullscreen {
|
||||
border-top: 1px solid #8aadf4;
|
||||
border: 2px solid #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
#taskbar button.minimized {
|
||||
border-bottom: 2px solid #e5e5e5;
|
||||
}
|
||||
|
||||
#taskbar button.active {
|
||||
background-color: #494d64;
|
||||
border-bottom: 2px solid #b7bdf8;
|
||||
background-color: #e5e5e5;
|
||||
border-radius: 8px;
|
||||
/* border-bottom: 2px solid #b7bdf8; */
|
||||
}
|
||||
|
||||
|
||||
#clock {
|
||||
color: #1e2030;
|
||||
background-color: #8aadf4;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
margin-right: 2px;
|
||||
color: #1e2030;
|
||||
background-color: #9ccfd8;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
#custom-downloads {
|
||||
|
@ -194,19 +215,19 @@ widget>label {
|
|||
}
|
||||
|
||||
#network {
|
||||
color: #f5a97f;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: #a6da95;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #7dc4e4;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#pulseaudio.bluetooth {
|
||||
color: #8aadf4;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
|
@ -245,11 +266,11 @@ widget>label {
|
|||
}
|
||||
|
||||
#memory {
|
||||
color: #b7bdf8;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
color: #91d7e3;
|
||||
color: #e5e5e5;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue