I just messed up my waybar style.css with prasanthrangan hyprdots css and the end result look like above . btw if anyone wants my waybar style css, here is the config:
=============================================================================
*
* Waybar configuration
*
* Configuration reference: https://github.com/Alexays/Waybar/wiki/Configuration
*
* =========================================================================== */
/* -----------------------------------------------------------------------------
* Keyframes
* -------------------------------------------------------------------------- */
/*
Polar Night
nord0 #2e3440
nord1 #3b4252
nord2 #434c5e
nord3 #4c566a
Snow Storm
nord4 #d8dee9
nord5 #e5e9f0
nord6 #eceff4
Frost
nord7 #8fbcbb
nord8 #88c0d0
nord9 #81a1c1
nord10 #5e81ac
Aurora
nord11 #bf616a
nord12 #d08770
nord13 #ebcb8b
nord14 #a3be8c
nord15 #b48ead
*/
/* -----------------------------------------------------------------------------
* Base styles
* -------------------------------------------------------------------------- */
/* Reset all styles */
@define-color bar-bg rgba(0, 0, 0, 0);
@define-color main-bg #11111b;
@define-color main-fg #cdd6f4;
@define-color wb-act-bg #a6adc8;
@define-color wb-act-fg #313244;
@define-color wb-hvr-bg #f5c2e7;
@define-color wb-hvr-fg #313244;
* {
border: none;
border-radius: 0px;
font-family: "JetBrainsMono Nerd Font, Font awesome";
font-weight: bold;
font-size: 14px;
min-height: 10px
}
window#waybar {
background:transparent;
border-radius: 20px 20px 20px 20px;
}
#workspaces button {
box-shadow: none;
text-shadow: none;
padding: 0px;
border-radius: 9px;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
color: @main-fg;
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
#workspaces button:hover {
background: @wb-hvr-bg;
color: @wb-hvr-fg;
padding-left: 3px;
padding-right: 3px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#workspaces button.active {
background: @wb-act-bg;
color: @wb-act-fg;
margin-left: 3px;
padding-left: 12px;
padding-right: 12px;
margin-right: 3px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#clock, #battery, #cpu, #memory,#idle_inhibitor, #temperature,#custom-keyboard-layout, #backlight, #network, #pulseaudio, #tray, #window,#custom-launcher,#custom-power,#custom-updates,#hyprland-workspaces ,#custom-network_traffic,#custom-weather{
color: @main-fg;
background: @main-bg;
opacity: 1;
margin: 4px 0px 4px 0px;
padding-left: 4px;
padding-right: 4px;
border-radius: 10px;
}
/* -----------------------------------------------------------------------------
* Module styles
* -------------------------------------------------------------------------- */
#hyprland-workspaces {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#clock {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#backlight {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#battery {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#battery.charging {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
@keyframes blink {
to {
background-color: @main-bg;
margin-right: 9px;
padding-right: 3px;
}
}
#battery.critical:not(.charging) {
background: #bf616a;
color: #eceff4;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#cpu {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#memory {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#network.disabled {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#network{
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#network.disconnected {
margin-right: 9px;
padding-right: 3px;
}
#pulseaudio {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#pulseaudio.muted {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#temperature {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#temperature.critical {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#idle_inhibitor {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#tray {
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#custom-launcher{
font-size: 20px;
background-image: url('/home/sankar/.config/waybar/launcher.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
border-style: hidden;
}
#custom-power{
border-style: hidden;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
}
#custom-keyboard-layout{
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}
#custom-network_traffic{
background:@main-bg;
margin-right: 9px;
padding-right: 3px;
}