├── .xinitrc ├── .zshrc ├── README.md ├── [LeftWM] Tokyo Night ├── README.md ├── assets │ ├── desktop.png │ ├── discord-terminal.png │ ├── firefox.png │ └── terminal.png ├── config │ ├── Thunar │ │ ├── accels.scm │ │ ├── renamerrc~HEAD │ │ ├── uca.xml │ │ └── uca.xml~HEAD │ ├── betterlockscreenrc │ ├── cava │ │ └── config │ ├── configs │ ├── dunst │ │ ├── dunstrc │ │ └── icons │ │ │ ├── volume-high.svg │ │ │ ├── volume-low.svg │ │ │ ├── volume-medium.svg │ │ │ └── volume-muted.svg │ ├── fontconfig │ │ ├── conf.d │ │ │ ├── 10-nerd-font-symbols.conf │ │ │ └── 78-Reject.conf │ │ └── fonts.conf │ ├── gtk-3.0 │ │ ├── bookmarks │ │ ├── gtk.css │ │ └── settings.ini │ ├── leftwm │ │ ├── config.toml │ │ ├── scripts │ │ │ ├── configs.sh │ │ │ ├── powermenu.sh │ │ │ ├── screenshot.sh │ │ │ └── volume-changer.sh │ │ ├── themes.toml │ │ └── themes │ │ │ ├── Tokyo-Night │ │ │ ├── background.jpg │ │ │ ├── change_to_tag │ │ │ ├── down │ │ │ ├── down.jpg │ │ │ ├── polybar.conf │ │ │ ├── scripts │ │ │ │ └── calendar │ │ │ ├── sizes.liquid │ │ │ ├── template.liquid │ │ │ ├── theme.toml │ │ │ └── up │ │ │ └── current │ ├── lf │ │ └── lfrc │ ├── picom │ │ ├── picom.conf │ │ └── picomstart.sh │ ├── rofi │ │ ├── config.rasi │ │ └── theme │ │ │ ├── calendar.rasi │ │ │ ├── confirm.rasi │ │ │ ├── launcher.rasi │ │ │ ├── list.rasi │ │ │ └── powermenu.rasi │ ├── spotify-tui │ │ └── config.yml │ └── starship.toml └── wallpaper.jpg ├── [Worm] Sakura ├── README.md ├── assets │ ├── desktop.png │ ├── firefox.png │ └── terminal.png ├── config │ ├── Thunar │ │ ├── accels.scm │ │ ├── renamerrc~HEAD │ │ ├── uca.xml │ │ └── uca.xml~HEAD │ ├── cava │ │ └── config │ ├── configs │ ├── dunst │ │ ├── dunstrc │ │ └── icons │ │ │ ├── volume-high.svg │ │ │ ├── volume-low.svg │ │ │ ├── volume-medium.svg │ │ │ └── volume-muted.svg │ ├── fish │ │ ├── completions │ │ │ └── fisher.fish │ │ ├── conf.d │ │ │ ├── pisces.fish │ │ │ └── z.fish │ │ ├── config.fish │ │ ├── fish_plugins │ │ ├── fish_variables │ │ └── functions │ │ │ ├── __z.fish │ │ │ ├── __z_add.fish │ │ │ ├── __z_clean.fish │ │ │ ├── __z_complete.fish │ │ │ ├── _pisces_append.fish │ │ │ ├── _pisces_backspace.fish │ │ │ ├── _pisces_bind_pair.fish │ │ │ ├── _pisces_complete.fish │ │ │ ├── _pisces_insert_identical.fish │ │ │ ├── _pisces_insert_left.fish │ │ │ ├── _pisces_insert_right.fish │ │ │ ├── _pisces_jump.fish │ │ │ ├── _pisces_lookup.fish │ │ │ ├── _pisces_remove.fish │ │ │ ├── _pisces_should_insert.fish │ │ │ ├── _pisces_skip.fish │ │ │ ├── _pure_parse_directory.fish │ │ │ ├── ex.fish │ │ │ ├── fish_title.fish │ │ │ ├── fisher.fish │ │ │ ├── gitprivate.fish │ │ │ ├── man.fish │ │ │ ├── reload.fish │ │ │ └── spt.fish │ ├── fontconfig │ │ ├── conf.d │ │ │ ├── 10-nerd-font-symbols.conf │ │ │ └── 78-Reject.conf │ │ └── fonts.conf │ ├── gtk-3.0 │ │ ├── bookmarks │ │ ├── gtk.css │ │ └── settings.ini │ ├── lf │ │ ├── lfrc │ │ └── scope.sh │ ├── mimeapps.list │ ├── rofi │ │ ├── config.rasi │ │ └── theme │ │ │ ├── confirm.rasi │ │ │ ├── launcher.rasi │ │ │ ├── list.rasi │ │ │ └── powermenu.rasi │ ├── starship.toml │ └── worm │ │ ├── background.jpg │ │ ├── picom.conf │ │ ├── polybar.ini │ │ ├── rc │ │ ├── scripts │ │ ├── configs.sh │ │ ├── powermenu.sh │ │ ├── screenshot.sh │ │ └── volume.sh │ │ └── sxhkdrc └── wallpaper.jpg ├── [XFCE] Nord ├── README.md ├── assets │ ├── desktop.png │ ├── firefox.png │ └── terminal.png ├── config │ ├── Thunar │ │ ├── accels.scm │ │ ├── renamerrc │ │ └── uca.xml │ ├── alacritty │ │ └── alacritty.yml │ ├── betterlockscreenrc │ ├── cava │ │ └── config │ ├── dunst │ │ └── dunstrc │ ├── fontconfig │ │ └── fonts.conf │ ├── genmon │ │ ├── cpu-panel.sh │ │ ├── datetime.sh │ │ └── memory-panel.sh │ ├── gtk-3.0 │ │ ├── bookmarks │ │ ├── gtk.css │ │ └── settings.ini │ ├── neofetch │ │ └── config.conf │ ├── picom │ │ ├── picom.conf │ │ └── picomstart.sh │ ├── ranger │ │ └── rc.conf │ └── xfce4-panel │ │ ├── README.md │ │ ├── icon │ │ ├── console-line-svg.svg │ │ ├── firefox-svg.svg │ │ ├── monitor-svg.svg │ │ └── spotify-svg.svg │ │ └── xfce4-panel.xml └── wallpaper.jpg └── preview ├── nord.png ├── sakura-light.png └── tokyo-night.png /.xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/.xinitrc -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/README.md -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/assets/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/assets/desktop.png -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/assets/discord-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/assets/discord-terminal.png -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/assets/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/assets/firefox.png -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/assets/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/assets/terminal.png -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/Thunar/accels.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/Thunar/accels.scm -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/Thunar/renamerrc~HEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/Thunar/renamerrc~HEAD -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/Thunar/uca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/Thunar/uca.xml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/Thunar/uca.xml~HEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/Thunar/uca.xml~HEAD -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/betterlockscreenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/betterlockscreenrc -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/cava/config -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/configs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/configs -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/dunst/dunstrc -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/dunst/icons/volume-high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/dunst/icons/volume-high.svg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/dunst/icons/volume-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/dunst/icons/volume-low.svg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/dunst/icons/volume-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/dunst/icons/volume-medium.svg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/dunst/icons/volume-muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/dunst/icons/volume-muted.svg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/fontconfig/conf.d/10-nerd-font-symbols.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/fontconfig/conf.d/10-nerd-font-symbols.conf -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/fontconfig/conf.d/78-Reject.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/fontconfig/conf.d/78-Reject.conf -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/fontconfig/fonts.conf -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/config.toml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/scripts/configs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/scripts/configs.sh -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/scripts/powermenu.sh -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/scripts/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/scripts/screenshot.sh -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/scripts/volume-changer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/scripts/volume-changer.sh -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes.toml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/background.jpg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/change_to_tag: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | leftwm command "SendWorkspaceToTag $1 $2" 3 | -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/down: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/down -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/down.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/down.jpg -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/polybar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/polybar.conf -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/scripts/calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/scripts/calendar -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/sizes.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/sizes.liquid -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/template.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/template.liquid -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/theme.toml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/leftwm/themes/Tokyo-Night/up -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/leftwm/themes/current: -------------------------------------------------------------------------------- 1 | /home/ashtrath/.config/leftwm/themes/Tokyo-Night -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/lf/lfrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/lf/lfrc -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/picom/picom.conf -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/picom/picomstart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/picom/picomstart.sh -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/config.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/theme/calendar.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/theme/calendar.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/theme/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/theme/confirm.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/theme/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/theme/launcher.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/theme/list.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/theme/list.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/rofi/theme/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/rofi/theme/powermenu.rasi -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/spotify-tui/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/spotify-tui/config.yml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/config/starship.toml -------------------------------------------------------------------------------- /[LeftWM] Tokyo Night/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[LeftWM] Tokyo Night/wallpaper.jpg -------------------------------------------------------------------------------- /[Worm] Sakura/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/README.md -------------------------------------------------------------------------------- /[Worm] Sakura/assets/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/assets/desktop.png -------------------------------------------------------------------------------- /[Worm] Sakura/assets/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/assets/firefox.png -------------------------------------------------------------------------------- /[Worm] Sakura/assets/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/assets/terminal.png -------------------------------------------------------------------------------- /[Worm] Sakura/config/Thunar/accels.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/Thunar/accels.scm -------------------------------------------------------------------------------- /[Worm] Sakura/config/Thunar/renamerrc~HEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/Thunar/renamerrc~HEAD -------------------------------------------------------------------------------- /[Worm] Sakura/config/Thunar/uca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/Thunar/uca.xml -------------------------------------------------------------------------------- /[Worm] Sakura/config/Thunar/uca.xml~HEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/Thunar/uca.xml~HEAD -------------------------------------------------------------------------------- /[Worm] Sakura/config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/cava/config -------------------------------------------------------------------------------- /[Worm] Sakura/config/configs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/configs -------------------------------------------------------------------------------- /[Worm] Sakura/config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/dunst/dunstrc -------------------------------------------------------------------------------- /[Worm] Sakura/config/dunst/icons/volume-high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/dunst/icons/volume-high.svg -------------------------------------------------------------------------------- /[Worm] Sakura/config/dunst/icons/volume-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/dunst/icons/volume-low.svg -------------------------------------------------------------------------------- /[Worm] Sakura/config/dunst/icons/volume-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/dunst/icons/volume-medium.svg -------------------------------------------------------------------------------- /[Worm] Sakura/config/dunst/icons/volume-muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/dunst/icons/volume-muted.svg -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/completions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/completions/fisher.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/conf.d/pisces.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/conf.d/pisces.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/conf.d/z.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/conf.d/z.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/config.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/fish_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/fish_plugins -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/fish_variables -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/__z.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/__z.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/__z_add.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/__z_add.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/__z_clean.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/__z_clean.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/__z_complete.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/__z_complete.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_append.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_append.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_backspace.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_backspace.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_bind_pair.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_bind_pair.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_complete.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_complete.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_insert_identical.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_insert_identical.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_insert_left.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_insert_left.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_insert_right.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_insert_right.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_jump.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_jump.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_lookup.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_lookup.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_remove.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_remove.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_should_insert.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_should_insert.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pisces_skip.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pisces_skip.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/_pure_parse_directory.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/_pure_parse_directory.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/ex.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/ex.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/fish_title.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/fish_title.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/fisher.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/gitprivate.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/gitprivate.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/man.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/man.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/reload.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/reload.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fish/functions/spt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fish/functions/spt.fish -------------------------------------------------------------------------------- /[Worm] Sakura/config/fontconfig/conf.d/10-nerd-font-symbols.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fontconfig/conf.d/10-nerd-font-symbols.conf -------------------------------------------------------------------------------- /[Worm] Sakura/config/fontconfig/conf.d/78-Reject.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fontconfig/conf.d/78-Reject.conf -------------------------------------------------------------------------------- /[Worm] Sakura/config/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/fontconfig/fonts.conf -------------------------------------------------------------------------------- /[Worm] Sakura/config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /[Worm] Sakura/config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /[Worm] Sakura/config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /[Worm] Sakura/config/lf/lfrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/lf/lfrc -------------------------------------------------------------------------------- /[Worm] Sakura/config/lf/scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/lf/scope.sh -------------------------------------------------------------------------------- /[Worm] Sakura/config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/mimeapps.list -------------------------------------------------------------------------------- /[Worm] Sakura/config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/rofi/config.rasi -------------------------------------------------------------------------------- /[Worm] Sakura/config/rofi/theme/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/rofi/theme/confirm.rasi -------------------------------------------------------------------------------- /[Worm] Sakura/config/rofi/theme/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/rofi/theme/launcher.rasi -------------------------------------------------------------------------------- /[Worm] Sakura/config/rofi/theme/list.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/rofi/theme/list.rasi -------------------------------------------------------------------------------- /[Worm] Sakura/config/rofi/theme/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/rofi/theme/powermenu.rasi -------------------------------------------------------------------------------- /[Worm] Sakura/config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/starship.toml -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/background.jpg -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/picom.conf -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/polybar.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/polybar.ini -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/rc -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/scripts/configs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/scripts/configs.sh -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/scripts/powermenu.sh -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/scripts/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/scripts/screenshot.sh -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/scripts/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/scripts/volume.sh -------------------------------------------------------------------------------- /[Worm] Sakura/config/worm/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/config/worm/sxhkdrc -------------------------------------------------------------------------------- /[Worm] Sakura/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[Worm] Sakura/wallpaper.jpg -------------------------------------------------------------------------------- /[XFCE] Nord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/README.md -------------------------------------------------------------------------------- /[XFCE] Nord/assets/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/assets/desktop.png -------------------------------------------------------------------------------- /[XFCE] Nord/assets/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/assets/firefox.png -------------------------------------------------------------------------------- /[XFCE] Nord/assets/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/assets/terminal.png -------------------------------------------------------------------------------- /[XFCE] Nord/config/Thunar/accels.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/Thunar/accels.scm -------------------------------------------------------------------------------- /[XFCE] Nord/config/Thunar/renamerrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/Thunar/renamerrc -------------------------------------------------------------------------------- /[XFCE] Nord/config/Thunar/uca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/Thunar/uca.xml -------------------------------------------------------------------------------- /[XFCE] Nord/config/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/alacritty/alacritty.yml -------------------------------------------------------------------------------- /[XFCE] Nord/config/betterlockscreenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/betterlockscreenrc -------------------------------------------------------------------------------- /[XFCE] Nord/config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/cava/config -------------------------------------------------------------------------------- /[XFCE] Nord/config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/dunst/dunstrc -------------------------------------------------------------------------------- /[XFCE] Nord/config/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/fontconfig/fonts.conf -------------------------------------------------------------------------------- /[XFCE] Nord/config/genmon/cpu-panel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/genmon/cpu-panel.sh -------------------------------------------------------------------------------- /[XFCE] Nord/config/genmon/datetime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/genmon/datetime.sh -------------------------------------------------------------------------------- /[XFCE] Nord/config/genmon/memory-panel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/genmon/memory-panel.sh -------------------------------------------------------------------------------- /[XFCE] Nord/config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- 1 | file:///home/ashtrath/Downloads 2 | -------------------------------------------------------------------------------- /[XFCE] Nord/config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /[XFCE] Nord/config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /[XFCE] Nord/config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/neofetch/config.conf -------------------------------------------------------------------------------- /[XFCE] Nord/config/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/picom/picom.conf -------------------------------------------------------------------------------- /[XFCE] Nord/config/picom/picomstart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/picom/picomstart.sh -------------------------------------------------------------------------------- /[XFCE] Nord/config/ranger/rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/ranger/rc.conf -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/README.md -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/icon/console-line-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/icon/console-line-svg.svg -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/icon/firefox-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/icon/firefox-svg.svg -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/icon/monitor-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/icon/monitor-svg.svg -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/icon/spotify-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/icon/spotify-svg.svg -------------------------------------------------------------------------------- /[XFCE] Nord/config/xfce4-panel/xfce4-panel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/config/xfce4-panel/xfce4-panel.xml -------------------------------------------------------------------------------- /[XFCE] Nord/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/[XFCE] Nord/wallpaper.jpg -------------------------------------------------------------------------------- /preview/nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/preview/nord.png -------------------------------------------------------------------------------- /preview/sakura-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/preview/sakura-light.png -------------------------------------------------------------------------------- /preview/tokyo-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashtrath/dotfiles/HEAD/preview/tokyo-night.png --------------------------------------------------------------------------------