Files
dotfiles/waybar/style.css
T

93 lines
1.2 KiB
CSS
Raw Normal View History

2026-02-07 09:40:24 -06:00
@import "colorscheme.css";
2024-01-16 18:33:53 -06:00
* {
border: none;
min-height: 0;
2026-01-06 10:15:27 -06:00
font-weight: normal;
2024-11-19 00:36:14 -06:00
font-size: 14px;
2026-03-21 12:27:30 -05:00
font-family: "Departure Mono";
2024-01-16 18:33:53 -06:00
}
window#waybar {
2026-02-07 09:40:24 -06:00
background-color: @bg0;
border-bottom: 0px solid @overlay0;
2024-01-16 18:33:53 -06:00
}
2024-01-16 23:14:21 -06:00
#workspaces button {
2026-02-07 09:40:24 -06:00
color: @gray;
border: 1px solid @bg0;
margin: 0px 2px;
2024-11-19 00:36:14 -06:00
padding: 0px 8px;
2024-05-09 01:39:23 -05:00
transition: all 0.4s ease;
2024-01-16 18:33:53 -06:00
}
2024-01-16 23:14:21 -06:00
#workspaces button.active {
2026-02-07 09:40:24 -06:00
border: 1px solid @yellow;
2024-05-09 01:39:23 -05:00
transition: all 0.4s ease;
2024-01-16 18:33:53 -06:00
}
2026-01-06 10:15:27 -06:00
.modules-left,
.modules-center,
2024-01-24 23:48:32 -06:00
.modules-right {
2024-05-15 22:31:01 -05:00
padding-top: 0px;
padding-bottom: 0px;
2026-01-06 10:15:27 -06:00
margin: 3px 2px;
2024-04-17 04:22:48 -05:00
}
.modules-left {
padding-left: 0px;
2024-04-17 04:22:48 -05:00
}
.modules-right {
padding-right: 0px;
2024-01-24 23:48:32 -06:00
}
2024-01-16 18:33:53 -06:00
#clock,
#cpu,
#disk,
#memory,
#temperature,
#tray,
#wireplumber,
2024-04-17 04:22:48 -05:00
#workspaces,
2024-05-15 22:31:01 -05:00
#network,
2026-01-06 10:15:27 -06:00
#taskbar,
2024-11-19 00:36:14 -06:00
#custom-appmenu,
2026-02-07 09:40:24 -06:00
#custom-gpu-usage,
2024-01-16 18:33:53 -06:00
#custom-poweroff,
2024-01-16 23:14:21 -06:00
#custom-weather {
margin-left: 6px;
margin-right: 6px;
2026-02-07 09:40:24 -06:00
color: @gray;
2024-05-15 22:31:01 -05:00
min-width: 45px;
2024-04-17 04:22:48 -05:00
}
2026-01-06 10:15:27 -06:00
#taskbar button {
2026-02-07 09:40:24 -06:00
color: @gray;
2026-01-06 10:15:27 -06:00
}
#taskbar button.active {
2026-02-07 09:40:24 -06:00
border: 1px solid @yellow;
2026-01-06 10:15:27 -06:00
}
#network {
margin: 0px;
padding: 0px;
}
2026-01-06 10:15:27 -06:00
#custom-appmenu {
padding: 0px 4px;
}
2024-11-19 00:36:14 -06:00
#custom-appmenu,
#workspaces label,
#network {
font-size: 18px;
}
2024-04-17 04:22:48 -05:00
#clock {
2024-05-15 22:31:01 -05:00
min-width: 80px;
2024-01-16 18:33:53 -06:00
}