Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- min-height: 0;
- min-width: 0;
- font-family: "Segoe UI", Lexend, "Font Awesome 6 Free Solid";
- font-size: 15px;
- font-weight: 500;
- }
- window#waybar {
- background-color: rgba(40, 50, 60, 0.55);
- color: #ffffff;
- border-radius: 0px;
- border: 1px solid rgba(40, 50, 60, 0.4);
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
- transition: background-color 0.5s, border 0.5s;
- }
- #workspaces button {
- padding: 0.3em 0.6em;
- margin: 0px 0px;
- border-radius: 0px;
- background: rgba(255, 255, 255, 0.18);
- border: 1px solid rgba(255, 255, 255, 0.15);
- color: #e0e0e0;
- transition: background 0.3s, color 0.3s;
- }
- #workspaces button:hover {
- background: rgba(120, 180, 255, 0.5);
- color: rgba(255,255,255,1.0);
- text-shadow: none;
- }
- #workspaces button.active {
- background: rgba(120, 180, 255, 0.4);
- color: #ffffff;
- border: 1px solid rgba(255, 255, 255, 0.3);
- }
- #workspaces button.urgent {
- background: rgba(255, 80, 80, 0.5);
- color: #ffffff;
- }
- #clock,
- #pulseaudio,
- #custom-logo,
- #custom-power,
- #custom-spotify,
- #custom-cmus,
- #custom-menu,
- #custom-screenshot,
- #mpd,
- #custom-night,
- #cpu,
- #temperature,
- #network,
- #tray,
- #memory,
- #window {
- padding: 0.3em 0.6em;
- border-radius: 0px;
- margin: 0px 0px;
- background: rgba(40, 50, 60, 0.05);
- border: 1px solid rgba(255, 255, 255, 0.2);
- }
- #custom-menu:hover {
- background: rgba(120, 180, 255, 0.25);
- color: #ffffff;
- }
- #custom-menu {
- padding-left: 13px;
- }
- #custom-sep {
- padding: 0px;
- color: #a0a0a0;
- }
- #network {
- color: #ffffff;
- }
- #cpu {
- color: #ffffff;
- }
- #temperature {
- color: #ffffff;
- }
- #memory {
- color: #ffffff;
- }
- #clock {
- color: #ffffff;
- }
- #window {
- color: #ffffff;
- }
- #pulseaudio {
- color: #ffffff;
- }
- #pulseaudio.muted {
- color: #ffffff;
- }
- #custom-logo {
- color: #ffffff;
- }
- #custom-power {
- color: #ffffff;
- font-size: 14px;
- }
- #mpd {
- color: #ffffff;
- }
- #custom-spotify.playing {
- color: #ffffff;
- }
- #custom-spotify.liked {
- color: #ffffff;
- }
- #custom-spotify.added {
- color: #ffffff;
- }
- #custom-spotify.removed {
- color: #ffffff;
- }
- #custom-spotify.paused {
- color: #9399b2;
- }
- tooltip {
- background: rgba(255, 255, 255, 1.0);
- border: 1px solid #ffffff;
- border-radius: 4px;
- padding: 4px 6px;
- color: #000000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement