add MacBook Air 7,2 waybar config
This commit is contained in:
		
							
								
								
									
										3
									
								
								configs/Waybar_l/MacAir7,2/shvedes/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								configs/Waybar_l/MacAir7,2/shvedes/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| ## [shvedes's github](https://github.com/shvedes/dotfiles) | ||||
|  | ||||
| ### 6/10/24 - Unable to make the `spotify.py` script to work, everything else works, except for `cpu-temp` as well | ||||
							
								
								
									
										77
									
								
								configs/Waybar_l/MacAir7,2/shvedes/Scale1x/config.jsonc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								configs/Waybar_l/MacAir7,2/shvedes/Scale1x/config.jsonc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,77 @@ | ||||
| { | ||||
|   "layer": "bottom", | ||||
|   "position": "top", | ||||
|   "height": 28, | ||||
|   "reload_style_on_change": true, | ||||
|   "height": 4, | ||||
|   "margin-top": 4, | ||||
|   "margin-left": 10, | ||||
|   "margin-right": 10, | ||||
|   "modules-left": [ | ||||
|     "hyprland/workspaces",  | ||||
|     "memory",  | ||||
|     "disk"], | ||||
|   "modules-center": [ | ||||
|     "clock"], | ||||
|   "modules-right": [ | ||||
|     "battery", | ||||
|     "idle_inhibitor", | ||||
|     "tray" ], | ||||
|  | ||||
|   "battery": { | ||||
|     "states": { | ||||
|       "good": 95, | ||||
|       "warning": 30, | ||||
|       "critical": 20 | ||||
|     }, | ||||
|     "format": "{icon} {capacity}%", | ||||
|     "format-charging": "\udb80\udc84 {capacity}%", | ||||
|     "format-plugged": "\udb81\udea5 {capacity}%", | ||||
|     "format-alt": "{time} {icon}", | ||||
|     "format-icons": ["\udb80\udc7a", "\udb80\udc7b", "\udb80\udc7c", "\udb80\udc7d", "\udb80\udc7e", "\udb80\udc7f", "\udb80\udc80", "\udb80\udc81", "\udb80\udc82", "\udb80\udc79"] | ||||
|   }, | ||||
|  | ||||
|   "idle_inhibitor": { | ||||
|     "format": "{icon}", | ||||
|     "format-icons": { | ||||
|       "activated": " ",  | ||||
|       "deactivated": " "  | ||||
|     } | ||||
|   }, | ||||
|   "memory": { | ||||
|     "interval": 1, | ||||
|     "format": "<span foreground='#d79921'>   </span>{used:0.1f}GiB" | ||||
|   }, | ||||
|  | ||||
|   "disk": { | ||||
| 	"interval": 60, | ||||
| 	"format": "<span foreground='#d79921'>   </span>{used}", | ||||
| 	"tooltip": false | ||||
|   }, | ||||
|  | ||||
|   "hyprland/workspaces": { | ||||
|       "format": "{icon}", | ||||
|       "on-click-release": "activate", | ||||
|       "sort-by-numbers": false, | ||||
| 	  "on-scroll-up": "hyprctl dispatch workspace e+1", | ||||
|       "on-scroll-down": "hyprctl dispatch workspace e-1", | ||||
|       "format-icons": { | ||||
| 		  "1": "I", | ||||
| 		  "2": "II", | ||||
| 		  "3": "III", | ||||
| 		  "4": "IV", | ||||
| 		  "5": "V", | ||||
| 		  "6": "VI", | ||||
| 		  "7": "VII", | ||||
| 		  "8": "VIII", | ||||
| 		  "9": "IX", | ||||
| 		  "10": "X" | ||||
|       } | ||||
|   }, | ||||
|   "tray": { | ||||
|     "icon-size": 14, | ||||
|     "spacing": 10, | ||||
| 	"show-passive-items": true | ||||
|   } | ||||
| } | ||||
|  | ||||
							
								
								
									
										64
									
								
								configs/Waybar_l/MacAir7,2/shvedes/Scale1x/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								configs/Waybar_l/MacAir7,2/shvedes/Scale1x/style.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,64 @@ | ||||
| * { | ||||
|   border: none; | ||||
|   font-family: JetBrainsMono Nerd Font; | ||||
|   font-weight: bold; | ||||
|   font-size: 12px; | ||||
|   min-height: 0; | ||||
|   border-radius: 20; | ||||
|   padding-right: 4px; | ||||
|   padding-left: 4px; | ||||
| } | ||||
|  | ||||
| tooltip { | ||||
| 	background: #282828; | ||||
| 	border: 0px solid; | ||||
| 	border-radius: 18px; | ||||
| } | ||||
|  | ||||
| window#waybar { | ||||
|   background: #282828; | ||||
|   color: #ebdbb2; | ||||
| } | ||||
|  | ||||
| #workspaces button { | ||||
|   padding: 0 0.6em; | ||||
|   color: #a89984; | ||||
|   background: #504945; | ||||
|   border-radius: 0px; | ||||
|   margin-right: 4px; | ||||
|   margin-left: 4px; | ||||
|   margin-top: 2px; | ||||
|   margin-bottom: 2px; | ||||
| } | ||||
|  | ||||
| #workspaces button.active { | ||||
|   color: #ebdbb2; | ||||
|   background: #665c54; | ||||
| } | ||||
|  | ||||
| #workspaces button.urgent { | ||||
|   color: #1d2021; | ||||
|   background: #fb4934; | ||||
| } | ||||
|  | ||||
| #workspaces button:hover { | ||||
|   background: #665c54; | ||||
| } | ||||
|  | ||||
| #disk, | ||||
| #clock, | ||||
| #memory, | ||||
| #workspaces, | ||||
| #battery, | ||||
| #idle_inhibitor, | ||||
| #custom-cpu | ||||
| #tray { | ||||
|   color: #d5c4a1; | ||||
|   background: #433e3c; | ||||
|   padding: 0 0.6em; | ||||
|   margin-right: 4px; | ||||
|   margin-left: 2px; | ||||
|   margin-top: 4px; | ||||
|   margin-bottom: 4px; | ||||
|   border-radius: 18px; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user