1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

..

6 Commits

4 changed files with 8 additions and 8 deletions

View File

@ -227,9 +227,3 @@ Setup mu4e with multiple profiles
(elfeed-goodies/setup))
#+END_SRC
* Spelling
#+BEGIN_SRC emacs-lisp
(after! ispell
(setq ispell-dictionary "en_GB-large,nl_NL")
(ispell-set-spellchecker-params)
(ispell-hunspell-add-multi-dic "en_GB-large,nl_NL"))
#+END_SRC

View File

@ -11,3 +11,4 @@
(package! docker-compose-mode)
(package! nginx-mode)
(package! fish-mode)
(package! salt-mode)

View File

@ -33,6 +33,7 @@ end
path_if_exists ~/.config/yarn/global/node_modules/.bin
path_if_exists ~/.local/bin
path_if_exists ~/.emacs.d/bin
path_if_exists ~/go/bin
# Set GPG TTY
set GPG_TTY (tty)

View File

@ -55,7 +55,7 @@ inherit = bar/base-laptop
bottom = true
monitor = ${env:MONITOR:eDP1}
modules-right = system-usb-udev
modules-right = corona seperator system-usb-udev
modules-left = mpd player-mpris-tail
[bar/laptop-top]
@ -404,7 +404,11 @@ content-foreground = ${colors.primary}
[module/corona]
type = custom/script
exec = curl --silent "https://corona-stats.online/Netherlands?minimal=true" | sed -n '2p' | awk '{ print $6, $7"%", $9$10, $11$12 }'
exec = curl --silent "https://corona-stats.online/Netherlands?minimal=true" | sed -n '2p' | sed 's/\x1b\[[0-9;]*m//g' | awk '{ print "😷" $6, "💀" $7"%", $9$10, $11$12 }'
interval = 900
click-left = brave https://corona-stats.online/Netherlands
click-right = brave https://corona-stats.online
;== Other Settings ========================================================