dotfiles/waybar/style.css

125 lines
2 KiB
CSS
Raw Normal View History

2024-01-31 20:36:15 +00:00
* {
2024-04-07 19:22:01 +01:00
min-height: 0;
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-30 09:33:48 +00:00
background-color: #bdae93;
2024-04-07 19:22:01 +01:00
padding: 2px 0;
border-left: 2px solid #ebdbb2;
border-top: 2px solid #ebdbb2;
border-right: 2px solid #665c54;
border-bottom: 2px solid #665c54;
2024-01-31 20:36:15 +00:00
}
2024-03-26 09:45:54 +00:00
#workspaces button {
2024-04-07 19:22:01 +01:00
font-size: 14px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#workspaces button.active {
font-style: italic;
2024-02-23 14:24:43 +00:00
}
2024-04-07 19:22:01 +01:00
#workspaces button:hover {
background-color: transparent;
border: none;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#timeTracker,
#custom-timewarrior.active,
2024-04-07 19:22:01 +01:00
#workspaceList,
#clockOutput,
#metrics {
background-color: #bdae93;
border-left: 2px solid #665c54;
border-top: 2px solid #665c54;
border-right: 2px solid #ebdbb2;
border-bottom: 2px solid #ebdbb2;
margin: 5px 3px;
padding: 0 10px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#controls,
#workspaces > *:last-child {
margin-right: 3px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#image.timewarrior,
#image.notification,
#image.os,
#image.keys,
#image.shutdown,
#image.restart,
#taskbar button {
background-color: #bdae93;
color: #282828;
2024-04-07 19:22:01 +01:00
border-top: 2px solid #ebdbb2;
border-left: 2px solid #ebdbb2;
border-bottom: 2px solid #665c54;
border-right: 2px solid #665c54;
margin: 5px 3px;
margin-right: 0;
padding: 3px;
}
#image.code,
#image.battery,
#image.backup,
#image.harddrive,
#image.volume,
#image.backlight,
#image.cpu,
#image.memory,
#image.internet,
#image.bluetooth {
margin-right: 5px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#image.code,
#image.battery,
#image.backup,
#image.harddrive,
#image.volume,
#image.backlight,
#image.cpu,
#image.memory {
margin-left: 10px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#image.backlight,
#image.volume {
padding-bottom: 2px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#image.harddrive,
#image.backup {
padding-bottom: 5px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
#network {
margin-right: 10px;
2024-01-31 20:36:15 +00:00
}
2024-04-07 19:22:01 +01:00
tooltip {
2024-03-26 09:45:54 +00:00
color: #282828;
2024-04-07 19:22:01 +01:00
border-radius: 0;
font-weight: 400;
background-color: #bdae93;
border-left: 1px solid #ebdbb2;
border-top: 1px solid #ebdbb2;
border-right: 1px solid #665c54;
border-bottom: 1px solid #665c54;
padding: 5px 10px;
2024-04-07 19:22:01 +01:00
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
2024-02-23 14:24:43 +00:00
2024-04-07 19:22:01 +01:00
tooltip label {
padding: 8px;
2024-03-02 17:50:50 +00:00
color: #282828;
2024-02-23 14:24:43 +00:00
}
#custom-timewarrior.active {
color: #cc241d;
font-weight: bold;
}