mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 09:37:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
	
		
			639 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			639 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| label {
 | |
|   font: 14pt "FiraCode Nerd Font";
 | |
| }
 | |
| 
 | |
| .workspaces button {
 | |
|   border: 0px;
 | |
|   background-color: #282828;
 | |
| }
 | |
| 
 | |
| .workspaces button.urgent {
 | |
|   background-color: #cc241d;
 | |
| }
 | |
| 
 | |
| .workspaces button.focused {
 | |
|   background-color: #504935;
 | |
| }
 | |
| 
 | |
| .traveldings progressbar trough {
 | |
|   border: none;
 | |
|   background-color: #3c3836;
 | |
|   border-bottom-right-radius: 0;
 | |
|   border-bottom-left-radius: 0;
 | |
| }
 | |
| 
 | |
| .traveldings progressbar.traveldings_live progress {
 | |
|   background-color: #79740e;
 | |
|   border-bottom-left-radius: 0;
 | |
| }
 | |
| 
 | |
| .traveldings progressbar.traveldings_disconnected progress {
 | |
|   background-color: #cc241d;
 | |
| }
 | |
| 
 | |
| 
 | |
| .traveldingsWindow {
 | |
|   border-radius: 15px;
 | |
| }
 | 
