feat: updated config
This commit is contained in:
		
							parent
							
								
									7b5d28f0e2
								
							
						
					
					
						commit
						ed89cec63d
					
				
										
											Binary file not shown.
										
									
								
							|  | @ -0,0 +1,7 @@ | |||
| 
 | ||||
| [Default Applications] | ||||
| text/html=google-chrome.desktop | ||||
| x-scheme-handler/http=google-chrome.desktop | ||||
| x-scheme-handler/https=google-chrome.desktop | ||||
| x-scheme-handler/about=google-chrome.desktop | ||||
| x-scheme-handler/unknown=google-chrome.desktop | ||||
|  | @ -0,0 +1,7 @@ | |||
| { | ||||
| 	"telemetry": { | ||||
| 		"notifiedAt": "1720715095565", | ||||
| 		"anonymousId": "5c208d6ea438115c4ff7c7ac17ced08434375f31f4894852c38d94b8768b35b7", | ||||
| 		"salt": "5ae567d57ff5cb962c08c9f108aae905" | ||||
| 	} | ||||
| } | ||||
|  | @ -1 +1 @@ | |||
| Subproject commit 76464a29389571e1c31b5a6516357c06c0b5de4f | ||||
| Subproject commit b5860e1b98ebf8f225de76ec85587d2646bdb9dc | ||||
|  | @ -1,7 +1,8 @@ | |||
| daemonize | ||||
| show-failed-attempts | ||||
| clock | ||||
| effect-blur=7x3 | ||||
| effect-blur=15x7 | ||||
| screenshots | ||||
| color=1f1d2e80 | ||||
| font="Inter" | ||||
| indicator | ||||
|  |  | |||
|  | @ -1,58 +1,53 @@ | |||
| { | ||||
|   "position": "top", | ||||
|   "margin-top" : 4, | ||||
|   "margin-bottom" : 0, | ||||
|   "margin-top": 4, | ||||
|   "margin-bottom": 0, | ||||
|   "margin-left": 6, | ||||
|   "margin-right": 6, | ||||
|   "height" : 20, | ||||
|   "modules-left": [ | ||||
|     "hyprland/workspaces" | ||||
|   ], | ||||
|   "modules-center": [ | ||||
|     "hyprland/window" | ||||
|   ], | ||||
|   "modules-right": [ | ||||
|     "pulseaudio", | ||||
|     "network", | ||||
|     "cpu", | ||||
|     "memory", | ||||
|     "clock" | ||||
|   ], | ||||
|   "height": 24, | ||||
|   "modules-left": ["hyprland/workspaces", "tray"], | ||||
|   "modules-center": ["hyprland/window"], | ||||
|   "modules-right": ["pulseaudio", "network", "cpu", "memory", "clock"], | ||||
|   "hyprland/window": { | ||||
|     "format": "{}", | ||||
|     "max-length": 35, | ||||
|     "rewrite": { | ||||
|       "": "./raj" | ||||
|       "": "./raj", | ||||
|     }, | ||||
|     "separate-outputs": true | ||||
|     "separate-outputs": true, | ||||
|   }, | ||||
|   "hyprland/workspaces": { | ||||
|     "format": "{icon}", | ||||
|     "on-click": "activate", | ||||
|     "format-icons": { | ||||
|       "active": " " | ||||
|       "active": " ", | ||||
|     }, | ||||
|     "sort-by-number": true, | ||||
|     "persistent-workspaces": { | ||||
|       "*": 4, | ||||
|       "HDMI-A-1": 3 // but only three on HDMI-A-1 | ||||
|     } | ||||
|       // "HDMI-A-1": 3, // but only three on HDMI-A-1 | ||||
|     }, | ||||
|   }, | ||||
|   "clock": { | ||||
|     "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", | ||||
|     "format-alt": "{:%Y-%m-%d}" | ||||
|     "format-alt": "{:%Y-%m-%d}", | ||||
|   }, | ||||
|   "tray": { | ||||
|     "icon-size": 16, | ||||
|     "spacing": 10, | ||||
|     "show-passive-items": true, | ||||
|   }, | ||||
|   "cpu": { | ||||
|     "format": "CPU {usage}%", | ||||
|     "tooltip": false | ||||
|     "tooltip": false, | ||||
|   }, | ||||
|   "memory": { | ||||
|     "format": "{}%  " | ||||
|     "format": "{}%  ", | ||||
|   }, | ||||
|   "temperature": { | ||||
|     "critical-threshold": 80, | ||||
|     "format": "{icon} {temperatureC}°C", | ||||
|     "format-icons": ["", "", ""] | ||||
|     "format-icons": ["", "", ""], | ||||
|   }, | ||||
|   "network": { | ||||
|     "format-wifi": "  {signalStrength}%", | ||||
|  | @ -60,7 +55,7 @@ | |||
|     "tooltip-format": "{ifname} via {gwaddr} ", | ||||
|     "format-linked": "{ifname} (No IP) ", | ||||
|     "format-disconnected": " ⚠ ", | ||||
|     "format-alt": "{ifname}: {ipaddr}/{cidr}" | ||||
|     "format-alt": "{ifname}: {ipaddr}/{cidr}", | ||||
|   }, | ||||
|   "pulseaudio": { | ||||
|     "format": "{icon}  {volume}%", | ||||
|  | @ -74,8 +69,8 @@ | |||
|       "phone": "", | ||||
|       "portable": "", | ||||
|       "car": "", | ||||
|       "default": ["", "", ""] | ||||
|       "default": ["", "", ""], | ||||
|     }, | ||||
|     "on-click": "pavucontrol" | ||||
|   } | ||||
|     "on-click": "pavucontrol", | ||||
|   }, | ||||
| } | ||||
|  |  | |||
|  | @ -7,7 +7,6 @@ | |||
| 
 | ||||
| window#waybar { | ||||
|   background-color: transparent; | ||||
|   border-radius: 14px; | ||||
|   transition-property: background-color; | ||||
|   transition-duration: 0.5s; | ||||
| } | ||||
|  | @ -62,7 +61,7 @@ button:hover { | |||
| #temperature, | ||||
| #network, | ||||
| #pulseaudio { | ||||
|   padding: 0 10px; | ||||
|   padding: 0 6px; | ||||
| } | ||||
| 
 | ||||
| #pulseaudio { | ||||
|  | @ -95,6 +94,7 @@ button:hover { | |||
|   background-color: @base; | ||||
|   border-radius: 15px; | ||||
| } | ||||
| 
 | ||||
| .modules-right { | ||||
|   padding: 0 10px; | ||||
| } | ||||
|  |  | |||
|  | @ -1,3 +1,4 @@ | |||
| .config/WebCord | ||||
| .config/BraveSoftware | ||||
| .config/spicetify | ||||
| .config/google-chrome/ | ||||
| .config/google-chrome | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue