diff options
| author | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
| commit | d65c51e304691fd369b7b3654dde2956c94eae73 (patch) | |
| tree | ec1e449cd2959f197695208580e2b0ed51de5244 | |
| parent | 57cb004b71a9a9f688418da05cf88cc670b69f0f (diff) | |
Cleanup permissions
| -rw-r--r-- | dot_config/mpd/mpd.conf (renamed from dot_config/mpd/executable_mpd.conf) | 0 | ||||
| -rw-r--r-- | dot_config/mpd/playlists/encrypted_Sabaton.m3u.age (renamed from dot_config/mpd/playlists/encrypted_executable_Sabaton.m3u.age) | 0 | ||||
| -rw-r--r-- | dot_config/mpd/playlists/encrypted_Stoic.m3u.age (renamed from dot_config/mpd/playlists/encrypted_executable_Stoic.m3u.age) | 0 | ||||
| -rw-r--r-- | dot_config/mpv/mpv.conf.tmpl (renamed from dot_config/mpv/executable_mpv.conf.tmpl) | 0 | ||||
| -rw-r--r-- | dot_config/ncmpcpp/config.tmpl | 3 | ||||
| -rw-r--r-- | dot_config/yt-dlp/config.tmpl (renamed from dot_config/yt-dlp/executable_config.tmpl) | 0 | ||||
| -rw-r--r-- | dot_config/yt-dlp/tmpdl.tmpl (renamed from dot_config/yt-dlp/executable_tmpdl.tmpl) | 0 | ||||
| -rw-r--r-- | private_dot_local/bin/executable_gopassmenu.tmpl | 2 | ||||
| -rw-r--r-- | private_dot_local/bin/executable_gousermenu.tmpl | 2 |
9 files changed, 3 insertions, 4 deletions
diff --git a/dot_config/mpd/executable_mpd.conf b/dot_config/mpd/mpd.conf index a7fbbb2..a7fbbb2 100644 --- a/dot_config/mpd/executable_mpd.conf +++ b/dot_config/mpd/mpd.conf diff --git a/dot_config/mpd/playlists/encrypted_executable_Sabaton.m3u.age b/dot_config/mpd/playlists/encrypted_Sabaton.m3u.age index 82f557b..82f557b 100644 --- a/dot_config/mpd/playlists/encrypted_executable_Sabaton.m3u.age +++ b/dot_config/mpd/playlists/encrypted_Sabaton.m3u.age diff --git a/dot_config/mpd/playlists/encrypted_executable_Stoic.m3u.age b/dot_config/mpd/playlists/encrypted_Stoic.m3u.age index ebf60e8..ebf60e8 100644 --- a/dot_config/mpd/playlists/encrypted_executable_Stoic.m3u.age +++ b/dot_config/mpd/playlists/encrypted_Stoic.m3u.age diff --git a/dot_config/mpv/executable_mpv.conf.tmpl b/dot_config/mpv/mpv.conf.tmpl index d94f17f..d94f17f 100644 --- a/dot_config/mpv/executable_mpv.conf.tmpl +++ b/dot_config/mpv/mpv.conf.tmpl diff --git a/dot_config/ncmpcpp/config.tmpl b/dot_config/ncmpcpp/config.tmpl index 240325f..d62f1d1 100644 --- a/dot_config/ncmpcpp/config.tmpl +++ b/dot_config/ncmpcpp/config.tmpl @@ -7,8 +7,7 @@ startup_screen = "media_library" media_library_primary_tag = album_artist -{{- if eq .chezmoi.hostname "Aragorn" }} -# Use dark mode at home +{{- if eq .colors "dark" }} main_window_color = white {{- else }} main_window_color = black diff --git a/dot_config/yt-dlp/executable_config.tmpl b/dot_config/yt-dlp/config.tmpl index 60cad5e..60cad5e 100644 --- a/dot_config/yt-dlp/executable_config.tmpl +++ b/dot_config/yt-dlp/config.tmpl diff --git a/dot_config/yt-dlp/executable_tmpdl.tmpl b/dot_config/yt-dlp/tmpdl.tmpl index 7981b8e..7981b8e 100644 --- a/dot_config/yt-dlp/executable_tmpdl.tmpl +++ b/dot_config/yt-dlp/tmpdl.tmpl diff --git a/private_dot_local/bin/executable_gopassmenu.tmpl b/private_dot_local/bin/executable_gopassmenu.tmpl index a350763..82fed5c 100644 --- a/private_dot_local/bin/executable_gopassmenu.tmpl +++ b/private_dot_local/bin/executable_gopassmenu.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{- if eq .chezmoi.hostname "Aragorn" }} +{{- if eq .wm "x11" }} # Home laptop PW="$(gopass ls --flat | dmenu -l 15 -p 'Password: ' | xargs -r gopass show | head -n1)" # [t]ype or copy diff --git a/private_dot_local/bin/executable_gousermenu.tmpl b/private_dot_local/bin/executable_gousermenu.tmpl index 7fe9e48..39931d3 100644 --- a/private_dot_local/bin/executable_gousermenu.tmpl +++ b/private_dot_local/bin/executable_gousermenu.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{- if eq .chezmoi.hostname "Aragorn" }} +{{- if eq .wm "x11" }} # Home laptop uname="$(gopass ls --flat | dmenu -l 15 -p 'Username: ' | xargs -r gopass show | sed -n '2p')" # [t]ype or copy |