mirror of https://github.com/Flinner/dots.git
				
				
				
			feat: emacs transperancy! (and matching polybar)
This commit is contained in:
		
							parent
							
								
									ce981c9e1b
								
							
						
					
					
						commit
						db2a8899b0
					
				|  | @ -186,6 +186,15 @@ Actuall Theme: | |||
|     (doom-themes-org-config)) | ||||
| #+end_src | ||||
| 
 | ||||
| Transperancy! | ||||
| #+begin_src emacs-lisp | ||||
|   ;; for the first frame | ||||
|   (set-frame-parameter nil 'alpha-background 0.9) | ||||
|   ;; for other frames | ||||
|   (add-hook 'server-after-make-frame-hook | ||||
|       (lambda nil  (set-frame-parameter nil 'alpha-background 0.9))) | ||||
| #+end_src | ||||
| 
 | ||||
| #+begin_src emacs-lisp | ||||
|   (use-package olivetti | ||||
|     :diminish | ||||
|  |  | |||
|  | @ -209,7 +209,7 @@ opacity-rule = [ | |||
|   "100:class_g    = 'Alacritty'", | ||||
|   "100:class_g    = 'Wezterm'", | ||||
|   "99:class_g     = 'Emacs'", | ||||
|   "95:class_g     = 'Polybar'", | ||||
|   "90:class_g     = 'Polybar'", | ||||
|   "100:class_g    = 'code-oss'", | ||||
|   "100:class_g    = 'Meld'", | ||||
|   "100:class_g     = 'TelegramDesktop'", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue