mirror of
				https://github.com/DerTyp7/.dotfiles.git
				synced 2025-10-29 21:17:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			123 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			123 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   min-height: 0;
 | |
|   min-width: 0;
 | |
|   font-family: Lexend, "JetBrainsMono NFP";
 | |
|   font-size: 16px;
 | |
|   font-weight: 600;
 | |
| }
 | |
| 
 | |
| window#waybar {
 | |
|   transition-property: background-color;
 | |
|   transition-duration: 0.5s;
 | |
|   /* background-color: #1e1e2e; */
 | |
|   /* background-color: #181825; */
 | |
|   background-color: transparent;
 | |
|   /* background-color: rgba(24, 24, 37, 0.6); */
 | |
| }
 | |
| 
 | |
| #workspaces button {
 | |
|   padding: 0.3rem 0.6rem;
 | |
|   margin: 0.4rem 0.25rem;
 | |
|   border-radius: 6px;
 | |
|   /* background-color: #181825; */
 | |
|   background-color: #1e1e2e;
 | |
|   color: #cdd6f4;
 | |
| }
 | |
| 
 | |
| #workspaces button:hover {
 | |
|   color: #1e1e2e;
 | |
|   background-color: #cdd6f4;
 | |
| }
 | |
| 
 | |
| #workspaces button.active {
 | |
|   background-color: #1e1e2e;
 | |
|   color: #89b4fa;
 | |
| }
 | |
| 
 | |
| #workspaces button.urgent {
 | |
|   background-color: #1e1e2e;
 | |
|   color: #f38ba8;
 | |
| }
 | |
| 
 | |
| #clock,
 | |
| #pulseaudio,
 | |
| #custom-logo,
 | |
| #custom-power,
 | |
| #custom-spotify,
 | |
| #custom-notification,
 | |
| #cpu,
 | |
| #tray,
 | |
| #custom-weather,
 | |
| #idle_inhibitor,
 | |
| #memory,
 | |
| #window,
 | |
| #mpris {
 | |
|   padding: 0.3rem 0.6rem;
 | |
|   margin: 0.4rem 0.25rem;
 | |
|   border-radius: 6px;
 | |
|   /* background-color: #181825; */
 | |
|   background-color: #1e1e2e;
 | |
| }
 | |
| 
 | |
| #mpris.playing {
 | |
|   color: #a6e3a1;
 | |
| }
 | |
| 
 | |
| #mpris.paused {
 | |
|   color: #9399b2;
 | |
| }
 | |
| 
 | |
| #custom-sep {
 | |
|   padding: 0px;
 | |
|   color: #585b70;
 | |
| }
 | |
| 
 | |
| window#waybar.empty #window {
 | |
|   background-color: transparent;
 | |
| }
 | |
| 
 | |
| #cpu {
 | |
|   color: #b8f5f0;
 | |
| }
 | |
| 
 | |
| #memory {
 | |
|   color: #b8f5f0;
 | |
| }
 | |
| 
 | |
| #clock {
 | |
|   color: #89b4fa;
 | |
| }
 | |
| 
 | |
| #clock.simpleclock {
 | |
|   color: #89b4fa;
 | |
| }
 | |
| 
 | |
| #custom-weather{
 | |
|   color: #b8f5f0;
 | |
| }
 | |
| 
 | |
| #window {
 | |
|   color: #cdd6f4;
 | |
| }
 | |
| 
 | |
| #pulseaudio {
 | |
|   color: #b8f5f0;
 | |
| }
 | |
| 
 | |
| #pulseaudio.muted {
 | |
|   color: #a6adc8;
 | |
| }
 | |
| 
 | |
| #custom-logo {
 | |
|   color: #89b4fa;
 | |
| }
 | |
| 
 | |
| #custom-power {
 | |
|   color: #f38ba8;
 | |
| }
 | |
| 
 | |
| tooltip {
 | |
|   background-color: #181825;
 | |
|   border: 2px solid #89b4fa;
 | |
| }
 |