making nyxt prettier

This commit is contained in:
Chris Cochrun 2021-09-24 06:20:45 -05:00
parent 6e88893a19
commit 72b6c49e94
4 changed files with 31 additions and 31 deletions

View file

@ -30,7 +30,7 @@
;; Create a function to launch mpv with given url
(defun mpv (url)
"MPV launches with given url using the fast profile."
(uiop:run-program (list "mpv" "--profile=fast" url)))
(uiop:run-program (list "mpv" "--profile=fast" url "&")))
;; Create a function to download videos with youtube-dl in alacritty
(defun youtube-dl (url)
@ -108,8 +108,8 @@
:background "#282a36"
:color "#e2e4e5"
:line-height "1fr")
("#container"
:grid-template-columns "0px 4fr 0px 2fr 0px 0px")
("#container-vi"
:grid-template-columns "0px 30px 2fr 0px 240px")
("#controls"
:background-color "#282a36"
:color "#f3f99d"