mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 16:36:10 +01:00
final theming scripts and modification
This commit is contained in:
BIN
spicetify/.config/spicetify/Backup/login.spa
Executable file
BIN
spicetify/.config/spicetify/Backup/login.spa
Executable file
Binary file not shown.
BIN
spicetify/.config/spicetify/Backup/xpui.spa
Executable file
BIN
spicetify/.config/spicetify/Backup/xpui.spa
Executable file
Binary file not shown.
16
spicetify/.config/spicetify/Themes/Pywal/color.ini
Normal file
16
spicetify/.config/spicetify/Themes/Pywal/color.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[Dynamic]
|
||||
text = c2c2c4
|
||||
subtext = c2c2c4
|
||||
main = 0b0c16
|
||||
sidebar = 0b0c16
|
||||
player = 0b0c16
|
||||
card = 0b0c16
|
||||
shadow = 0b0c16
|
||||
selected-row = 53ACE4
|
||||
button = 1171B0
|
||||
button-active = 53ACE4
|
||||
button-disabled = 484850
|
||||
tab-active = 1171B0
|
||||
notification = 0b0c16
|
||||
notification-error = 1171B0
|
||||
misc = 0b0c16
|
||||
5
spicetify/.config/spicetify/Themes/Pywal/update-colors.sh
Executable file
5
spicetify/.config/spicetify/Themes/Pywal/update-colors.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -r $HOME/.cache/wal/colors-spicetify.ini $HOME/.config/spicetify/Themes/Pywal
|
||||
cd $HOME/.config/spicetify/Themes/Pywal
|
||||
mv colors-spicetify.ini color.ini
|
||||
31
spicetify/.config/spicetify/config-xpui.ini
Normal file
31
spicetify/.config/spicetify/config-xpui.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
[Setting]
|
||||
inject_theme_js = 1
|
||||
overwrite_assets = 0
|
||||
check_spicetify_upgrade = 1
|
||||
prefs_path = /home/mike/.config/spotify/prefs
|
||||
current_theme = Pywal
|
||||
inject_css = 1
|
||||
replace_colors = 1
|
||||
spotify_launch_flags =
|
||||
spotify_path = /opt/spotify/
|
||||
color_scheme =
|
||||
|
||||
[Preprocesses]
|
||||
expose_apis = 1
|
||||
disable_sentry = 1
|
||||
disable_ui_logging = 1
|
||||
remove_rtl_rule = 1
|
||||
|
||||
[AdditionalOptions]
|
||||
extensions =
|
||||
custom_apps =
|
||||
sidebar_config = 1
|
||||
home_config = 1
|
||||
experimental_features = 1
|
||||
|
||||
[Patch]
|
||||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.2.20.1210.g2a8a8a57
|
||||
with = Dev
|
||||
Reference in New Issue
Block a user