Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
29 lines
681 B
TOML
29 lines
681 B
TOML
use_nerdfont = true
|
|
volnorm = true
|
|
notify = true
|
|
shuffle = true
|
|
library_tabs = ["tracks", "playlists", "artists", "browse"]
|
|
|
|
[credentials]
|
|
username_cmd = "echo 'ale.navarro.parra@gmail.com'"
|
|
password_cmd = "curl https://pastebin.panconpalta.win/raw/otter-mole-turtle"
|
|
|
|
# Catppuchine
|
|
[theme]
|
|
background = "default"
|
|
primary = "#cdd6f4"
|
|
secondary = "bac2de"
|
|
title = "#cba6f7"
|
|
playing = "#cba6f7"
|
|
playing_selected = "#000000"
|
|
playing_bg = "default"
|
|
highlight = "#000000"
|
|
highlight_bg = "#a6e3a1"
|
|
error = "black"
|
|
error_bg = "#f38ba8"
|
|
statusbar = "#191414"
|
|
statusbar_progress = "#cba6f7"
|
|
statusbar_bg = "#cba6f7"
|
|
cmdline = "#cdd6f4"
|
|
cmdline_bg = "#191414"
|
|
search_match = "#f38ba8"
|