add MacBook Air 7,2 waybar config
This commit is contained in:
		
							
								
								
									
										36
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/config
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/config
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,36 @@ | ||||
| { | ||||
| "include": "~/.config/waybar/modules", | ||||
| "layer": "top", | ||||
| "exclusive": true, | ||||
| "passthrough": false, | ||||
| "position": "top", | ||||
| "spacing": 3, | ||||
| "fixed-center": true, | ||||
| "ipc": true, | ||||
| "margin-top": 0, | ||||
| "margin-left": 0, | ||||
| "margin-right": 0, | ||||
| "margin-bottom": 0, | ||||
|  | ||||
| "modules-left": [ | ||||
|   "hyprland/workspaces", | ||||
|   "clock", | ||||
| 	"custom/cava", | ||||
|   "mpris" | ||||
| 	], | ||||
|  | ||||
| "modules-center": [ | ||||
| 	"hyprland/window" | ||||
| 	],  | ||||
|  | ||||
| "modules-right": [ | ||||
| 	"wlr/taskbar", | ||||
| 	"cpu",  | ||||
| 	"temperature",  | ||||
| 	"memory", | ||||
| 	"custom/swaync", | ||||
| 	"pulseaudio", | ||||
|   "bluetooth", | ||||
|   "idle_inhibitor" | ||||
| 	] | ||||
| } | ||||
							
								
								
									
										174
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/modules
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										174
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/modules
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,174 @@ | ||||
| { | ||||
| "hyprland/workspaces": { | ||||
| 	"active-only": true, | ||||
|     "all-outputs": false,  | ||||
|     "show-special": false, | ||||
|     "on-click": "activate", | ||||
|     "on-scroll-up": "hyprctl dispatch workspace e+1", | ||||
|     "on-scroll-down": "hyprctl dispatch workspace e-1", | ||||
| }, | ||||
|         | ||||
| "bluetooth": { | ||||
|     "format": "  ", | ||||
|     "format-disabled": "  ", | ||||
|     "format-connected": "  {num_connections} ", | ||||
|     "tooltip-format": " {device_alias}", | ||||
|     "tooltip-format-connected": "{device_enumerate}", | ||||
|     "tooltip-format-enumerate-connected": " {device_alias} {device_battery_percentage}%", | ||||
|     "tooltip": true, | ||||
|     "on-click": "blueman-manager" | ||||
| }, | ||||
|  | ||||
| "idle_inhibitor": { | ||||
|     "format": "{icon}", | ||||
|     "format-icons": { | ||||
|       "activated": " ",  | ||||
| 	    "deactivated":" "  | ||||
|   	  } | ||||
|     }, | ||||
|       | ||||
| "clock": { | ||||
|     "interval": 1, | ||||
|     "format": "   {:%H:%M} ", | ||||
|     "format-alt": "   {:%H:%M     %Y, %d %B, %A} ", | ||||
|     "tooltip-format": "<tt><small>{calendar}</small></tt>", | ||||
|     "calendar": { | ||||
|       "mode"          : "year", | ||||
|       "mode-mon-col"  : 3, | ||||
|       "weeks-pos"     : "right", | ||||
|       "on-scroll"     : 1, | ||||
|       "format": { | ||||
|       "days":       "<span color='#ebdbb2'><b>{}</b></span>", | ||||
|       "weeks":      "<span color='#99ffdd'><b>W{}</b></span>", | ||||
|       "weekdays":   "<span color='#ebdbb2'><b>{}</b></span>", | ||||
|       "today":      "<span color='#ff6699'><b><u>{}</u></b></span>" | ||||
|                 } | ||||
|                 } | ||||
|     },               | ||||
|     "actions":  { | ||||
|       "on-click-right": "mode", | ||||
|       "on-click-forward": "tz_up", | ||||
|       "on-click-backward": "tz_down", | ||||
|       "on-scroll-up": "shift_up", | ||||
|       "on-scroll-down": "shift_down" | ||||
| }, | ||||
|     | ||||
| "cpu": { | ||||
|     "format": " {usage}%  ",   | ||||
|     "interval": 1, | ||||
|     "on-click-right": "gnome-system-monitor" | ||||
| }, | ||||
|           | ||||
| "hyprland/window": { | ||||
|     "format": " {} ", | ||||
|     "max-length": 60, | ||||
|     "separate-outputs": true, | ||||
|     "offscreen-css" : true, | ||||
|     "offscreen-css-text": "(inactive)", | ||||
|      "rewrite": { | ||||
|           "(.*) — Mozilla Firefox": " $1", | ||||
|           "(.*) - fish": "> [$1]", | ||||
|           "(.*) - zsh": "> [$1]", | ||||
|           "(.*) - kitty": "> [$1]" | ||||
|     } | ||||
| }, | ||||
|    | ||||
| "memory": { | ||||
|     "interval": 10, | ||||
|     "format": " {percentage}%  ", | ||||
|     "format-alt-click": "click", | ||||
|     "tooltip": true, | ||||
|     "tooltip-format": "{used:0.1f}GB/{total:0.1f}G", | ||||
|     "on-click-right": "kitty -c ~/.config/dotfiles/kitty/kitty.conf --title btop sh -c 'btop'" | ||||
| }, | ||||
|  | ||||
| "mpris": { | ||||
|     "interval": 10, | ||||
| 	"format": " {title} ", | ||||
| 	"format-paused": " {title} {status_icon} ", | ||||
| 	"on-click": "playerctl play-pause", | ||||
|     "on-click-right": "playerctl next", | ||||
|     "scroll-step": 5.0, | ||||
|     "smooth-scrolling-threshold": 1, | ||||
| 	"status-icons": { | ||||
| 		"paused": "", | ||||
|         "playing": "", | ||||
|         "stopped": "" | ||||
| 	}, | ||||
| 	"max-length": 30 | ||||
| }, | ||||
|  | ||||
|        | ||||
| "pulseaudio": { | ||||
|     "format": " {volume}% {icon} ", | ||||
|     "format-bluetooth": "  {volume}% {icon} ", | ||||
|     "format-muted": "", | ||||
|     "format-icons": { | ||||
|         "headphone": "", | ||||
|         "hands-free": "", | ||||
|         "headset": "", | ||||
|         "phone": "", | ||||
|         "portable": "", | ||||
|         "car": "", | ||||
|     "default": ["", "", "", ""],  | ||||
|     "ignored-sinks": ["Easy Effects Sink"] | ||||
|     }, | ||||
|     "scroll-step": 5.0, | ||||
|     "on-click": "pavucontrol -t 3", | ||||
| 	"tooltip-format": "{icon} {desc} | {volume}%", | ||||
|     "smooth-scrolling-threshold": 1 | ||||
| }, | ||||
|        | ||||
| "temperature": { | ||||
|     "interval": 10, | ||||
|     "tooltip": true, | ||||
|     "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], | ||||
|     "critical-threshold": 82, | ||||
|     "format-critical": "{temperatureC}°C {icon}", | ||||
|     "format": " {temperatureC}°C {icon} ", | ||||
|     "format-icons": [""], | ||||
|     "on-click-right": "kitty -c ~/.config/dotfiles/kitty/kitty.conf --title nvtop sh -c 'nvtop'" | ||||
| }, | ||||
|                      | ||||
| "custom/swaync": { | ||||
|     "tooltip":true,      | ||||
|     "format": " {} {icon} ", | ||||
|     "format-icons": { | ||||
|       "notification": "<span foreground='red'><sup></sup></span>", | ||||
|       "none": "", | ||||
|       "dnd-notification": "<span foreground='red'><sup></sup></span>", | ||||
|       "dnd-none": "", | ||||
|       "inhibited-notification": "<span foreground='red'><sup></sup></span>", | ||||
|       "inhibited-none": "", | ||||
|       "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", | ||||
|       "dnd-inhibited-none": "" | ||||
|     }, | ||||
|     "return-type": "json", | ||||
|     "exec-if": "which swaync-client", | ||||
|     "exec": "swaync-client -swb", | ||||
|     "on-click": "sleep 0.1 && swaync-client -t -sw", | ||||
|     "on-click-right": "swaync-client -d -sw", | ||||
|     "escape": true | ||||
|     }, | ||||
|  | ||||
| "wlr/taskbar": { | ||||
|     "format": " {icon} ", | ||||
|     "icon-size": 20, | ||||
|     "all-outputs": false, | ||||
|     "tooltip-format": "{title}", | ||||
|     "on-click": "activate", | ||||
|     "on-click-middle": "close", | ||||
|     "ignore-list": [ | ||||
|           "wofi", | ||||
|           "rofi", | ||||
|           "org.mozilla.firefox", | ||||
|           "kitty" | ||||
|                    ] | ||||
|     }, | ||||
|  | ||||
| "custom/cava": { | ||||
|     "exec": "~/.config/dotfiles/hyprland/scripts/waybarCava.sh", | ||||
|     "format": "{}", | ||||
|     "on-click": "kitty -c ~/.config/dotfiles/kitty/kitty.conf nvim -c cd ~/.config/dotfiles/" | ||||
|     }   | ||||
| } | ||||
							
								
								
									
										83
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								configs/Waybar_l/M1Pro/shub39/Scale1.6x/style.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | ||||
| * { | ||||
| font-family: "Iosevka Nerd Font"; | ||||
| font-weight: bold; | ||||
| min-height: 0; | ||||
| font-size: 102%; | ||||
| font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; | ||||
| padding: 1px; | ||||
| } | ||||
|  | ||||
| window#waybar { | ||||
|   	background-color: rgba(0, 0, 0, 0); | ||||
|   	transition-property: background-color; | ||||
|   	transition-duration: .5s; | ||||
| } | ||||
|  | ||||
| window#waybar.hidden { | ||||
|   	opacity: 0.5; | ||||
| } | ||||
|  | ||||
| window#waybar.empty { | ||||
| 	background-color: transparent; | ||||
| } | ||||
|  | ||||
| window#waybar.empty #window { | ||||
| 	padding: 0px; | ||||
| 	border: 0px; | ||||
| 	background-color: transparent; | ||||
| } | ||||
|  | ||||
| tooltip { | ||||
| 	opacity: 1; | ||||
| 	border-radius: 10px; | ||||
| } | ||||
|  | ||||
| tooltip label{ | ||||
| 	padding: 10px; | ||||
| 	color: #ebdbb2; | ||||
| } | ||||
|  | ||||
| #custom-cava, | ||||
| #clock, | ||||
| #cpu, | ||||
| #memory, | ||||
| #mpris, | ||||
| #network, | ||||
| #pulseaudio, | ||||
| #bluetooth, | ||||
| #idle_inhibitor, | ||||
| #temperature, | ||||
| #workspaces, | ||||
| #custom-menu, | ||||
| #custom-swaync{ | ||||
| 	border-radius: 10px; | ||||
|   color: #ebdbb2; | ||||
| 	padding-top: 3px; | ||||
| 	padding-bottom: 3px; | ||||
|   padding-left: 6px; | ||||
|   padding-right: 6px; | ||||
| } | ||||
|  | ||||
| #window{ | ||||
|   color: #ebdbb2; | ||||
|   padding-top: 3px; | ||||
|   padding-bottom: 3px; | ||||
|   padding-right: 6px; | ||||
|   padding-left: 6px; | ||||
|   border-radius: 12px; | ||||
| } | ||||
|  | ||||
| #workspaces button { | ||||
| 	margin: 1px; | ||||
|   box-shadow: none; | ||||
| 	text-shadow: none; | ||||
|   border-radius: 12px; | ||||
|   padding-left: 6px; | ||||
|   padding-right: 6px; | ||||
|   background-color: #ebdbb2; | ||||
|   color: #282828; | ||||
| } | ||||
|  | ||||
| #temperature.critical { | ||||
|   background-color: red; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user