mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
6 Commits
fe51be7d45
...
7d6bc4dffe
Author | SHA1 | Date | |
---|---|---|---|
7d6bc4dffe | |||
f5be4a1593 | |||
5b1b29a72c | |||
f0c4c702a2 | |||
0dce1d037d | |||
1166d74b4c |
@ -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
|
||||
|
@ -11,3 +11,4 @@
|
||||
(package! docker-compose-mode)
|
||||
(package! nginx-mode)
|
||||
(package! fish-mode)
|
||||
(package! salt-mode)
|
||||
|
@ -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)
|
||||
|
@ -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 ========================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user