dotfiles/waybar/style.css

280 lines
4.2 KiB
CSS
Raw Normal View History

2024-01-31 20:36:15 +00:00
* {
font-size: 16px;
}
2024-02-23 14:24:43 +00:00
window#waybar {
/* background-color: #282828; */
2024-03-09 19:29:41 +00:00
font-family: "PragmataPro Mono Liga";
2024-03-15 08:27:55 +00:00
/* border: 2px solid #504945; */
2024-03-09 19:29:41 +00:00
background-color: rgba(40, 40, 40, 0.9);
2024-01-31 20:36:15 +00:00
}
2024-02-23 14:24:43 +00:00
tooltip {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-02-23 14:24:43 +00:00
border-radius: 0;
font-weight: 400;
2024-03-09 19:29:41 +00:00
background-color: #282828;
box-shadow: none;
font-family: "Sys TT";
padding: 20px;
}
tooltip label {
color: #ebdbb2;
2024-01-31 20:36:15 +00:00
}
button {
box-shadow: inset 0 -3px transparent;
border: none;
border-radius: 0;
2024-02-23 14:24:43 +00:00
opacity: 1;
2024-01-31 20:36:15 +00:00
}
#workspaces button.active {
2024-02-10 16:47:19 +00:00
color: #282828;
2024-03-09 19:29:41 +00:00
background-color: #98971a;
2024-03-15 08:27:55 +00:00
border: 2px solid #504945;
2024-01-31 20:36:15 +00:00
}
#workspaces button {
2024-02-23 14:24:43 +00:00
padding: 2px 3px;
2024-03-01 16:35:31 +00:00
/* color: #282828; */
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-03-01 16:35:31 +00:00
background-color: #3c3836;
2024-02-23 14:24:43 +00:00
margin-right: 5px;
margin-top: 6px;
margin-bottom: 6px;
2024-03-09 19:29:41 +00:00
border: 2px solid #504945;
2024-01-31 20:36:15 +00:00
}
#workspaces button.urgent {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
2024-01-31 20:36:15 +00:00
}
2024-02-23 14:24:43 +00:00
#taskbar button {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-02-23 14:24:43 +00:00
background-color: #3c3836;
padding: 3px 8px;
margin-top: 6px;
margin-bottom: 6px;
2024-03-09 19:29:41 +00:00
border-bottom: 2px solid #504945;
2024-02-23 14:24:43 +00:00
}
#taskbar button.active {
2024-03-01 16:35:31 +00:00
border-bottom: 2px solid #98971a;
color: #98971a;
2024-02-23 14:24:43 +00:00
/* padding: 3px 10px;
margin-top: 6px;
margin-bottom: 6px; */
}
2024-01-31 20:36:15 +00:00
#battery,
#cpu,
#memory,
#disk,
2024-03-11 14:29:59 +00:00
#custom-diskBackup,
2024-01-31 20:36:15 +00:00
#temperature,
#backlight,
#network,
#pulseaudio,
#wireplumber,
#custom-media,
#tray,
#custom-spotify,
#mode,
#scratchpad,
#mpd,
#user,
#bluetooth,
2024-03-09 19:29:41 +00:00
#custom-wakatime {
font-weight: 400;
padding: 3px 8px;
margin-left: 4px;
margin-top: 6px;
margin-bottom: 6px;
}
#custom-logout,
2024-03-02 17:50:50 +00:00
#custom-timewarrior,
2024-03-09 19:29:41 +00:00
#custom-notification,
#idle_inhibitor {
2024-02-23 14:24:43 +00:00
font-weight: 400;
padding: 3px 10px;
margin-left: 4px;
margin-top: 6px;
margin-bottom: 6px;
}
2024-03-01 16:35:31 +00:00
#custom-logout {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
background-color: #3c3836;
2024-03-01 16:35:31 +00:00
margin-right: 8px;
2024-03-09 19:29:41 +00:00
border: 2px solid #504945;
2024-03-01 16:35:31 +00:00
}
2024-01-31 20:36:15 +00:00
#custom-os {
2024-02-23 14:24:43 +00:00
font-weight: 400;
padding: 3px 10px;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 8px;
2024-01-31 20:36:15 +00:00
}
2024-02-23 14:24:43 +00:00
#windowu,
2024-01-31 20:36:15 +00:00
#workspaces {
margin: 0 3px 0;
2024-02-23 14:24:43 +00:00
font-weight: 400;
2024-01-31 20:36:15 +00:00
}
#clock {
2024-03-09 19:29:41 +00:00
color: #98971a;
font-weight: 400;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 5px;
margin-left: 4px;
margin-right: 4px;
margin-top: 6px;
margin-bottom: 6px;
2024-02-27 17:39:26 +00:00
2024-03-09 19:29:41 +00:00
border-right: 1px solid #504945;
2024-03-01 16:35:31 +00:00
/* color: #1d2021; */
2024-01-31 20:36:15 +00:00
}
#bluetooth {
2024-03-09 19:29:41 +00:00
padding-right: 16px;
2024-03-01 16:35:31 +00:00
border-right: 1px solid #504945;
2024-03-09 19:29:41 +00:00
color: #458588;
2024-03-01 16:35:31 +00:00
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#battery {
2024-03-01 16:35:31 +00:00
color: #b16286;
border-right: 1px solid #504945;
padding-right: 14px;
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#battery.charging,
#battery.plugged {
2024-03-01 16:35:31 +00:00
color: #b16286;
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#battery.critical:not(.charging) {
2024-03-01 16:35:31 +00:00
background-color: #fb4934;
2024-02-23 14:24:43 +00:00
color: #f2e5bc;
2024-01-31 20:36:15 +00:00
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#cpu {
2024-03-01 16:35:31 +00:00
color: #d79921;
/* color: #282828; */
2024-02-23 14:24:43 +00:00
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#memory {
2024-03-01 16:35:31 +00:00
color: #d79921;
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
2024-03-11 14:29:59 +00:00
#disk,
#custom-diskBackup {
2024-03-01 16:35:31 +00:00
color: #d79921;
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#backlight {
2024-03-01 16:35:31 +00:00
color: #b16286;
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
#network {
2024-03-09 19:29:41 +00:00
padding-right: 0;
color: #458588;
2024-03-01 16:35:31 +00:00
/* color: #282828; */
2024-02-23 14:24:43 +00:00
}
#network.format.icons {
2024-03-01 16:35:31 +00:00
background-color: #fb4934;
2024-01-31 20:36:15 +00:00
}
#network.disconnected {
2024-03-01 16:35:31 +00:00
background-color: #fb4934;
2024-01-31 20:36:15 +00:00
}
#user {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
2024-01-31 20:36:15 +00:00
color: #282c34;
}
#custom-spotify {
2024-02-23 14:24:43 +00:00
background-color: #689d6a;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#temperature {
2024-03-01 16:35:31 +00:00
color: #d79921;
border-right: 1px solid #504945;
padding-right: 14px;
2024-01-31 20:36:15 +00:00
}
#temperature.critical {
color: #282c34;
2024-03-01 16:35:31 +00:00
background-color: #fb4934;
2024-01-31 20:36:15 +00:00
}
#idle_inhibitor {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-03-01 16:35:31 +00:00
background-color: #3c3836;
padding-right: 14px;
2024-03-09 19:29:41 +00:00
border: 2px solid #504945;
2024-01-31 20:36:15 +00:00
}
#idle_inhibitor.activated {
2024-03-01 16:35:31 +00:00
background-color: #98971a;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#custom-os {
font-size: 16px;
2024-02-23 14:24:43 +00:00
background-color: #458588;
color: #f2e5bc;
2024-03-09 19:29:41 +00:00
border: 2px solid #504945;
2024-01-31 20:36:15 +00:00
}
#custom-wakatime {
2024-03-01 16:35:31 +00:00
color: #d65d0e;
border-right: 1px solid #504945;
padding-right: 14px;
2024-02-23 14:24:43 +00:00
}
#custom-toggl {
color: #282828;
}
2024-02-23 14:24:43 +00:00
2024-03-02 17:50:50 +00:00
#custom-timewarrior.active {
2024-02-23 14:24:43 +00:00
background-color: #98971a;
2024-03-02 17:50:50 +00:00
color: #282828;
2024-03-15 08:27:55 +00:00
border: 2px solid #504945;
2024-02-23 14:24:43 +00:00
}
2024-03-02 17:50:50 +00:00
#custom-timewarrior.inactive {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
background-color: #3c3836;
border: 2px solid #504945;
}
#custom-notification {
color: #ebdbb2;
background-color: #3c3836;
border: 2px solid #504945;
2024-02-23 14:24:43 +00:00
}