1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

tweaks on dunst

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-18 14:41:45 +02:00
parent 11eb9404b9
commit 5793f06625
3 changed files with 16 additions and 5 deletions

View File

@ -9,7 +9,7 @@
}; };
settings = { settings = {
global = { global = {
geometry = "300x5-30+50"; geometry = "800x5-30+50";
transparency = 10; transparency = 10;
frame_color = "#839496"; frame_color = "#839496";
font = "Hasklug Nerd Font 10"; font = "Hasklug Nerd Font 10";

View File

@ -1 +1 @@
nucturne/ stel-xps/

View File

@ -311,9 +311,20 @@
;(push 'rustic-clippy flycheck-checkers) ;(push 'rustic-clippy flycheck-checkers)
;; company mode ;; company mode
(add-hook 'rustic-mode-hook 'company-mode) ;(add-hook 'rustic-mode-hook 'company-mode)
(add-hook 'rustic-mode-hook 'flymake-mode) ;(add-hook 'rustic-mode-hook 'flymake-mode)
(use-package rustic
:after lsp
:config
(add-to-list 'flycheck-checkers 'rustic-clippy)
(flycheck-add-next-checker 'lsp 'rustic-clippy)
:custom
(rustic-format-trigger 'on-save)
(rustic-flycheck-clippy-params "--message-format=json")
:hook
(rustic-mode . company-mode)
(rustic-mode . flymake-mode)
)
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;;;;;;;;;;;;;;; beacon ;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;; beacon ;;;;;;;;;;;;;;;;;