Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- /* `otf-font-awesome` is required to be installed for icons */
- font-family: FiraCode, 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
- font-size: 13px;
- min-height: 10px;
- }
- window#waybar {
- background-color: #191919;
- }
- #window,
- #workspaces {
- margin: 5px 5px;
- border: 2px solid #9ccfd8;
- border-radius: 18px;
- background-color: #191919;
- padding: 5px 5px;
- }
- button {
- /* Use box-shadow instead of border so the text isn't offset */
- /* Avoid rounded borders under each button name */
- border: none;
- }
- /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
- button:hover {
- background: inherit;
- }
- #workspaces button {
- border-radius: 0;
- background-color: transparent;
- color: #9ccfd8;
- padding: 5px 8px;
- }
- #workspaces button:first-child {
- border-radius: 20px 0 0 20px; /* Round only the left side for the first button */
- }
- #workspaces button:last-child {
- border-radius: 0 20px 20px 0; /* Round only the right side for the last button */
- }
- #workspaces button:not(:first-child):not(:last-child) {
- border-radius: 0; /* Ensure middle buttons have no rounding */
- }
- #workspaces button:hover {
- background:rgba(192, 170, 132, 0.1);
- box-shadow: inherit;
- text-shadow: inherit;
- }
- #workspaces button.urgent {
- background-color: #ff355b;
- }
- tooltip {
- background-color: #11111b;
- color: #9ccfd8;
- }
- #clock,
- #cpu,
- #memory,
- #disk,
- #temperature,
- #backlight,
- #network,
- #pulseaudio,
- #wireplumber,
- #custom-media,
- #tray,
- #mode,
- #idle_inhibitor,
- #scratchpad,
- #mpd,
- #custom-nowplaying,
- #custom-todo {
- margin: 8px 5px;
- background-color: transparent;
- color: #9ccfd8;
- padding: 0px 4px;
- }
- /* If workspaces is the leftmost module, omit left margin */
- .modules-left > widget:first-child > #workspaces {
- margin-left: 0;
- }
- /* If workspaces is the rightmost module, omit right margin */
- .modules-right > widget:last-child > #workspaces {
- margin-right: 0;
- }
- #battery {
- margin: 8px 5px;
- background-color: #9ccfd8;
- color: #191919;
- border-radius: 18px;
- padding: 0px 10px;
- }
- #battery.charging, #battery.plugged {
- margin: 8px 5px;
- background-color: #b6e875;
- color: #191919;
- border-radius: 18px;
- padding: 0px 10px;
- }
- @keyframes blink {
- to {
- background-color: #ffffff;
- color: #000000;
- }
- }
- /* Using steps() instead of linear as a timing function to limit cpu usage */
- #battery.critical:not(.charging) {
- margin: 8px 5px;
- background-color: #ff355b;
- color: #191919;
- border-radius: 18px;
- padding: 0px 10px;
- color: #9ccfd8;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: steps(12);
- animation-iteration-count: infinite;
- animation-direction: alternate;
- }
- label:focus {
- background-color: #000000;
- }
- #cpu {
- background-color: #11111b;
- color: #000000;
- }
- #memory {
- background-color: #11111b;
- }
- #disk {
- background-color: #11111b;
- }
- #backlight {
- background-color: #11111b;
- }
- #network {
- background-color: transparent;
- }
- #network.disconnected {
- background-color: transparent;
- }
- #pulseaudio {
- background-color: transparent;
- color: #9ccfd8;
- }
- #pulseaudio.muted {
- background-color: transparent;
- color: #2a5c45;
- }
- #pulseaudio-slider slider {
- all: unset; /* This nukes any inherited GTK styles */
- min-width: 0;
- min-height: 0;
- margin: 0;
- padding: 0;
- background: transparent;
- box-shadow: none;
- border: none;
- }
- #pulseaudio-slider trough {
- margin-top: -3px;
- min-width: 90px;
- min-height: 5px;
- margin-bottom: -4px;
- border-radius: 7px;
- }
- #pulseaudio-slider highlight {
- margin-top: -3px;
- min-width: 90px;
- min-height: 3px;
- margin-bottom: -4px;
- border-radius: 7px;
- color: #b6e875;
- }
- #wireplumber {
- background-color: #fff0f5;
- color: #000000;
- }
- #wireplumber.muted {
- background-color: #f53c3c;
- }
- #custom-media {
- background-color: #66cc99;
- color: #9ccfd8;
- min-width: 100px;
- }
- #custom-media.custom-spotify {
- background-color: #66cc99;
- }
- #custom-media.custom-vlc {
- background-color: #ffa000;
- }
- #temperature {
- background-color: #f0932b;
- }
- #temperature.critical {
- background-color: #eb4d4b;
- }
- #tray {
- background-color: #2980b9;
- }
- #tray > .passive {
- -gtk-icon-effect: dim;
- }
- #tray > .needs-attention {
- -gtk-icon-effect: highlight;
- background-color: #eb4d4b;
- }
- #idle_inhibitor {
- background-color: #2d3436;
- }
- #idle_inhibitor.activated {
- background-color: #ecf0f1;
- color: #2d3436;
- }
- #mpd {
- background-color: #66cc99;
- color: #2a5c45;
- }
- #mpd.disconnected {
- background-color: #f53c3c;
- }
- #mpd.stopped {
- background-color: #90b1b1;
- }
- #mpd.paused {
- background-color: #51a37a;
- }
- #language {
- background: #00b093;
- color: #740864;
- padding: 0 5px;
- margin: 0 5px;
- min-width: 16px;
- }
- #keyboard-state {
- background: #97e1ad;
- color: #000000;
- padding: 0 0px;
- margin: 0 5px;
- min-width: 16px;
- }
- #keyboard-state > label {
- padding: 0 5px;
- }
- #keyboard-state > label.locked {
- background: rgba(0, 0, 0, 0.2);
- }
- #scratchpad {
- background: rgba(0, 0, 0, 0.2);
- }
- #scratchpad.empty {
- background-color: transparent;
- }
- #privacy {
- padding: 0;
- }
- #privacy-item {
- padding: 0 5px;
- color: white;
- }
- #privacy-item.screenshare {
- background-color: #cf5700;
- }
- #privacy-item.audio-in {
- background-color: #1ca000;
- }
- #privacy-item.audio-out {
- background-color: #0069d4;
- }
- #custom-nowplaying {
- color: #9ccfd8;
- font-family: "FiraCode";
- padding-top: 3px;
- }
Advertisement
Add Comment
Please, Sign In to add comment