dotfiles-mirror/config/waybar/style.css
2025-10-31 22:14:15 +03:30

205 lines
2.7 KiB
CSS

<<<<<<< HEAD
@define-color bg #1c1c1c;
@define-color fg #B0B0B0;
@define-color blk #000000;
@define-color white #ffffff;
* {
font-family: "UbuntuMono", monospace;
font-size: 18px;
font-weight: bold;
}
button,
#workspaces button,
#clock,
#battery,
#cpu,
#memory,
#disk,
#network,
#tray {
transition-property: none;
animation: none;
margin-top: 4px;
}
window#waybar {
background-color: @bg;
color: @fg;
}
#workspaces button {
padding: 0 6px;
color: @fg;
background: transparent;
border-bottom: 3px solid @bg;
}
#workspaces button.active {
color: @fg;
border-bottom: 3px solid @fg;
}
#workspaces button.empty {
color: @fg;
}
#workspaces button.empty.active {
color: @fg;
border-bottom: 3px solid @fg;
}
#workspaces button.urgent {
background-color: @blk;
}
/* Disable hover effects completely */
button:hover,
#workspaces button:hover {
background: transparent;
box-shadow: none;
color: inherit;
}
#clock,
#custom-sep,
#battery,
#cpu,
#memory,
#disk,
#network,
#tray {
padding: 0 8px;
color: @white;
}
#custom-sep {
color: @fg;
}
#clock {
color: @fg;
border-bottom: 4px solid @fg;
}
#battery {
color: @fg;
border-bottom: 4px solid @fg;
}
#disk {
color: @fg;
border-bottom: 4px solid @fg;
}
#memory {
color: @fg;
border-bottom: 4px solid @fg;
}
#cpu {
color: @fg;
border-bottom: 4px solid @fg;
}
#network {
color: @fg;
border-bottom: 4px solid @fg;
}
#network.disconnected {
background-color: @blk;
}
#tray {
background-color: @bg;
}
=======
@define-color border #6f3913;
* {
border: none;
font-family: "MapleMono";
font-size: 15px;
min-height: 10px;
}
window#waybar {
background: transparent;
}
#disk,
#pulseaudio,
#window,
#clock,
#network,
#battery,
#privacy,
#memory,
#cpu,
#workspaces,
#tray,
#bluetooth,
#tray menu {
padding: 8px 10px 8px 10px;
margin: 5px 0 0 10px;
background: #111111;
color: #cccccc;
transition: 0.3s;
border: 2px solid @border;
border-radius: 0px;
}
#window {
transition: none;
}
window#waybar.empty #window {
background: transparent;
box-shadow: none;
border: none;
}
#clock {
margin: 5px 0 0 15px;
}
#bluetooth {
margin: 5px 15px 0 10px;
}
#workspaces {
padding-top: 0;
padding-bottom: 0;
}
#workspaces button {
margin: 0;
padding: 2px;
color: #cccccc;
transition: color 0.3s;
}
#workspaces button.empty {
color: #2e2e2e;
}
#workspaces button.active {
color: #ffffff;
}
#workspaces button.urgent {
color: #000000;
}
#workspaces button:hover {
background: transparent;
color: transparent;
}
* {
transition: none;
}
>>>>>>> bd52954 (repush)