dotfiles/waybar/style.css

220 lines
3.9 KiB
CSS
Raw Normal View History

2024-01-31 20:36:15 +00:00
* {
2024-03-26 09:45:54 +00:00
font-weight: 400;
2024-01-31 20:36:15 +00:00
}
2024-02-23 14:24:43 +00:00
window#waybar {
2024-03-28 13:42:56 +00:00
font-family: "Sys TT", "Font Awesome";
2024-03-26 09:45:54 +00:00
background-color: #458588;
border-bottom: 2px solid #282828;
font-size: 16px;
}
button {
border-radius: 0;
border: none;
opacity: 1;
2024-01-31 20:36:15 +00:00
}
2024-02-23 14:24:43 +00:00
tooltip {
2024-03-30 09:33:48 +00:00
color: #282828;
border-width: 0;
2024-02-23 14:24:43 +00:00
border-radius: 0;
font-weight: 400;
2024-03-30 09:33:48 +00:00
background-color: #bdae93;
2024-03-09 19:29:41 +00:00
box-shadow: none;
}
tooltip label {
2024-03-30 09:33:48 +00:00
color: #282828;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
/* Layout */
2024-01-31 20:36:15 +00:00
2024-03-26 09:45:54 +00:00
#taskbar {
margin-right: 10px;
2024-02-23 14:24:43 +00:00
}
2024-03-26 09:45:54 +00:00
#clock,
#custom-wakatime,
#network,
#bluetooth,
2024-01-31 20:36:15 +00:00
#cpu,
#memory,
#temperature,
#backlight,
2024-03-30 09:33:48 +00:00
#pulseaudio,
2024-03-26 09:45:54 +00:00
#disk,
#custom-diskBackup,
#battery {
2024-03-28 13:42:56 +00:00
padding: 2px 8px 0;
2024-03-26 10:25:20 +00:00
margin: 5px 3px 6px;
}
#taskbar button {
margin: 5px 0 6px;
font-size: 18px;
padding: 0px 4px;
2024-03-09 19:29:41 +00:00
}
2024-03-02 17:50:50 +00:00
#custom-timewarrior,
2024-03-09 19:29:41 +00:00
#custom-notification,
2024-03-26 09:45:54 +00:00
#custom-lock,
#custom-shutdown,
#custom-restart,
#idle_inhibitor,
2024-03-01 16:35:31 +00:00
#custom-logout {
2024-03-26 09:45:54 +00:00
margin: 5px 0 6px;
font-size: 18px;
padding: 0px 8px;
/* margin: 8px 0 10px; */
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#taskbar button {
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#workspaces button {
2024-03-28 13:42:56 +00:00
margin: 5px 0 6px;
font-size: 18px;
color: #ebdbb2;
padding: 3px 5px 0;
2024-03-26 09:45:54 +00:00
background-color: #665c54;
border: 2px solid; /* Base border */
border-color: #928374 #282828 #282828 #928374;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#workspaces > *:last-child {
margin-right: 10px;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#custom-notification {
margin-right: 5px;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
/* Colours */
2024-01-31 20:36:15 +00:00
2024-03-26 09:45:54 +00:00
#taskbar button.active {
background-color: #ebdbb2;
border: 2px solid; /* Base border */
border-color: #fbf1c7 #a89984 #a89984 #fbf1c7;
2024-02-23 14:24:43 +00:00
}
2024-03-26 09:45:54 +00:00
#battery,
#battery.charging,
#battery.plugged {
color: #282828;
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#clock {
color: #282828;
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#cpu,
#memory,
#temperature,
#backlight {
color: #282828;
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
2024-03-26 09:45:54 +00:00
color: #282828;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#disk,
#custom-diskBackup {
color: #282828;
2024-03-26 09:45:54 +00:00
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#network,
2024-03-30 09:33:48 +00:00
#bluetooth,
#pulseaudio {
2024-03-26 09:45:54 +00:00
color: #282828;
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
2024-03-26 09:45:54 +00:00
/* background-color: #c0c0c0; */
/* border: 2px solid; /1* Base border *1/ */
/* border-color: #ffffff #808080 #808080 #ffffff; */
/* color: #282828; */
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#workspaces button.urgent,
#temperature.critical,
#network.disconnected,
#battery.critical:not(.charging) {
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-03-26 09:45:54 +00:00
background-color: #cc241d;
border-color: #fb4924 #9d0006 #9d0006 #fb4924;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#custom-wakatime {
2024-03-01 16:35:31 +00:00
color: #282828;
2024-03-26 09:45:54 +00:00
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#workspaces button.active {
color: #282828;
background-color: #ebdbb2;
border: 2px solid; /* Base border */
border-color: #fbf1c7 #a89984 #a89984 #fbf1c7;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#custom-timewarrior.active {
color: #282828;
background-color: #98971a;
border: 2px solid; /* Base border */
border-color: #b8bb27 #79740e #79740e #b8bb27;
}
2024-03-26 09:45:54 +00:00
#custom-timewarrior {
margin-left: 10px;
}
2024-02-23 14:24:43 +00:00
2024-03-26 09:45:54 +00:00
/* Specific module styles */
#custom-os {
2024-04-04 15:59:22 +01:00
margin: 5px 15px 5px 5px;
2024-03-26 09:45:54 +00:00
font-size: 18px;
2024-04-04 15:59:22 +01:00
padding: 0 12px 0 5px;
/* padding-right: 14px; */
2024-03-02 17:50:50 +00:00
color: #282828;
2024-03-26 09:45:54 +00:00
background-color: #a89984;
border: 2px solid; /* Base border */
border-color: #ebdbb2 #665c54 #665c54 #ebdbb2;
2024-02-23 14:24:43 +00:00
}
2024-03-28 13:42:56 +00:00
#custom-notification {
margin-left: 10px;
}
#custom-timewarrior {
margin-right: 10px;
}
2024-03-26 09:45:54 +00:00
#custom-timewarrior,
#custom-notification,
#custom-lock,
#custom-shutdown,
#custom-restart,
#idle_inhibitor,
#custom-logout {
background-color: #665c54;
border: 2px solid; /* Base border */
border-color: #928374 #282828 #282828 #928374;
2024-03-09 19:29:41 +00:00
color: #ebdbb2;
2024-02-23 14:24:43 +00:00
}