mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
No commits in common. "7d6bc4dffedc88123d9a6a24002db0dbe205987d" and "fe51be7d45512d6d4d6c3e5ada95b570fb9513cb" have entirely different histories.
7d6bc4dffe
...
fe51be7d45
@ -227,3 +227,9 @@ Setup mu4e with multiple profiles
|
|||||||
(elfeed-goodies/setup))
|
(elfeed-goodies/setup))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Spelling
|
* 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,4 +11,3 @@
|
|||||||
(package! docker-compose-mode)
|
(package! docker-compose-mode)
|
||||||
(package! nginx-mode)
|
(package! nginx-mode)
|
||||||
(package! fish-mode)
|
(package! fish-mode)
|
||||||
(package! salt-mode)
|
|
||||||
|
@ -33,7 +33,6 @@ end
|
|||||||
path_if_exists ~/.config/yarn/global/node_modules/.bin
|
path_if_exists ~/.config/yarn/global/node_modules/.bin
|
||||||
path_if_exists ~/.local/bin
|
path_if_exists ~/.local/bin
|
||||||
path_if_exists ~/.emacs.d/bin
|
path_if_exists ~/.emacs.d/bin
|
||||||
path_if_exists ~/go/bin
|
|
||||||
|
|
||||||
# Set GPG TTY
|
# Set GPG TTY
|
||||||
set GPG_TTY (tty)
|
set GPG_TTY (tty)
|
||||||
|
@ -55,7 +55,7 @@ inherit = bar/base-laptop
|
|||||||
bottom = true
|
bottom = true
|
||||||
monitor = ${env:MONITOR:eDP1}
|
monitor = ${env:MONITOR:eDP1}
|
||||||
|
|
||||||
modules-right = corona seperator system-usb-udev
|
modules-right = system-usb-udev
|
||||||
modules-left = mpd player-mpris-tail
|
modules-left = mpd player-mpris-tail
|
||||||
|
|
||||||
[bar/laptop-top]
|
[bar/laptop-top]
|
||||||
@ -404,11 +404,7 @@ content-foreground = ${colors.primary}
|
|||||||
|
|
||||||
[module/corona]
|
[module/corona]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
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 }'
|
exec = curl --silent "https://corona-stats.online/Netherlands?minimal=true" | sed -n '2p' | 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 ========================================================
|
;== Other Settings ========================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user