mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
add spicetify config and themes
This commit is contained in:
parent
9a9fa6f0d0
commit
8b84aba425
1
.config/spicetify/Themes
Submodule
1
.config/spicetify/Themes
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7740b3b14d9f53e3da29f7ce04a98dccc13d2a67
|
||||
34
.config/spicetify/config.ini
Normal file
34
.config/spicetify/config.ini
Normal file
@ -0,0 +1,34 @@
|
||||
[Setting]
|
||||
spotify_launch_flags =
|
||||
spotify_path = /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify
|
||||
overwrite_assets = 1
|
||||
color_scheme = Beach-Sunset
|
||||
inject_css = 1
|
||||
replace_colors = 1
|
||||
check_spicetify_upgrade = 0
|
||||
prefs_path = /home/grfreire/.var/app/com.spotify.Client/config/spotify/prefs
|
||||
current_theme = Dribbblish
|
||||
|
||||
[Preprocesses]
|
||||
disable_sentry = 1
|
||||
disable_ui_logging = 1
|
||||
remove_rtl_rule = 1
|
||||
expose_apis = 1
|
||||
disable_upgrade_check = 1
|
||||
|
||||
[AdditionalOptions]
|
||||
experimental_features = 0
|
||||
fastUser_switching = 0
|
||||
home = 0
|
||||
lyric_always_show = 0
|
||||
lyric_force_no_sync = 0
|
||||
radio = 0
|
||||
song_page = 0
|
||||
visualization_high_framerate = 0
|
||||
extensions = dribbblish.js
|
||||
custom_apps =
|
||||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.1.55.498.gf9a83c60
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule ".alacritty/themes/dracula"]
|
||||
path = .alacritty/themes/dracula
|
||||
url = git@github.com:dracula/alacritty.git
|
||||
[submodule ".config/spicetify/Themes"]
|
||||
path = .config/spicetify/Themes
|
||||
url = git@github.com:morpheusthewhite/spicetify-themes.git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user