diff options
| -rw-r--r-- | .config/emacs/settings.org | 12 | ||||
| -rw-r--r-- | .config/tofi/config | 2 | ||||
| -rw-r--r-- | wallpapers/active/wallpaper.png | bin | 4831218 -> 6374874 bytes | |||
| -rw-r--r-- | wallpapers/inactive/castle.png | bin | 0 -> 4831218 bytes |
4 files changed, 8 insertions, 6 deletions
diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index 3910946..2e0c1ec 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -74,11 +74,9 @@ (menu-bar-mode -1) (column-number-mode +1) - (global-display-line-numbers-mode t) (setq-default fill-column 80) - - (set-frame-parameter (selected-frame) 'alpha '(90 . 90)) - (add-to-list 'default-frame-alist '(alpha . (90 . 90))) + (global-display-line-numbers-mode t) + (setq display-line-numbers-width-start t) (use-package rainbow-delimiters :hook (prog-mode . rainbow-delimiters-mode)) @@ -179,7 +177,11 @@ * Style #+begin_src emacs-lisp - # make frame transparent + ;; selected frame transparent + (set-frame-parameter (selected-frame) 'alpha '(90 . 90)) + (add-to-list 'default-frame-alist '(alpha . (90 . 90))) + + ;; make frame transparent (set-frame-parameter nil 'alpha-background 75) (add-to-list 'default-frame-alist '(alpha-background . 75)) diff --git a/.config/tofi/config b/.config/tofi/config index cf01177..f19400b 100644 --- a/.config/tofi/config +++ b/.config/tofi/config @@ -102,7 +102,7 @@ # alternate-result-background-corner-radius = 0 # Selection text - selection-color = #F92672 + selection-color = #EEABC4 selection-background = #00000000 selection-background-padding = 0 selection-background-corner-radius = 0 diff --git a/wallpapers/active/wallpaper.png b/wallpapers/active/wallpaper.png Binary files differindex b4032d5..c73bf44 100644 --- a/wallpapers/active/wallpaper.png +++ b/wallpapers/active/wallpaper.png diff --git a/wallpapers/inactive/castle.png b/wallpapers/inactive/castle.png Binary files differnew file mode 100644 index 0000000..b4032d5 --- /dev/null +++ b/wallpapers/inactive/castle.png |
