feat: migrate nm-applet and spicetify from yadm
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
|
||||
{{- if not (index $tags "entertainment") -}}
|
||||
.config/autostart/jellyfin-mpv-shim.desktop
|
||||
.config/spicetify/**
|
||||
{{- end -}}
|
||||
|
||||
{{- if not (index $tags "laptop") -}}
|
||||
.config/autostart/nm-applet.desktop
|
||||
{{- end -}}
|
||||
|
||||
{{- if not (index $tags "desktop") -}}
|
||||
|
||||
5
dot_config/autostart/nm-applet.desktop
Normal file
5
dot_config/autostart/nm-applet.desktop
Normal file
@@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/nm-applet --indicator
|
||||
Name=nm-applet
|
||||
Comment=network monitor and control GUI applet
|
||||
Type=Application
|
||||
32
dot_config/spicetify/config-xpui.ini.tmpl
Normal file
32
dot_config/spicetify/config-xpui.ini.tmpl
Normal file
@@ -0,0 +1,32 @@
|
||||
[Setting]
|
||||
spotify_path = $HOME/.local/share/spotify-launcher/install/usr/share/spotify/
|
||||
current_theme = Ziro
|
||||
color_scheme = rose-pine
|
||||
inject_theme_js = 1
|
||||
replace_colors = 1
|
||||
always_enable_devtools = 0
|
||||
prefs_path = {{ .chezmoi.homeDir }}/.config/spotify/prefs
|
||||
inject_css = 1
|
||||
overwrite_assets = 0
|
||||
spotify_launch_flags =
|
||||
check_spicetify_update = 1
|
||||
|
||||
[Preprocesses]
|
||||
disable_sentry = 1
|
||||
disable_ui_logging = 1
|
||||
remove_rtl_rule = 1
|
||||
expose_apis = 1
|
||||
|
||||
[AdditionalOptions]
|
||||
custom_apps = marketplace
|
||||
sidebar_config = 0
|
||||
home_config = 1
|
||||
experimental_features = 1
|
||||
extensions =
|
||||
|
||||
[Patch]
|
||||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.2.63.394.g126b0d89
|
||||
with = 2.41.0
|
||||
Reference in New Issue
Block a user