Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- border: none;
- border-radius: 0;
- min-height: 0;
- font-family: "iosevka nerd font";
- font-weight: 500;
- font-size: 14px;
- padding: 0;
- }
- window#waybar {
- background: @base;
- border: 2px solid @surface0;
- }
- tooltip {
- background-color: @base;
- border: 2px solid @overlay1;
- }
- #clock,
- #tray,
- #cpu,
- #memory,
- #battery,
- #network,
- #pulseaudio {
- margin: 6px 6px 6px 0px;
- padding: 2px 8px;
- }
- #workspaces {
- background-color: @surface0;
- margin: 6px 0px 6px 6px;
- border: 2px solid @surface1;
- }
- #workspaces button {
- all: initial;
- min-width: 0;
- box-shadow: inset 0 -3px transparent;
- padding: 2px 4px;
- color: @peach;
- }
- #workspaces button.focused {
- color: @yellow;
- }
- #workspaces button.urgent {
- background-color: @peach;
- }
- #clock {
- background-color: @surface0;
- border: 2px solid @surface1;
- color: @text;
- }
- #tray {
- background-color: @text;
- border: 2px solid @peach;
- }
- #battery {
- background-color: @green;
- border: 2px solid @peach;
- color: @mantle;
- }
- #cpu,
- #memory,
- #network,
- #pulseaudio {
- background-color: @yellow;
- border: 2px solid @peach;
- color: @base;
- }
- #cpu.critical,
- #memory.critical {
- background-color: @yellow;
- border: 2px solid @peach;
- color: @red;
- }
- #battery.warning,
- #battery.critical,
- #battery.urgent {
- background-color: @yellow;
- border: 2px solid @peach;
- color: @red;
- }
Advertisement
Add Comment
Please, Sign In to add comment