making nyxt prettier
This commit is contained in:
parent
6e88893a19
commit
72b6c49e94
4 changed files with 31 additions and 31 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue