87 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			87 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								@define-color foreground #FFFFFF;
							 | 
						||
| 
								 | 
							
								@define-color background rgba(26, 27, 38, 0.6);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								* {
							 | 
						||
| 
								 | 
							
								  color: @foreground;
							 | 
						||
| 
								 | 
							
								  border: none;
							 | 
						||
| 
								 | 
							
								  border-radius: 0;
							 | 
						||
| 
								 | 
							
								  min-height: 0;
							 | 
						||
| 
								 | 
							
								  font-family: Mononoki Nerd Font;
							 | 
						||
| 
								 | 
							
								  font-size: 18px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#workspaces, #clock {
							 | 
						||
| 
								 | 
							
								  font-weight: bold;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								window#waybar {
							 | 
						||
| 
								 | 
							
								  background-color: @background;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.modules-left, .modules-right, #clock {
							 | 
						||
| 
								 | 
							
								  padding: 4px 0;
							 | 
						||
| 
								 | 
							
								  margin: 0 8px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#workspaces button {
							 | 
						||
| 
								 | 
							
								  all: initial;
							 | 
						||
| 
								 | 
							
								  padding: 0 6px;
							 | 
						||
| 
								 | 
							
								  margin: 0 1.5px;
							 | 
						||
| 
								 | 
							
								  min-width: 9px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#workspaces button.empty {
							 | 
						||
| 
								 | 
							
								  opacity: 0.5;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#tray,
							 | 
						||
| 
								 | 
							
								#cpu,
							 | 
						||
| 
								 | 
							
								#battery,
							 | 
						||
| 
								 | 
							
								#network,
							 | 
						||
| 
								 | 
							
								#bluetooth,
							 | 
						||
| 
								 | 
							
								#pulseaudio,
							 | 
						||
| 
								 | 
							
								#custom-omarchy,
							 | 
						||
| 
								 | 
							
								#custom-screenrecording-indicator,
							 | 
						||
| 
								 | 
							
								#custom-update {
							 | 
						||
| 
								 | 
							
								  min-width: 12px;
							 | 
						||
| 
								 | 
							
								  margin: 0 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#bluetooth {
							 | 
						||
| 
								 | 
							
								  margin: 0 4px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#tray {
							 | 
						||
| 
								 | 
							
								  padding-right: 16px;
							 | 
						||
| 
								 | 
							
								  border-right: 1px solid @foreground;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#custom-expand-icon {
							 | 
						||
| 
								 | 
							
								  margin-right: 7px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								tooltip {
							 | 
						||
| 
								 | 
							
								  padding: 2px;
							 | 
						||
| 
								 | 
							
								  background-color: @background;
							 | 
						||
| 
								 | 
							
								  border: 1px solid #33ccff;
							 | 
						||
| 
								 | 
							
								  border-radius: 8px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#custom-update {
							 | 
						||
| 
								 | 
							
								  font-size: 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.hidden {
							 | 
						||
| 
								 | 
							
								  opacity: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#custom-screenrecording-indicator {
							 | 
						||
| 
								 | 
							
								  min-width: 12px;
							 | 
						||
| 
								 | 
							
								  margin-left: 8.75px;
							 | 
						||
| 
								 | 
							
								  font-size: 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#custom-screenrecording-indicator.active {
							 | 
						||
| 
								 | 
							
								  color: #a55555;
							 | 
						||
| 
								 | 
							
								}
							 |