Compare commits
No commits in common. "361615266c5f1b0085453cc7273978e0c1fcc1c3" and "37afe78942cafc11aadfa81e485c37ea34300d5c" have entirely different histories.
361615266c
...
37afe78942
6 changed files with 39 additions and 29 deletions
|
@ -8,43 +8,44 @@ posthooks = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[settings.dots]
|
[settings.dots]
|
||||||
templates = { source = "Templates", target = "Templates", direct = true }
|
templates = { source = "Templates", target = "Templates" }
|
||||||
scripts = { source = "scripts", target = "scripts", direct = true }
|
scripts = { source = "scripts", target = "scripts" }
|
||||||
|
|
||||||
editorconfig = { source = "home/.editorconfig", target = ".editorconfig", direct = true }
|
editorconfig = { source = "home/.editorconfig", target = ".editorconfig" }
|
||||||
|
|
||||||
electron = { source = "config/electron-flags.conf", target = ".config/electron-flags.conf", direct = true }
|
electron = { source = "config/electron-flags.conf", target = ".config/electron-flags.conf" }
|
||||||
discord = { source = "config/electron-flags.conf", target = ".config/discord-flags.conf", direct = true }
|
discord = { source = "config/electron-flags.conf", target = ".config/discord-flags.conf" }
|
||||||
|
|
||||||
1password = { source = "autostart/1password.desktop", target = ".config/autostart/1password.desktop", direct = true }
|
1password = { source = "autostart/1password.desktop", target = ".config/autostart/1password.desktop" }
|
||||||
megasync = { source = "autostart/megasync.desktop", target = ".config/autostart/megasync.desktop", direct = true }
|
megasync = { source = "autostart/megasync.desktop", target = ".config/autostart/megasync.desktop" }
|
||||||
|
|
||||||
|
git = { source = "git/config", target = ".config/git/config" }
|
||||||
|
|
||||||
# Also needs a one-time `systemctl --user enable --now eww-daemon.service eww-bars.service ip-geolocation.service sunset.timer swww-daemon.service'
|
# Also needs a one-time `systemctl --user enable --now eww-daemon.service eww-bars.service ip-geolocation.service sunset.timer swww-daemon.service'
|
||||||
eww-daemon = { source = "systemd/eww-daemon.service", target = ".config/systemd/user/eww-daemon.service", direct = true }
|
eww-daemon = { source = "systemd/eww-daemon.service", target = ".config/systemd/user/eww-daemon.service" }
|
||||||
eww-bars = { source = "systemd/eww-bars.service", target = ".config/systemd/user/eww-bars.service" }
|
eww-bars = { source = "systemd/eww-bars.service", target = ".config/systemd/user/eww-bars.service" }
|
||||||
ip-geolocation = { source = "systemd/ip-geolocation.service", target = ".config/systemd/user/ip-geolocation.service", direct = true }
|
ip-geolocation = { source = "systemd/ip-geolocation.service", target = ".config/systemd/user/ip-geolocation.service" }
|
||||||
sunset-service = { source = "systemd/sunset.service", target = ".config/systemd/user/sunset.service", direct = true }
|
sunset-service = { source = "systemd/sunset.service", target = ".config/systemd/user/sunset.service" }
|
||||||
sunset-timer = { source = "systemd/sunset.timer", target = ".config/systemd/user/sunset.timer", direct = true }
|
sunset-timer = { source = "systemd/sunset.timer", target = ".config/systemd/user/sunset.timer" }
|
||||||
swww-daemon = { source = "systemd/swww-daemon.service", target = ".config/systemd/user/swww-daemon.service", direct = true }
|
swww-daemon = { source = "systemd/swww-daemon.service", target = ".config/systemd/user/swww-daemon.service" }
|
||||||
|
|
||||||
btop = { source = "btop", target = ".config/btop", direct = true }
|
btop = { source = "btop", target = ".config/btop" }
|
||||||
dunst = { source = "dunst", target = ".config/dunst", direct = true }
|
dunst = { source = "dunst", target = ".config/dunst" }
|
||||||
eww = { source = "eww", target = ".config/eww", direct = true }
|
eww = { source = "eww", target = ".config/eww"}
|
||||||
fastfetch = { source = "fastfetch", target = ".config/fastfetch", direct = true }
|
fastfetch = { source = "fastfetch", target = ".config/fastfetch" }
|
||||||
gtk2 = { source = "gtk/gtk-2.0", target = ".config/gtk-2.0", direct = true }
|
gtk2 = { source = "gtk/gtk-2.0", target = ".config/gtk-2.0" }
|
||||||
gtk3 = { source = "gtk/gtk-3.0", target = ".config/gtk-3.0", direct = true }
|
gtk3 = { source = "gtk/gtk-3.0", target = ".config/gtk-3.0" }
|
||||||
git = { source = "git/config", target = ".config/git/config", direct = true }
|
|
||||||
hypr = { source = "hypr", target = ".config/hypr" }
|
hypr = { source = "hypr", target = ".config/hypr" }
|
||||||
kitty = { source = "kitty", target = ".config/kitty", direct = true }
|
kitty = { source = "kitty", target = ".config/kitty" }
|
||||||
lsd = { source = "lsd", target = ".config/lsd", direct = true }
|
lsd = { source = "lsd", target = ".config/lsd" }
|
||||||
nvim = { source = "nvim", target = ".config/nvim", direct = true }
|
nvim = { source = "nvim", target = ".config/nvim" }
|
||||||
rofi = { source = "rofi", target = ".config/rofi", direct = true }
|
rofi = { source = "rofi", target = ".config/rofi" }
|
||||||
steam = { source = "steam/steam_dev.cfg", target = ".steam/steam/steam_dev.cfg", direct = true }
|
steam = { source = "steam/steam_dev.cfg", target = ".steam/steam/steam_dev.cfg" }
|
||||||
swaylock = { source = "swaylock", target = ".config/swaylock", direct = true }
|
swaylock = { source = "swaylock", target = ".config/swaylock" }
|
||||||
uwsm = { source = "uwsm", target = ".config/uwsm" }
|
uwsm = { source = "uwsm", target = ".config/uwsm" }
|
||||||
vim = { source = "vim/vimrc", target = ".config/vim/vimrc", direct = true }
|
vim = { source = "vim/vimrc", target = ".config/vim/vimrc" }
|
||||||
yazi = { source = "yazi", target = ".config/yazi", direct = true }
|
yazi = { source = "yazi", target = ".config/yazi" }
|
||||||
zsh = { source = "zsh", target = ".config/zsh", direct = true }
|
zsh = { source = "zsh", target = ".config/zsh" }
|
||||||
|
|
||||||
[profiles.chonk]
|
[profiles.chonk]
|
||||||
vars = [ "chonk.toml" ]
|
vars = [ "chonk.toml" ]
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
email = michaelmbrad@gmail.com
|
email = michaelmbrad@gmail.com
|
||||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAVoIshBPg9X4mVzqEx75qXJiVoNC9mbj0bOAMq5ZUIw
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAVoIshBPg9X4mVzqEx75qXJiVoNC9mbj0bOAMq5ZUIw
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = lvim
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{% raw %}
|
||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
@ -2640,3 +2641,4 @@ wayland_enable_ime no
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
{% endraw %}
|
||||||
|
|
|
@ -33,7 +33,7 @@ def run_swww(monitor: str, image: Path, extra_args: list[str] | None = None) ->
|
||||||
|
|
||||||
|
|
||||||
def get_wallpapers() -> list[Path]:
|
def get_wallpapers() -> list[Path]:
|
||||||
return list(Path("~/Pictures/wallpapers/").expanduser().glob("*"))
|
return list(Path("/usr/share/backgrounds/Wallpapers/").glob("*"))
|
||||||
|
|
||||||
|
|
||||||
def sample_wallpapers(displays: list[str] | None = None) -> "zip[tuple[str, Path]]":
|
def sample_wallpapers(displays: list[str] | None = None) -> "zip[tuple[str, Path]]":
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{% raw %}
|
||||||
# Generated by Powerlevel10k configuration wizard on 2023-01-09 at 19:29 EST.
|
# Generated by Powerlevel10k configuration wizard on 2023-01-09 at 19:29 EST.
|
||||||
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 54735.
|
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 54735.
|
||||||
# Wizard options: ascii, lean_8colors, 24h time, 2 lines, solid, white-ornaments,
|
# Wizard options: ascii, lean_8colors, 24h time, 2 lines, solid, white-ornaments,
|
||||||
|
@ -1649,3 +1650,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a}
|
||||||
|
|
||||||
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
|
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
|
||||||
'builtin' 'unset' 'p10k_config_opts'
|
'builtin' 'unset' 'p10k_config_opts'
|
||||||
|
{% endraw %}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{% raw %}
|
||||||
# Generated by Powerlevel10k configuration wizard on 2022-08-20 at 20:39 EDT.
|
# Generated by Powerlevel10k configuration wizard on 2022-08-20 at 20:39 EDT.
|
||||||
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 62739.
|
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 62739.
|
||||||
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest,
|
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest,
|
||||||
|
@ -1650,3 +1651,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a}
|
||||||
|
|
||||||
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
|
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}
|
||||||
'builtin' 'unset' 'p10k_config_opts'
|
'builtin' 'unset' 'p10k_config_opts'
|
||||||
|
{% endraw %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue