Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import "mocha.css";
- * {
- font-family: Mononoki Nerd Font;
- font-size: 17px;
- min-height: 0;
- }
- #waybar {
- background: transparent;
- color: @text;
- margin: 5px 1px;
- }
- #workspaces {
- border-radius: 1rem;
- margin: 5px;
- background-color: @surface0;
- margin-left: 1rem;
- margin-right: 1rem;
- }
- #workspaces button {
- color: @maroon;
- border-radius: 1rem;
- padding: 0.4rem;
- }
- #workspaces button.active {
- color: @peach;
- border-radius: 1rem;
- }
- #workspaces button:hover {
- color: @yellow;
- border-radius: 1rem;
- }
- #cpu,
- #window,
- #memory,
- #tray,
- #clock,
- #pulseaudio,
- #clock,
- #clock#simpleclock,
- #custom-power {
- border-radius: 1rem;
- margin: 5px 0;
- background-color: @surface0;
- padding: 0.5rem 1rem;
- }
- #cpu {
- color: @sky;
- }
- #ram {
- color: @green;
- }
- #tray {
- }
- #pulseaudio {
- color: @maroon;
- }
- #clock {
- color: @blue;
- }
- #custom-power {
- color: @red;
- padding-left: 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement