├── README.md ├── etc ├── amdfan.yml ├── doas.conf ├── greetd │ └── config.toml ├── modprobe.d │ └── ee1004.conf ├── modules-load.d │ └── nct6775.conf ├── rc.local ├── rc.shutdown └── xbps.d │ └── 10-ignore.conf ├── home └── bazz │ ├── .bash_profile │ ├── .bashrc │ ├── .config │ ├── MangoHud │ │ └── MangoHud.conf │ ├── bat │ │ └── config │ ├── borgmatic │ │ └── config.yaml │ ├── cron.weekly │ │ ├── backup │ │ └── borgmatic │ ├── fastfetch │ │ ├── ascii.txt │ │ ├── config.jsonc │ │ └── config.jsonc-copy │ ├── firefox │ │ ├── user.js │ │ └── userChrome.css │ ├── fnott │ │ └── fnott.ini │ ├── foot │ │ ├── foot.ini │ │ └── themes │ │ │ ├── adwaita-dark.ini │ │ │ ├── alacritty-dark.ini │ │ │ ├── catppuccin-mocha.ini │ │ │ ├── endeavour.ini │ │ │ ├── everblush.ini │ │ │ ├── gruvbox-dark-hard.ini │ │ │ ├── gruvbox-material.ini │ │ │ ├── mountain.ini │ │ │ ├── oxocarbon-v2.ini │ │ │ ├── oxocarbon.ini │ │ │ ├── paradise.ini │ │ │ ├── rosepine.ini │ │ │ └── tokyonight.ini │ ├── fuzzel │ │ └── fuzzel.ini │ ├── fzf │ │ └── fzf-opts │ ├── gtk-2.0 │ │ ├── gtkfilechooser.ini │ │ └── gtkrc │ ├── gtk-3.0 │ │ ├── bookmarks │ │ ├── gtk.css │ │ └── settings.ini │ ├── gtk-4.0 │ │ └── gtk.css │ ├── imv │ │ ├── config │ │ └── copy_img.sh │ ├── kanshi │ │ └── config │ ├── lf │ │ ├── colors │ │ ├── functions │ │ ├── icons │ │ ├── lfrc │ │ └── preview.sh │ ├── mimeapps.list │ ├── mpd │ │ └── mpd.conf │ ├── mpv │ │ └── mpv.conf │ ├── multitail │ │ └── config │ ├── nvim │ │ ├── ftplugin │ │ │ └── markdown.lua │ │ ├── init.lua │ │ ├── lua │ │ │ ├── mappings.lua │ │ │ ├── options.lua │ │ │ └── plugins │ │ │ │ ├── cmp.lua │ │ │ │ ├── formatting.lua │ │ │ │ ├── highlight.lua │ │ │ │ ├── lint.lua │ │ │ │ ├── lsp.lua │ │ │ │ ├── markdown.lua │ │ │ │ ├── mason.lua │ │ │ │ ├── tools.lua │ │ │ │ └── ui.lua │ │ └── stylua.toml │ ├── river │ │ ├── init │ │ └── scripts │ │ │ ├── barhider.sh │ │ │ ├── dot-settings.sh │ │ │ ├── locker.sh │ │ │ ├── mediactrl.sh │ │ │ ├── mic-toggle.sh │ │ │ ├── scratchpads.sh │ │ │ ├── swayidle-toggle.sh │ │ │ └── volume.sh │ ├── rmpc │ │ ├── config.ron │ │ └── themes │ │ │ └── theme.ron │ ├── service │ │ ├── dbus │ │ │ ├── log │ │ │ │ ├── run │ │ │ │ └── supervise │ │ │ ├── run │ │ │ └── supervise │ │ ├── pipewire │ │ │ ├── control │ │ │ │ └── t │ │ │ ├── log │ │ │ │ ├── run │ │ │ │ └── supervise │ │ │ ├── run │ │ │ └── supervise │ │ ├── snooze-weekly-local │ │ │ ├── log │ │ │ │ ├── run │ │ │ │ └── supervise │ │ │ ├── run │ │ │ └── supervise │ │ ├── ssh-agent │ │ │ ├── finish │ │ │ ├── run │ │ │ └── supervise │ │ ├── syncthing │ │ │ ├── log │ │ │ │ ├── run │ │ │ │ └── supervise │ │ │ ├── run │ │ │ └── supervise │ │ └── turnstile-ready │ │ │ ├── conf │ │ │ └── supervise │ ├── shell │ │ └── inputrc │ ├── starship.toml │ ├── sway │ │ ├── config │ │ └── scripts │ │ │ ├── autotiling-toggle.sh │ │ │ ├── barhider.sh │ │ │ ├── brightness.sh │ │ │ ├── dot-settings.sh │ │ │ ├── keyhint.sh │ │ │ ├── locker.sh │ │ │ ├── mediactrl.sh │ │ │ ├── mic-toggle.sh │ │ │ ├── swayidle-toggle.sh │ │ │ └── volume.sh │ ├── swayidle │ │ └── config │ ├── swayimg │ │ ├── config │ │ └── copy_img.sh │ ├── swaylock │ │ ├── config │ │ └── lock.png │ ├── swaynag │ │ └── config │ ├── user-dirs.dirs │ ├── vesktop │ │ └── themes │ │ │ ├── midnight-flexoki.theme.css │ │ │ ├── midnight-monochrome.theme.css │ │ │ └── system24.css │ ├── waybar │ │ ├── config.jsonc │ │ ├── scripts │ │ │ ├── calendar.sh │ │ │ ├── mic.sh │ │ │ ├── pipewire.sh │ │ │ ├── swayidle.sh │ │ │ └── waybar-launcher.sh │ │ ├── style-2-css │ │ └── style.css │ ├── xsettingsd │ │ └── xsettingsd.conf │ ├── yambar │ │ ├── config.yml │ │ └── scripts │ │ │ ├── caffeine.sh │ │ │ └── calendar │ ├── yt-dlp │ │ └── config │ └── zathura │ │ ├── flexoki-dark │ │ └── zathurarc │ ├── .local │ ├── bin │ │ ├── backup_host │ │ ├── borger │ │ ├── color_test │ │ ├── colorblocks │ │ ├── dotter │ │ ├── fontsearch │ │ ├── ge_update │ │ ├── grimshot │ │ ├── gtk_settings_sh │ │ ├── menu_clipboard │ │ ├── menu_scripts │ │ │ ├── menu_bt │ │ │ ├── menu_clipboard │ │ │ ├── menu_emoji │ │ │ ├── menu_killer │ │ │ ├── menu_power │ │ │ ├── menu_screenshot │ │ │ ├── menu_sound │ │ │ └── menu_sway_window │ │ ├── noti_date │ │ ├── noti_sysnfo │ │ ├── noti_usage │ │ ├── noti_weather │ │ ├── papirus-folders │ │ ├── passmenu │ │ ├── png_convert │ │ ├── popupgrade │ │ ├── river-start │ │ ├── setbg │ │ ├── show_ip │ │ ├── sway-start │ │ ├── swcheck │ │ ├── tail_a │ │ ├── void │ │ │ ├── void-qemu.sh │ │ │ └── void_kickstart.sh │ │ ├── wl-color-picker │ │ ├── wl-record │ │ ├── wl-shot │ │ ├── yle-dl │ │ └── yt-dlp │ └── share │ │ ├── Sounds │ │ ├── audio-volume-change.oga │ │ ├── bell.oga │ │ ├── camera-shutter.oga │ │ ├── complete.oga │ │ ├── device-added.oga │ │ ├── device-removed.oga │ │ ├── dialog-information.oga │ │ ├── dialog-warning.oga │ │ ├── email.oga │ │ └── message.oga │ │ ├── applications │ │ ├── img.desktop │ │ ├── lf.desktop │ │ ├── mimeinfo.cache │ │ ├── pdf.desktop │ │ ├── text.desktop │ │ └── video.desktop │ │ ├── bash-completion │ │ └── completions │ │ │ ├── doas │ │ │ └── xi │ │ ├── dotlist │ │ ├── fonts │ │ ├── 0xProto │ │ │ ├── 0xProto-Bold.ttf │ │ │ ├── 0xProto-Italic.ttf │ │ │ └── 0xProto-Regular.ttf │ │ ├── IBM_Plex_Mono │ │ │ ├── IBMPlexMono-Bold.ttf │ │ │ ├── IBMPlexMono-BoldItalic.ttf │ │ │ ├── IBMPlexMono-ExtraLight.ttf │ │ │ ├── IBMPlexMono-ExtraLightItalic.ttf │ │ │ ├── IBMPlexMono-Italic.ttf │ │ │ ├── IBMPlexMono-Light.ttf │ │ │ ├── IBMPlexMono-LightItalic.ttf │ │ │ ├── IBMPlexMono-Medium.ttf │ │ │ ├── IBMPlexMono-MediumItalic.ttf │ │ │ ├── IBMPlexMono-Regular.ttf │ │ │ ├── IBMPlexMono-SemiBold.ttf │ │ │ ├── IBMPlexMono-SemiBoldItalic.ttf │ │ │ ├── IBMPlexMono-Thin.ttf │ │ │ ├── IBMPlexMono-ThinItalic.ttf │ │ │ └── OFL.txt │ │ ├── JetBrainsMono-ttf │ │ │ ├── JetBrainsMono-Bold.ttf │ │ │ ├── JetBrainsMono-BoldItalic.ttf │ │ │ ├── JetBrainsMono-ExtraBold.ttf │ │ │ ├── JetBrainsMono-ExtraBoldItalic.ttf │ │ │ ├── JetBrainsMono-ExtraLight.ttf │ │ │ ├── JetBrainsMono-ExtraLightItalic.ttf │ │ │ ├── JetBrainsMono-Italic.ttf │ │ │ ├── JetBrainsMono-Light.ttf │ │ │ ├── JetBrainsMono-LightItalic.ttf │ │ │ ├── JetBrainsMono-Medium.ttf │ │ │ ├── JetBrainsMono-MediumItalic.ttf │ │ │ ├── JetBrainsMono-Regular.ttf │ │ │ ├── JetBrainsMono-SemiBold.ttf │ │ │ ├── JetBrainsMono-SemiBoldItalic.ttf │ │ │ ├── JetBrainsMono-Thin.ttf │ │ │ ├── JetBrainsMono-ThinItalic.ttf │ │ │ ├── JetBrainsMonoNL-Bold.ttf │ │ │ ├── JetBrainsMonoNL-BoldItalic.ttf │ │ │ ├── JetBrainsMonoNL-ExtraBold.ttf │ │ │ ├── JetBrainsMonoNL-ExtraBoldItalic.ttf │ │ │ ├── JetBrainsMonoNL-ExtraLight.ttf │ │ │ ├── JetBrainsMonoNL-ExtraLightItalic.ttf │ │ │ ├── JetBrainsMonoNL-Italic.ttf │ │ │ ├── JetBrainsMonoNL-Light.ttf │ │ │ ├── JetBrainsMonoNL-LightItalic.ttf │ │ │ ├── JetBrainsMonoNL-Medium.ttf │ │ │ ├── JetBrainsMonoNL-MediumItalic.ttf │ │ │ ├── JetBrainsMonoNL-Regular.ttf │ │ │ ├── JetBrainsMonoNL-SemiBold.ttf │ │ │ ├── JetBrainsMonoNL-SemiBoldItalic.ttf │ │ │ ├── JetBrainsMonoNL-Thin.ttf │ │ │ └── JetBrainsMonoNL-ThinItalic.ttf │ │ ├── MapleMono-TTF │ │ │ ├── LICENSE.txt │ │ │ ├── MapleMono-Bold.ttf │ │ │ ├── MapleMono-BoldItalic.ttf │ │ │ ├── MapleMono-ExtraBold.ttf │ │ │ ├── MapleMono-ExtraBoldItalic.ttf │ │ │ ├── MapleMono-ExtraLight.ttf │ │ │ ├── MapleMono-ExtraLightItalic.ttf │ │ │ ├── MapleMono-Italic.ttf │ │ │ ├── MapleMono-Light.ttf │ │ │ ├── MapleMono-LightItalic.ttf │ │ │ ├── MapleMono-Medium.ttf │ │ │ ├── MapleMono-MediumItalic.ttf │ │ │ ├── MapleMono-Regular.ttf │ │ │ ├── MapleMono-SemiBold.ttf │ │ │ ├── MapleMono-SemiBoldItalic.ttf │ │ │ ├── MapleMono-Thin.ttf │ │ │ ├── MapleMono-ThinItalic.ttf │ │ │ └── config.json │ │ ├── ttf-hack │ │ │ ├── Hack-Bold.ttf │ │ │ ├── Hack-BoldItalic.ttf │ │ │ ├── Hack-Italic.ttf │ │ │ └── Hack-Regular.ttf │ │ └── ubuntu-font-family-0.83 │ │ │ ├── Ubuntu-B.ttf │ │ │ ├── Ubuntu-BI.ttf │ │ │ ├── Ubuntu-C.ttf │ │ │ ├── Ubuntu-L.ttf │ │ │ ├── Ubuntu-LI.ttf │ │ │ ├── Ubuntu-M.ttf │ │ │ ├── Ubuntu-MI.ttf │ │ │ ├── Ubuntu-R.ttf │ │ │ ├── Ubuntu-RI.ttf │ │ │ ├── Ubuntu-Th.ttf │ │ │ ├── UbuntuMono-B.ttf │ │ │ ├── UbuntuMono-BI.ttf │ │ │ ├── UbuntuMono-R.ttf │ │ │ └── UbuntuMono-RI.ttf │ │ ├── icons │ │ └── feather │ │ │ ├── activity.svg │ │ │ ├── airplay.svg │ │ │ ├── alert-circle.svg │ │ │ ├── alert-octagon.svg │ │ │ ├── alert-triangle.svg │ │ │ ├── align-center.svg │ │ │ ├── align-justify.svg │ │ │ ├── align-left.svg │ │ │ ├── align-right.svg │ │ │ ├── anchor.svg │ │ │ ├── aperture.svg │ │ │ ├── archive.svg │ │ │ ├── arrow-down-circle.svg │ │ │ ├── arrow-down-left.svg │ │ │ ├── arrow-down-right.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left-circle.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-right-circle.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-up-circle.svg │ │ │ ├── arrow-up-left.svg │ │ │ ├── arrow-up-right.svg │ │ │ ├── arrow-up.svg │ │ │ ├── at-sign.svg │ │ │ ├── award.svg │ │ │ ├── bar-chart-2.svg │ │ │ ├── bar-chart.svg │ │ │ ├── battery-charging.svg │ │ │ ├── battery.svg │ │ │ ├── bell-off.svg │ │ │ ├── bell.svg │ │ │ ├── bluetooth.svg │ │ │ ├── bold.svg │ │ │ ├── book-open.svg │ │ │ ├── book.svg │ │ │ ├── bookmark.svg │ │ │ ├── box.svg │ │ │ ├── briefcase.svg │ │ │ ├── calendar.svg │ │ │ ├── camera-off.svg │ │ │ ├── camera.svg │ │ │ ├── cast.svg │ │ │ ├── check-circle.svg │ │ │ ├── check-square.svg │ │ │ ├── check.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up.svg │ │ │ ├── chevrons-down.svg │ │ │ ├── chevrons-left.svg │ │ │ ├── chevrons-right.svg │ │ │ ├── chevrons-up.svg │ │ │ ├── chrome.svg │ │ │ ├── circle.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock.svg │ │ │ ├── cloud-drizzle.svg │ │ │ ├── cloud-lightning.svg │ │ │ ├── cloud-off.svg │ │ │ ├── cloud-rain.svg │ │ │ ├── cloud-snow.svg │ │ │ ├── cloud.svg │ │ │ ├── code.svg │ │ │ ├── codepen.svg │ │ │ ├── codesandbox.svg │ │ │ ├── coffee.svg │ │ │ ├── columns.svg │ │ │ ├── command.svg │ │ │ ├── compass.svg │ │ │ ├── copy.svg │ │ │ ├── corner-down-left.svg │ │ │ ├── corner-down-right.svg │ │ │ ├── corner-left-down.svg │ │ │ ├── corner-left-up.svg │ │ │ ├── corner-right-down.svg │ │ │ ├── corner-right-up.svg │ │ │ ├── corner-up-left.svg │ │ │ ├── corner-up-right.svg │ │ │ ├── cpu.svg │ │ │ ├── credit-card.svg │ │ │ ├── crop.svg │ │ │ ├── crosshair.svg │ │ │ ├── database.svg │ │ │ ├── delete.svg │ │ │ ├── disc.svg │ │ │ ├── divide-circle.svg │ │ │ ├── divide-square.svg │ │ │ ├── divide.svg │ │ │ ├── dollar-sign.svg │ │ │ ├── download-cloud.svg │ │ │ ├── download.svg │ │ │ ├── dribbble.svg │ │ │ ├── droplet.svg │ │ │ ├── edit-2.svg │ │ │ ├── edit-3.svg │ │ │ ├── edit.svg │ │ │ ├── external-link.svg │ │ │ ├── eye-off.svg │ │ │ ├── eye.svg │ │ │ ├── facebook.svg │ │ │ ├── fast-forward.svg │ │ │ ├── feather.svg │ │ │ ├── figma.svg │ │ │ ├── file-minus.svg │ │ │ ├── file-plus.svg │ │ │ ├── file-text.svg │ │ │ ├── file.svg │ │ │ ├── film.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── folder-minus.svg │ │ │ ├── folder-plus.svg │ │ │ ├── folder.svg │ │ │ ├── framer.svg │ │ │ ├── frown.svg │ │ │ ├── gift.svg │ │ │ ├── git-branch.svg │ │ │ ├── git-commit.svg │ │ │ ├── git-merge.svg │ │ │ ├── git-pull-request.svg │ │ │ ├── github.svg │ │ │ ├── gitlab.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── hard-drive.svg │ │ │ ├── hash.svg │ │ │ ├── headphones.svg │ │ │ ├── heart.svg │ │ │ ├── help-circle.svg │ │ │ ├── hexagon.svg │ │ │ ├── home.svg │ │ │ ├── image.svg │ │ │ ├── inbox.svg │ │ │ ├── info.svg │ │ │ ├── instagram.svg │ │ │ ├── italic.svg │ │ │ ├── key.svg │ │ │ ├── layers.svg │ │ │ ├── layout.svg │ │ │ ├── life-buoy.svg │ │ │ ├── link-2.svg │ │ │ ├── link.svg │ │ │ ├── linkedin.svg │ │ │ ├── list.svg │ │ │ ├── loader.svg │ │ │ ├── lock.svg │ │ │ ├── log-in.svg │ │ │ ├── log-out.svg │ │ │ ├── mail.svg │ │ │ ├── map-pin.svg │ │ │ ├── map.svg │ │ │ ├── maximize-2.svg │ │ │ ├── maximize.svg │ │ │ ├── meh.svg │ │ │ ├── menu.svg │ │ │ ├── message-circle.svg │ │ │ ├── message-square.svg │ │ │ ├── mic-off.svg │ │ │ ├── mic.svg │ │ │ ├── minimize-2.svg │ │ │ ├── minimize.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus-square.svg │ │ │ ├── minus.svg │ │ │ ├── monitor.svg │ │ │ ├── moon.svg │ │ │ ├── more-horizontal.svg │ │ │ ├── more-vertical.svg │ │ │ ├── mouse-pointer.svg │ │ │ ├── move.svg │ │ │ ├── music.svg │ │ │ ├── navigation-2.svg │ │ │ ├── navigation.svg │ │ │ ├── octagon.svg │ │ │ ├── package.svg │ │ │ ├── paperclip.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pen-tool.svg │ │ │ ├── percent.svg │ │ │ ├── phone-call.svg │ │ │ ├── phone-forwarded.svg │ │ │ ├── phone-incoming.svg │ │ │ ├── phone-missed.svg │ │ │ ├── phone-off.svg │ │ │ ├── phone-outgoing.svg │ │ │ ├── phone.svg │ │ │ ├── pie-chart.svg │ │ │ ├── play-circle.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus-square.svg │ │ │ ├── plus.svg │ │ │ ├── pocket.svg │ │ │ ├── power.svg │ │ │ ├── printer.svg │ │ │ ├── radio.svg │ │ │ ├── refresh-ccw.svg │ │ │ ├── refresh-cw.svg │ │ │ ├── repeat.svg │ │ │ ├── rewind.svg │ │ │ ├── rotate-ccw.svg │ │ │ ├── rotate-cw.svg │ │ │ ├── rss.svg │ │ │ ├── save.svg │ │ │ ├── scissors.svg │ │ │ ├── search.svg │ │ │ ├── send.svg │ │ │ ├── server.svg │ │ │ ├── settings.svg │ │ │ ├── share-2.svg │ │ │ ├── share.svg │ │ │ ├── shield-off.svg │ │ │ ├── shield.svg │ │ │ ├── shopping-bag.svg │ │ │ ├── shopping-cart.svg │ │ │ ├── shuffle.svg │ │ │ ├── sidebar.svg │ │ │ ├── skip-back.svg │ │ │ ├── skip-forward.svg │ │ │ ├── slack.svg │ │ │ ├── slash.svg │ │ │ ├── sliders.svg │ │ │ ├── smartphone.svg │ │ │ ├── smile.svg │ │ │ ├── speaker.svg │ │ │ ├── square.svg │ │ │ ├── star.svg │ │ │ ├── stop-circle.svg │ │ │ ├── sun.svg │ │ │ ├── sunrise.svg │ │ │ ├── sunset.svg │ │ │ ├── table.svg │ │ │ ├── tablet.svg │ │ │ ├── tag.svg │ │ │ ├── target.svg │ │ │ ├── terminal.svg │ │ │ ├── thermometer.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── toggle-left.svg │ │ │ ├── toggle-right.svg │ │ │ ├── tool.svg │ │ │ ├── trash-2.svg │ │ │ ├── trash.svg │ │ │ ├── trello.svg │ │ │ ├── trending-down.svg │ │ │ ├── trending-up.svg │ │ │ ├── triangle.svg │ │ │ ├── truck.svg │ │ │ ├── tv.svg │ │ │ ├── twitch.svg │ │ │ ├── twitter.svg │ │ │ ├── type.svg │ │ │ ├── umbrella.svg │ │ │ ├── underline.svg │ │ │ ├── unlock.svg │ │ │ ├── upload-cloud.svg │ │ │ ├── upload.svg │ │ │ ├── user-check.svg │ │ │ ├── user-minus.svg │ │ │ ├── user-plus.svg │ │ │ ├── user-x.svg │ │ │ ├── user.svg │ │ │ ├── users.svg │ │ │ ├── video-off.svg │ │ │ ├── video.svg │ │ │ ├── voicemail.svg │ │ │ ├── volume-1.svg │ │ │ ├── volume-2.svg │ │ │ ├── volume-x.svg │ │ │ ├── volume.svg │ │ │ ├── watch.svg │ │ │ ├── wifi-off.svg │ │ │ ├── wifi.svg │ │ │ ├── wind.svg │ │ │ ├── x-circle.svg │ │ │ ├── x-octagon.svg │ │ │ ├── x-square.svg │ │ │ ├── x.svg │ │ │ ├── youtube.svg │ │ │ ├── zap-off.svg │ │ │ ├── zap.svg │ │ │ ├── zoom-in.svg │ │ │ └── zoom-out.svg │ │ ├── rsync-ignore.txt │ │ ├── screenshots │ │ ├── screenshot.png │ │ ├── screenshot2.png │ │ ├── screenshot3.png │ │ ├── screenshot4.png │ │ └── screenshot5.png │ │ └── wall │ │ └── bg │ └── .profile └── packages /etc/amdfan.yml: -------------------------------------------------------------------------------- 1 | #Fan Control Matrix. 2 | speed_matrix: 3 | - [21, 31] 4 | - [50, 32] 5 | - [56, 50] 6 | - [75, 60] 7 | - [85, 68] 8 | -------------------------------------------------------------------------------- /etc/doas.conf: -------------------------------------------------------------------------------- 1 | # wheel group members can do all things with their password 2 | permit persist :wheel 3 | # wheel group members can perform Void Linux specific uddates with no password 4 | permit nopass :wheel cmd xbps-install args -Su 5 | permit nopass :wheel as root cmd poweroff 6 | permit nopass :wheel as root cmd reboot 7 | permit nopass :wheel as root cmd zzz 8 | permit nopass :wheel cmd ps_mem 9 | permit nopass :wheel cmd sv 10 | permit nopass :wheel cmd vsv 11 | 12 | # let greetd use poweroff 13 | permit nopass _greeter cmd poweroff 14 | permit nopass _greeter cmd reboot 15 | -------------------------------------------------------------------------------- /etc/greetd/config.toml: -------------------------------------------------------------------------------- 1 | [terminal] 2 | 3 | # TTY 4 | vt = 7 5 | 6 | # Default greeter 7 | [default_session] 8 | command = "tuigreet -t -r -c sway-start --asterisks --power-shutdown 'doas poweroff' --power-reboot 'doas reboot'" 9 | user = "_greeter" 10 | 11 | # Autologin 12 | #[initial_session] 13 | #command = "sway-start" 14 | #user = "bazz" 15 | -------------------------------------------------------------------------------- /etc/modprobe.d/ee1004.conf: -------------------------------------------------------------------------------- 1 | blacklist ee1004 2 | -------------------------------------------------------------------------------- /etc/modules-load.d/nct6775.conf: -------------------------------------------------------------------------------- 1 | # lm_sensors needs this to read fan speeds on my motherboard 2 | nct6775 3 | -------------------------------------------------------------------------------- /etc/rc.local: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # I don't want that mouse wakes up my computer 4 | echo "disabled" >/sys/bus/usb/devices/1-10/power/wakeup 5 | -------------------------------------------------------------------------------- /etc/rc.shutdown: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Nuke cliphist database 4 | rm /home/bazz/.cache/cliphist/db 5 | -------------------------------------------------------------------------------- /etc/xbps.d/10-ignore.conf: -------------------------------------------------------------------------------- 1 | ignorepkg=sudo 2 | ignorepkg=wpa_supplicant 3 | -------------------------------------------------------------------------------- /home/bazz/.bash_profile: -------------------------------------------------------------------------------- 1 | # Get the aliases and functions 2 | [ -f $HOME/.bashrc ] && . $HOME/.bashrc 3 | 4 | # Get exports from .profile (they are in .profile because greetd can't read bash profile) 5 | [ -f "$HOME/.profile" ] && . "$HOME/.profile" 6 | -------------------------------------------------------------------------------- /home/bazz/.config/MangoHud/MangoHud.conf: -------------------------------------------------------------------------------- 1 | horizontal 2 | legacy_layout=0 3 | font_size=20 4 | hud_no_margin 5 | font_scale=1.0 6 | background_alpha=0.5 7 | text_outline_thickness = 1.5 8 | no_small_font 9 | gpu_stats 10 | gpu_temp 11 | cpu_stats 12 | cpu_temp 13 | ram 14 | vram 15 | fps 16 | gamemode 17 | time 18 | time_format=%H:%M 19 | toggle_hud=Shift_R+F12 20 | -------------------------------------------------------------------------------- /home/bazz/.config/bat/config: -------------------------------------------------------------------------------- 1 | --theme-dark=ansi 2 | --color=always 3 | --italic-text=always 4 | --paging=never 5 | --style="plain,changes" 6 | -------------------------------------------------------------------------------- /home/bazz/.config/cron.weekly/backup: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec "$HOME/.local/bin/backup_host" 3 | -------------------------------------------------------------------------------- /home/bazz/.config/cron.weekly/borgmatic: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec borgmatic --verbosity 1 3 | -------------------------------------------------------------------------------- /home/bazz/.config/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | (\ /) 2 | ( . .) 3 | c(")(") 4 | 5 | -------------------------------------------------------------------------------- /home/bazz/.config/firefox/userChrome.css: -------------------------------------------------------------------------------- 1 | /* Remove close button*/ 2 | .titlebar-buttonbox-container { 3 | display: none; 4 | } 5 | 6 | /* Remove back/prev buttons and use "alt+left/right"*/ 7 | #back-button, 8 | #forward-button { 9 | display: none !important; 10 | } 11 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/adwaita-dark.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=cfcfcf 3 | background=1e1e1e 4 | regular0=1e1e1e 5 | regular1=c01c28 6 | regular2=26a269 7 | regular3=a2734c 8 | regular4=12488b 9 | regular5=a347ba 10 | regular6=2aa1b3 11 | regular7=cfcfcf 12 | bright0=5d5d5d 13 | bright1=f66151 14 | bright2=33d17a 15 | bright3=e9ad0c 16 | bright4=2a7bde 17 | bright5=c061cb 18 | bright6=33c7de 19 | bright7=ffffff 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/alacritty-dark.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=D8D8D8 3 | background=161616 4 | regular0=161616 5 | regular1=AC4242 6 | regular2=90A959 7 | regular3=F4BF75 8 | regular4=6A9FB5 9 | regular5=AA759F 10 | regular6=75B5AA 11 | regular7=D8D8D8 12 | bright0=525252 13 | bright1=C55555 14 | bright2=AAC474 15 | bright3=FECA88 16 | bright4=82B8C8 17 | bright5=C28CB8 18 | bright6=93D3C3 19 | bright7=F8F8F8 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/catppuccin-mocha.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=cdd6f4 3 | background=1e1e2e 4 | 5 | regular0=45475a 6 | regular1=f38ba8 7 | regular2=a6e3a1 8 | regular3=f9e2af 9 | regular4=89b4fa 10 | regular5=f5c2e7 11 | regular6=94e2d5 12 | regular7=bac2de 13 | 14 | bright0=585b70 15 | bright1=f38ba8 16 | bright2=a6e3a1 17 | bright3=f9e2af 18 | bright4=89b4fa 19 | bright5=f5c2e7 20 | bright6=94e2d5 21 | bright7=a6adc8 22 | 23 | selection-foreground=cdd6f4 24 | selection-background=414356 25 | 26 | search-box-no-match=11111b f38ba8 27 | search-box-match=cdd6f4 313244 28 | 29 | jump-labels=11111b fab387 30 | urls=89b4fa 31 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/endeavour.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=ffffff 3 | background=110a21 4 | 5 | regular0=7f3fbf 6 | regular1=7f7fff 7 | regular2=19cb00 8 | regular3=cecb00 9 | regular4=001cd1 10 | regular5=cb1ed1 11 | regular6=0dcdcd 12 | regular7=e5e5e5 13 | 14 | bright0=ff7f7f 15 | bright1=3e0605 16 | bright2=23fd00 17 | bright3=fffd00 18 | bright4=0026ff 19 | bright5=fd28ff 20 | bright6=14ffff 21 | bright7=ffffff 22 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/everblush.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | background=141b1e 3 | foreground=dadada 4 | regular0=232a2d 5 | regular1=e57474 6 | regular2=8ccf7e 7 | regular3=e5c76b 8 | regular4=67b0e8 9 | regular5=c47fd5 10 | regular6=6cbfbf 11 | regular7=b3b9b8 12 | 13 | bright0=2d3437 14 | bright1=ef7e7e 15 | bright2=96d988 16 | bright3=f4d67a 17 | bright4=71baf2 18 | bright5=ce89df 19 | bright6=67cbe7 20 | bright7=bdc3c2 21 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/gruvbox-dark-hard.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | background=1d2021 3 | foreground=ebdbb2 4 | regular0=282828 5 | regular1=cc241d 6 | regular2=98971a 7 | regular3=d79921 8 | regular4=458588 9 | regular5=b16286 10 | regular6=689d6a 11 | regular7=a89984 12 | bright0=928374 13 | bright1=fb4934 14 | bright2=b8bb26 15 | bright3=fabd2f 16 | bright4=83a598 17 | bright5=d3869b 18 | bright6=8ec07c 19 | bright7=ebdbb2 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/gruvbox-material.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | background=1d2021 3 | foreground=d4be98 4 | 5 | regular0=32302f 6 | regular1=ea6962 7 | regular2=a9b665 8 | regular3=d8a657 9 | regular4=7daea3 10 | regular5=d3869b 11 | regular6=89b482 12 | regular7=d4be98 13 | 14 | bright0=32302f 15 | bright1=ea6962 16 | bright2=a9b665 17 | bright3=d8a657 18 | bright4=7daea3 19 | bright5=d3869b 20 | bright6=89b482 21 | bright7=d4be98 22 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/mountain.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=f0f0f0 3 | background=0f0f0f 4 | regular0=262626 5 | regular1=ac8a8c 6 | regular2=8aac8b 7 | regular3=aca98a 8 | regular4=8f8aac 9 | regular5=ac8aac 10 | regular6=8aabac 11 | regular7=e7e7e7 12 | bright0=4c4c4c 13 | bright1=c49ea0 14 | bright2=9ec49f 15 | bright3=c4c19e 16 | bright4=a39ec4 17 | bright5=c49ec4 18 | bright6=9ec3c4 19 | bright7=f5f5f5 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/oxocarbon-v2.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=e0e0e0 3 | background=161616 4 | regular0=262626 5 | regular1=ee5396 6 | regular2=42be65 7 | regular3=FF7EB6 8 | regular4=78a9ff 9 | regular5=BE95FF 10 | regular6=08BDBA 11 | regular7=e0e0e0 12 | bright0=525252 13 | bright1=ee5396 14 | bright2=42be65 15 | bright3=FF7EB6 16 | bright4=78a9ff 17 | bright5=BE95FF 18 | bright6=08BDBA 19 | bright7=ffffff 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/oxocarbon.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=e0e0e0 3 | background=161616 4 | regular0=262626 5 | regular1=ee5396 6 | regular2=42be65 7 | regular3=F1C21B 8 | regular4=78a9ff 9 | regular5=be95ff 10 | regular6=08BDBA 11 | regular7=e0e0e0 12 | bright0=525252 13 | bright1=ee5396 14 | bright2=42be65 15 | bright3=F1C21B 16 | bright4=78a9ff 17 | bright5=be95ff 18 | bright6=08BDBA 19 | bright7=ffffff 20 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/paradise.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | background=151515 3 | foreground=E8E3E3 4 | 5 | regular0=151515 # black 6 | regular1=B66467 # red 7 | regular2=8C977D # green 8 | regular3=D9BC8C # yellow 9 | regular4=8DA3B9 # blue 10 | regular5=A988B0 # magenta 11 | regular6=8AA6A2 # cyan 12 | regular7=E8E3E3 # white 13 | 14 | bright0=424242 # bright black 15 | bright1=B66467 # bright red 16 | bright2=8C977D # bright green 17 | bright3=D9BC8C # bright yellow 18 | bright4=8DA3B9 # bright blue 19 | bright5=A988B0 # bright magenta 20 | bright6=8AA6A2 # bright cyan 21 | bright7=E8E3E3 # bright white 22 | -------------------------------------------------------------------------------- /home/bazz/.config/foot/themes/tokyonight.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | background=1a1b26 3 | foreground=c0caf5 4 | regular0=15161E 5 | regular1=f7768e 6 | regular2=9ece6a 7 | regular3=e0af68 8 | regular4=7aa2f7 9 | regular5=bb9af7 10 | regular6=7dcfff 11 | regular7=a9b1d6 12 | bright0=414868 13 | bright1=f7768e 14 | bright2=9ece6a 15 | bright3=e0af68 16 | bright4=7aa2f7 17 | bright5=bb9af7 18 | bright6=7dcfff 19 | bright7=c0caf5 20 | -------------------------------------------------------------------------------- /home/bazz/.config/fzf/fzf-opts: -------------------------------------------------------------------------------- 1 | --color=fg:#878580,bg:#100F0F,hl:#CECDC3 2 | --color=fg+:#878580,bg+:#1C1B1A,hl+:#CECDC3 3 | --color=border:#AF3029,header:#CECDC3,gutter:#100F0F 4 | --color=spinner:#24837B,info:#24837B,separator:#1C1B1A 5 | --color=pointer:#AD8301,marker:#AF3029,prompt:#AD8301 6 | --border="none" --border-label="none" --preview-window="border-sharp" --prompt="> " 7 | --marker=">" --pointer="*" --separator="" --scrollbar="" 8 | -------------------------------------------------------------------------------- /home/bazz/.config/gtk-2.0/gtkfilechooser.ini: -------------------------------------------------------------------------------- 1 | [Filechooser Settings] 2 | LocationMode=path-bar 3 | ShowHidden=true 4 | ShowSizeColumn=true 5 | GeometryX=10 6 | GeometryY=88 7 | GeometryWidth=948 8 | GeometryHeight=645 9 | SortColumn=name 10 | SortOrder=ascending 11 | StartupMode=recent 12 | -------------------------------------------------------------------------------- /home/bazz/.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- 1 | file:///home/bazz/Documents 2 | file:///home/bazz/Pictures 3 | file:///home/bazz/Downloads 4 | file:///mnt/nv1tb 5 | file:///mnt/wd1tb 6 | -------------------------------------------------------------------------------- /home/bazz/.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | ../gtk-4.0/gtk.css -------------------------------------------------------------------------------- /home/bazz/.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-theme-name=adw-gtk3-dark 3 | gtk-icon-theme-name=Papirus-Dark 4 | gtk-font-name=JetBrains Mono 10 5 | gtk-cursor-theme-name=Bibata-Modern-Classic 6 | gtk-cursor-theme-size=24 7 | gtk-toolbar-style=GTK_TOOLBAR_ICONS 8 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR 9 | gtk-button-images=0 10 | gtk-menu-images=0 11 | gtk-enable-event-sounds=0 12 | gtk-enable-input-feedback-sounds=0 13 | gtk-xft-antialias=1 14 | gtk-xft-hinting=1 15 | gtk-xft-hintstyle=hintfull 16 | gtk-xft-rgba=rgb 17 | gtk-application-prefer-dark-theme=1 18 | -------------------------------------------------------------------------------- /home/bazz/.config/imv/copy_img.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | wl-copy -t image/png <"$1" 4 | notify-send \ 5 | -i "$(realpath $1)" \ 6 | "${1%.*}" \ 7 | "Copied to clipboard" 8 | -------------------------------------------------------------------------------- /home/bazz/.config/kanshi/config: -------------------------------------------------------------------------------- 1 | profile main { 2 | output DP-1 mode 1920x1080 3 | } 4 | -------------------------------------------------------------------------------- /home/bazz/.config/mpd/mpd.conf: -------------------------------------------------------------------------------- 1 | music_directory "/mnt/wd1tb/music" 2 | playlist_directory "~/.config/mpd/playlists" 3 | pid_file "~/.config/mpd/pid" 4 | state_file "~/.config/mpd/state" 5 | sticker_file "~/.config/mpd/sticker.sql" 6 | db_file "~/.config/mpd/database" 7 | 8 | bind_to_address "127.0.0.1" 9 | 10 | input { 11 | plugin "curl" 12 | } 13 | 14 | audio_output { 15 | type "pipewire" 16 | name "PipeWire Sound Server" 17 | } 18 | 19 | -------------------------------------------------------------------------------- /home/bazz/.config/multitail/config: -------------------------------------------------------------------------------- 1 | statusline_ts_format:%d.%m/%Y %H:%M 2 | statusline_above_data:no 3 | statusline_attrs:black,cyan,reverse 4 | check_mail:0 5 | -------------------------------------------------------------------------------- /home/bazz/.config/nvim/ftplugin/markdown.lua: -------------------------------------------------------------------------------- 1 | vim.opt.conceallevel = 1 2 | vim.opt_local.colorcolumn = "0" 3 | -------------------------------------------------------------------------------- /home/bazz/.config/nvim/init.lua: -------------------------------------------------------------------------------- 1 | local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" 2 | 3 | if not vim.loop.fs_stat(lazypath) then 4 | vim.fn.system({ 5 | "git", 6 | "clone", 7 | "--filter=blob:none", 8 | "https://github.com/folke/lazy.nvim.git", 9 | "--branch=stable", 10 | lazypath, 11 | }) 12 | end 13 | 14 | vim.opt.rtp:prepend(lazypath) 15 | 16 | require("options") 17 | require("mappings") 18 | require("lazy").setup("plugins") 19 | -------------------------------------------------------------------------------- /home/bazz/.config/nvim/stylua.toml: -------------------------------------------------------------------------------- 1 | indent_type = "Spaces" 2 | indent_width = 2 3 | column_width = 120 4 | -------------------------------------------------------------------------------- /home/bazz/.config/river/scripts/barhider.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep -x waybar >/dev/null; then 4 | killall -q waybar 5 | notify-send -t 2000 -a System -i ~/.local/share/icons/feather/x.svg "Bar disabled" -h string:x-canonical-private-synchronous:volume 6 | else 7 | waybar & 8 | fi 9 | -------------------------------------------------------------------------------- /home/bazz/.config/river/scripts/locker.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Times the screen off and puts it to background 3 | swayidle \ 4 | timeout 120 "wlopm --off '*'" \ 5 | resume "wlopm --on '*'" & 6 | # Locks the screen immediately 7 | swaylock 8 | # Kills last background task so idle timer doesn't keep running 9 | kill %% 10 | -------------------------------------------------------------------------------- /home/bazz/.config/river/scripts/swayidle-toggle.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep swayidle >/dev/null; then 4 | pkill swayidle 5 | notify-send -i ~/.local/share/icons/feather/eye.svg "Swayidle" "Disabled" -t 1500 -h string:x-canonical-private-synchronous:volume 6 | else 7 | notify-send -i ~/.local/share/icons/feather/eye-off.svg "Swayidle" "Enabled" -t 1500 -h string:x-canonical-private-synchronous:volume 8 | swayidle -w & 9 | fi 10 | -------------------------------------------------------------------------------- /home/bazz/.config/service/dbus/log/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec vlogger -t dbus-$(id -u) -p daemon 4 | -------------------------------------------------------------------------------- /home/bazz/.config/service/dbus/log/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.dbus-log -------------------------------------------------------------------------------- /home/bazz/.config/service/dbus/run: -------------------------------------------------------------------------------- 1 | /usr/share/examples/turnstile/dbus.run -------------------------------------------------------------------------------- /home/bazz/.config/service/dbus/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.dbus -------------------------------------------------------------------------------- /home/bazz/.config/service/pipewire/control/t: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | [ -r supervise/pid ] && kill -TERM -$(cat supervise/pid) 3 | -------------------------------------------------------------------------------- /home/bazz/.config/service/pipewire/log/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec vlogger -t pipewire-$(id -u) -p daemon 4 | -------------------------------------------------------------------------------- /home/bazz/.config/service/pipewire/log/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.pipewire-log -------------------------------------------------------------------------------- /home/bazz/.config/service/pipewire/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | SVDIR=".." sv start dbus || exit 1 3 | exec chpst -e "$TURNSTILE_ENV_DIR" pipewire 4 | -------------------------------------------------------------------------------- /home/bazz/.config/service/pipewire/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.pipewire -------------------------------------------------------------------------------- /home/bazz/.config/service/snooze-weekly-local/log/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec vlogger -t snooze-weekly-$(id -u) -p daemon 3 | -------------------------------------------------------------------------------- /home/bazz/.config/service/snooze-weekly-local/log/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.snooze-weekly-local-log -------------------------------------------------------------------------------- /home/bazz/.config/service/snooze-weekly-local/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | mkdir -p "$HOME/.var/snooze/" 3 | exec snooze -w 1 -s 7d -t "$HOME/.var/snooze/weekly" -- sh -c \ 4 | "test -d $HOME/.config/cron.weekly && run-parts --lsbsysinit $HOME/.config/cron.weekly; : > $HOME/.var/snooze/weekly" 5 | -------------------------------------------------------------------------------- /home/bazz/.config/service/snooze-weekly-local/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.snooze-weekly-local -------------------------------------------------------------------------------- /home/bazz/.config/service/ssh-agent/finish: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | rm -f "${XDG_DATA_HOME:-$HOME/.local/share}"/ssh-agent.sock 4 | exit 0 5 | -------------------------------------------------------------------------------- /home/bazz/.config/service/ssh-agent/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec >/dev/null 4 | exec chpst -e "$TURNSTILE_ENV_DIR" ssh-agent -Da "${XDG_DATA_HOME:-$HOME/.local/share}"/ssh-agent.sock 5 | -------------------------------------------------------------------------------- /home/bazz/.config/service/ssh-agent/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.ssh-agent -------------------------------------------------------------------------------- /home/bazz/.config/service/syncthing/log/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | vlogger -t syncthing-$(id -u) -p daemon 4 | -------------------------------------------------------------------------------- /home/bazz/.config/service/syncthing/log/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.syncthing-log -------------------------------------------------------------------------------- /home/bazz/.config/service/syncthing/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec chpst -e "$TURNSTILE_ENV_DIR" syncthing serve --no-browser 4 | -------------------------------------------------------------------------------- /home/bazz/.config/service/syncthing/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.syncthing -------------------------------------------------------------------------------- /home/bazz/.config/service/turnstile-ready/conf: -------------------------------------------------------------------------------- 1 | core_services="dbus" 2 | -------------------------------------------------------------------------------- /home/bazz/.config/service/turnstile-ready/supervise: -------------------------------------------------------------------------------- 1 | /run/user/1000/supervise.turnstile-ready -------------------------------------------------------------------------------- /home/bazz/.config/shell/inputrc: -------------------------------------------------------------------------------- 1 | $include /etc/inputrc 2 | -------------------------------------------------------------------------------- /home/bazz/.config/sway/scripts/autotiling-toggle.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep autotiling >/dev/null; then 4 | pkill autotiling 5 | notify-send -i ~/.local/share/icons/feather/check.svg "Autotiling" "Disabled" -t 1500 -h string:x-canonical-private-synchronous:volume 6 | else 7 | autotiling -l 2 & 8 | notify-send -i ~/.local/share/icons/feather/x.svg "Autotiling" "Enabled" -t 1500 -h string:x-canonical-private-synchronous:volume 9 | fi 10 | -------------------------------------------------------------------------------- /home/bazz/.config/sway/scripts/barhider.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep -x waybar >/dev/null; then 4 | killall -q waybar 5 | notify-send -t 2000 -a System -i ~/.local/share/icons/feather/x.svg "Bar disabled" -h string:x-canonical-private-synchronous:volume 6 | else 7 | waybar & 8 | fi 9 | -------------------------------------------------------------------------------- /home/bazz/.config/sway/scripts/keyhint.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | cat ~/.config/sway/config | grep 'bindsym' | grep -v '^\s*#' | sed 's/bindsym / /' | fuzzel -d -a top --y 5 -w 50 -l 15 -p "Search keyboard shortcuts:" 4 | -------------------------------------------------------------------------------- /home/bazz/.config/sway/scripts/locker.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Times the screen off and puts it to background 3 | swayidle \ 4 | timeout 120 "swaymsg 'output * power off'" \ 5 | resume "swaymsg 'output * power on'" & 6 | # Locks the screen immediately 7 | swaylock 8 | # Kills last background task so idle timer doesn't keep running 9 | kill %% 10 | -------------------------------------------------------------------------------- /home/bazz/.config/sway/scripts/swayidle-toggle.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep swayidle >/dev/null; then 4 | pkill swayidle 5 | notify-send -i ~/.local/share/icons/feather/eye.svg "Swayidle" "Disabled" -t 1500 -h string:x-canonical-private-synchronous:volume 6 | else 7 | notify-send -i ~/.local/share/icons/feather/eye-off.svg "Swayidle" "Enabled" -t 1500 -h string:x-canonical-private-synchronous:volume 8 | swayidle -w & 9 | fi 10 | -------------------------------------------------------------------------------- /home/bazz/.config/swayidle/config: -------------------------------------------------------------------------------- 1 | timeout 1500 "swaylock -f" 2 | timeout 3600 "swaymsg 'output * power off'" resume "swaymsg 'output * power on'" 3 | -------------------------------------------------------------------------------- /home/bazz/.config/swayimg/copy_img.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | wl-copy -t image/png <"$1" 4 | notify-send \ 5 | -i "$(realpath $1)" \ 6 | "${1%.*}" \ 7 | "Copied to clipboard" 8 | -------------------------------------------------------------------------------- /home/bazz/.config/swaylock/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.config/swaylock/lock.png -------------------------------------------------------------------------------- /home/bazz/.config/swaynag/config: -------------------------------------------------------------------------------- 1 | # APPEARANCE OPTIONS 2 | font=JetBrains Mono 10 3 | edge=top 4 | layer=overlay 5 | 6 | [warning] 7 | background=#161616 8 | border=#262626 9 | border-bottom-size=1 10 | button-border-size=1 11 | border-bottom=#262626 12 | button-background=#1b1b1b 13 | button-gap=10 14 | button-text=#cccccc 15 | dismiss-button=Cancel 16 | message-padding=10 17 | text=#cccccc 18 | button-margin-right=5 19 | button-dismiss-gap=20 20 | #dismiss-button=X 21 | -------------------------------------------------------------------------------- /home/bazz/.config/user-dirs.dirs: -------------------------------------------------------------------------------- 1 | XDG_DOWNLOAD_DIR="$HOME/Downloads" 2 | XDG_TEMPLATES_DIR="$HOME/Templates" 3 | XDG_PUBLICSHARE_DIR="$HOME/Public" 4 | XDG_DOCUMENTS_DIR="$HOME/Documents" 5 | XDG_MUSIC_DIR="$HOME/Music" 6 | XDG_PICTURES_DIR="$HOME/Pictures" 7 | XDG_SCREENSHOTS_DIR="$HOME/Pictures/Screenshots" 8 | XDG_VIDEOS_DIR="$HOME/Videos" 9 | -------------------------------------------------------------------------------- /home/bazz/.config/waybar/scripts/mic.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -euo pipefail 3 | 4 | if wpctl get-volume @DEFAULT_AUDIO_SOURCE@ | grep -qi 'MUTED'; then 5 | echo "" 6 | else 7 | echo "{\"text\": \"󰍬\", \"tooltip\": \"Microphone is active\n click left or press  + F10 to disable\"}" 8 | fi 9 | -------------------------------------------------------------------------------- /home/bazz/.config/waybar/scripts/swayidle.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | if pgrep -x "swayidle" >/dev/null; then 4 | echo "" 5 | else 6 | echo "{\"text\": \"󰒳\", \"tooltip\": \"Swayidle is disabled\n click left or press  + F11 to enable\"}" 7 | fi 8 | -------------------------------------------------------------------------------- /home/bazz/.config/waybar/scripts/waybar-launcher.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Terminate already running bar instances 4 | killall -q waybar 5 | 6 | # Wait until the waybar processes have been shut down 7 | while pgrep -x waybar >/dev/null; do sleep 1; done 8 | 9 | # Launch Waybar 10 | waybar & 11 | -------------------------------------------------------------------------------- /home/bazz/.config/xsettingsd/xsettingsd.conf: -------------------------------------------------------------------------------- 1 | Net/ThemeName "adw-gtk3-dark" 2 | Net/IconThemeName "Papirus-Dark" 3 | Gtk/CursorThemeName "Bibata-Modern-Classic" 4 | Net/EnableEventSounds 0 5 | EnableInputFeedbackSounds 0 6 | Xft/Antialias 1 7 | Xft/Hinting 1 8 | Xft/HintStyle "hintfull" 9 | Xft/RGBA "rgb" 10 | -------------------------------------------------------------------------------- /home/bazz/.config/yt-dlp/config: -------------------------------------------------------------------------------- 1 | --restrict-filenames 2 | --trim-filenames 200 3 | -o ~/Videos/%(title)s.%(ext)s 4 | --format bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best 5 | --sub-lang en.*,en-US 6 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/backup_host: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | EXCLUDE_FILE="$HOME/.local/share/rsync-ignore.txt" 4 | DEST_HOME="/mnt/wd1tb/backup/host/home" 5 | DEST_ETC="/mnt/wd1tb/backup/host/etc" 6 | 7 | mkdir -p "$DEST_HOME" 8 | mkdir -p "$DEST_ETC" 9 | 10 | rsync -avu --delete --exclude-from="$EXCLUDE_FILE" "$HOME" "$DEST_HOME/" 11 | rsync -avu --delete --exclude-from="$EXCLUDE_FILE" /etc "$DEST_ETC/" 12 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/fontsearch: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | fc-list | 4 | grep -ioE ": [^:]*$1[^:]+:" | 5 | sed -E 's/(^: |:)//g' | 6 | tr , \\n | 7 | sort | 8 | uniq | 9 | fzf 10 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/menu_clipboard: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | set -e 4 | 5 | case "$1" in 6 | wipe) 7 | answer=$(echo -e "Yes\nNo" | bemenu_runner -l2 -B1 -p "Wipe clipboard?") 8 | 9 | if [[ $answer == "Yes" ]]; then 10 | rm $XDG_CACHE_HOME/cliphist/db 11 | notify-send -a center_notify "Clipboard" "Database deleted" 12 | fi 13 | 14 | exit 0 15 | ;; 16 | *) 17 | cliphist list | bemenu_runner -H25 -n -B1 -l10 -p "clipboard" | cliphist decode | wl-copy 18 | ;; 19 | esac 20 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/menu_scripts/menu_clipboard: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | set -e 4 | 5 | case "$1" in 6 | wipe) 7 | answer=$(echo -e "Yes\nNo" | bemenu_runner -l2 -B1 -p "Wipe clipboard?") 8 | 9 | if [[ $answer == "Yes" ]]; then 10 | rm $XDG_CACHE_HOME/cliphist/db 11 | notify-send -a center_notify "Clipboard" "Database deleted" 12 | fi 13 | 14 | exit 0 15 | ;; 16 | *) 17 | cliphist list | fuzzel -d -a top --y 5 -w 50 -l15 -p "clipboard: " | cliphist decode | wl-copy 18 | ;; 19 | esac 20 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/menu_scripts/menu_emoji: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -e 3 | 4 | chosen=$(cut -d ';' -f1 ~/.local/share/emoji/emoji | fuzzel -d -a top --y 4 -w 30 -l 15 -p "select: " | sed "s/ .*//") 5 | 6 | [ -z "$chosen" ] && exit 7 | 8 | if [ -n "$1" ]; then 9 | wl-copy "$chosen" 10 | else 11 | printf "$chosen" | wl-copy 12 | notify-send "$chosen Copied to clipboard!" & 13 | fi 14 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/menu_scripts/menu_killer: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | set -e 4 | 5 | MENU="fuzzel -d -a top --y 4 -w 50 -l 15" 6 | 7 | selected="$(ps -a -u $USER | 8 | $MENU --prompt "Kill process:" | 9 | awk '{print $1" "$4}')" 10 | 11 | if [[ ! -z $selected ]]; then 12 | 13 | answer="$(echo -e "Yes\nNo" | 14 | $MENU --prompt "Kill $selected?")" 15 | 16 | if [[ $answer == "Yes" ]]; then 17 | selpid="$(awk '{print $1}' <<<$selected)" 18 | kill -9 $selpid 19 | fi 20 | fi 21 | 22 | exit 0 23 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/noti_date: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | notify-send -a System -t 10000 -i ~/.local/share/icons/feather/clock.svg "Date Time" "$(date '+%d.%m %H:%M')" 4 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/noti_usage: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -e 3 | 4 | cpu() { 5 | notify-send -t 4000 -a System "CPU usage" "$(ps axch -o cmd,%cpu --sort=-%cpu | head)" 6 | } 7 | 8 | ram() { 9 | notify-send -t 4000 -a System "RAM usage" "$(ps axch -o cmd,rss | awk '{printf "%-30s %s\n", $1, $2/1024}' | sort -k2 -n -r | head | awk '{printf "%-30s %s\n", $1, $2}')" 10 | } 11 | 12 | case "$1" in 13 | "cpu") 14 | cpu 15 | ;; 16 | "ram") 17 | ram 18 | ;; 19 | *) 20 | echo "Invalid argument" 21 | exit 1 22 | ;; 23 | esac 24 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/png_convert: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | # 3 | # Convert all images to png 4 | 5 | dir="$PWD" 6 | if [ "$#" -ne 0 ]; then 7 | dir="$1" 8 | fi 9 | 10 | find "$dir" -name "*.jpg" -exec mogrify -format png {} \; 11 | find "$dir" -name "*.jpg" -exec rm {} \; 12 | find "$dir" -name "*.webp" -exec mogrify -format png {} \; 13 | find "$dir" -name "*.webp" -exec rm {} \; 14 | find "$dir" -name "*.avif" -exec mogrify -format png {} \; 15 | find "$dir" -name "*.avif" -exec rm {} \; 16 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/popupgrade: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | printf "Beginning upgrade.\n\n" 4 | 5 | doas xbps-install -Su 6 | 7 | printf "\nUpgrade complete!\n\033[0;31m\nPress to exit window.\n\n\033[0m" 8 | read -r _ 9 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/river-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Greedtd uses this file to start river 4 | export MOZ_ENABLE_WAYLAND=1 5 | export QT_QPA_PLATFORM=wayland 6 | export ELECTRON_OZONE_PLATFORM_HINT=wayland 7 | export BEMENU_BACKEND=wayland 8 | export XDG_SESSION_TYPE=wayland 9 | export XDG_CURRENT_DESKTOP=river 10 | export XDG_SESSION_DESKTOP=river 11 | 12 | exec river >~/.local/state/riverlog 2>&1 13 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/setbg: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | set -euo pipefail 4 | 5 | bg="${HOME}/.local/share/wall/bg" 6 | 7 | if [ "${1:-}" ]; then 8 | file=$(readlink -f "${1}") 9 | 10 | case $(file --mime-type --brief "${file}") in 11 | image/*) 12 | cp -f "${file}" "${bg}" 13 | ;; 14 | *) 15 | exit 1 16 | ;; 17 | esac 18 | fi 19 | 20 | swww img "${bg}" \ 21 | --transition-type=any \ 22 | --transition-step=60 \ 23 | --transition-fps=60 \ 24 | --transition-duration=.7 25 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/show_ip: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | curl -s "https://httpbin.org/ip" | jq -r .origin 4 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/sway-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Greedtd uses this file to start sway 4 | export MOZ_ENABLE_WAYLAND=1 5 | export QT_QPA_PLATFORM=wayland 6 | export ELECTRON_OZONE_PLATFORM_HINT=wayland 7 | export BEMENU_BACKEND=wayland 8 | export XDG_SESSION_TYPE=wayland 9 | export XDG_CURRENT_DESKTOP=sway 10 | export XDG_SESSION_DESKTOP=sway 11 | 12 | exec sway >~/.local/state/swaylog 2>&1 13 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/swcheck: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Get current swap usage for all running processes 3 | 4 | SUM=0 5 | OVERALL=0 6 | for DIR in $(find /proc/ -maxdepth 1 -type d -regex "^/proc/[0-9]+"); do 7 | PID=$(echo $DIR | cut -d / -f 3) 8 | PROGNAME=$(ps -p $PID -o comm --no-headers) 9 | for SWAP in $(grep VmSwap $DIR/status 2>/dev/null | awk '{ print $2 }'); do 10 | let SUM=$SUM+$SWAP 11 | done 12 | if (($SUM > 0)); then 13 | echo "PID=$PID swapped $SUM KB ($PROGNAME)" 14 | fi 15 | let OVERALL=$OVERALL+$SUM 16 | SUM=0 17 | done 18 | echo "Overall swap used: $OVERALL KB" 19 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/tail_a: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | multitail -s 2 ~/.local/state/swaylog /var/log/socklog/everything/current /var/log/socklog/errors/current 4 | -------------------------------------------------------------------------------- /home/bazz/.local/bin/yle-dl: -------------------------------------------------------------------------------- 1 | /home/bazz/.local/share/pipx/venvs/yle-dl/bin/yle-dl -------------------------------------------------------------------------------- /home/bazz/.local/bin/yt-dlp: -------------------------------------------------------------------------------- 1 | /home/bazz/.local/share/pipx/venvs/yt-dlp/bin/yt-dlp -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/audio-volume-change.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/audio-volume-change.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/bell.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/bell.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/camera-shutter.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/camera-shutter.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/complete.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/complete.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/device-added.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/device-added.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/device-removed.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/device-removed.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/dialog-information.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/dialog-information.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/dialog-warning.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/dialog-warning.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/email.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/email.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/Sounds/message.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/Sounds/message.oga -------------------------------------------------------------------------------- /home/bazz/.local/share/applications/img.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Icon=swayimg 4 | Name=Image viewer 5 | Exec=/usr/bin/swayimg %f 6 | MimeType=image/jpeg;image/png;image/gif;image/tiff;image/x-tga;image/bmp;image/webp; 7 | -------------------------------------------------------------------------------- /home/bazz/.local/share/applications/lf.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=lf 4 | Comment=Terminal file manager 5 | Icon=lf 6 | Exec=foot -e lf %u 7 | Keywords=File;Manager;Explorer;Browser;Launcher 8 | MimeType=inode/directory; 9 | Categories=Utility;Core;System;FileTools;FileManager;ConsoleOnly 10 | -------------------------------------------------------------------------------- /home/bazz/.local/share/applications/pdf.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=PDF Reader 4 | Exec=/usr/bin/zathura %u 5 | MimeType=application/pdf; 6 | -------------------------------------------------------------------------------- /home/bazz/.local/share/applications/text.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Icon=text-editor 4 | Exec=foot -e nvim %u 5 | Name=Text editor 6 | Categories=Utility;TextEditor; 7 | MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; 8 | -------------------------------------------------------------------------------- /home/bazz/.local/share/applications/video.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Video Viewer 4 | Exec=/usr/bin/mpv -quiet %f 5 | MimeType=video/mp4;video/mpeg;video/x-msvideo;video/quicktime;video/x-matroska;video/webm;video/x-flv;video/ogg; 6 | -------------------------------------------------------------------------------- /home/bazz/.local/share/bash-completion/completions/doas: -------------------------------------------------------------------------------- 1 | _doas() { 2 | local cur prev words cword split 3 | _init_completion -s || return 4 | 5 | for ((i = 1; i <= cword; i++)); do 6 | if [[ ${words[i]} != -* ]]; then 7 | local PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin 8 | local root_command=${words[i]} 9 | _command_offset $i 10 | return 11 | fi 12 | 13 | [[ ${words[i]} == -@(u|C) ]] && ((i++)) 14 | done 15 | } && complete -F _doas doas 16 | -------------------------------------------------------------------------------- /home/bazz/.local/share/bash-completion/completions/xi: -------------------------------------------------------------------------------- 1 | __load_completion xbps 2 | 3 | _xi() { 4 | shift 5 | _xbps_complete xbps-install "$@" 6 | } 7 | 8 | _xls() { 9 | shift 10 | _xbps_complete xbps-query "$@" 11 | } 12 | 13 | _xq() { 14 | shift 15 | _xbps_complete xbps-query "$@" 16 | } 17 | 18 | _xrm() { 19 | shift 20 | _xbps_complete xbps-remove "$@" 21 | } 22 | 23 | complete -F _xi xi 24 | complete -F _xls xls 25 | complete -F _xq xq 26 | complete -F _xrm xrm 27 | 28 | -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/0xProto/0xProto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/0xProto/0xProto-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/0xProto/0xProto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/0xProto/0xProto-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/0xProto/0xProto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/0xProto/0xProto-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-Thin.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-BoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraLight.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Light.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-LightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Medium.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-MediumItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-SemiBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-Thin.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMono-ThinItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-BoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraLight.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Light.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-LightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Medium.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-MediumItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-SemiBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-Thin.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/JetBrainsMono-ttf/JetBrainsMonoNL-ThinItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-BoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraLight.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Light.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-LightItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Medium.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-MediumItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-SemiBold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-Thin.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/MapleMono-TTF/MapleMono-ThinItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ttf-hack/Hack-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ttf-hack/Hack-Bold.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ttf-hack/Hack-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ttf-hack/Hack-BoldItalic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ttf-hack/Hack-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ttf-hack/Hack-Italic.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ttf-hack/Hack-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ttf-hack/Hack-Regular.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-B.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-B.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-BI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-BI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-C.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-C.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-L.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-L.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-LI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-LI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-M.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-M.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-MI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-MI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-R.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-R.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-RI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-RI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-Th.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/Ubuntu-Th.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-B.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-B.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-BI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-BI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-R.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-R.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-RI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/fonts/ubuntu-font-family-0.83/UbuntuMono-RI.ttf -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/alert-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/alert-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/aperture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-up-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/battery-charging.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bell-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/chrome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud-drizzle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud-rain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud-snow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/codepen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/command.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/crosshair.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/divide-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/divide-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/dribbble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/eye-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/figma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/file-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/file-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/film.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/gift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/git-branch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/globe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/hard-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/life-buoy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/loader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/message-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/mic-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/mic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/minimize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/move.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/package.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/paperclip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/pen-tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/phone-call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/phone-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/refresh-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/scissors.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/share-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/shield-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/sliders.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/sunrise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/sunset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/trash-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/truck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/upload-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/user-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/watch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/wifi-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/x-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/zap-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/icons/feather/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /home/bazz/.local/share/screenshots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/screenshots/screenshot.png -------------------------------------------------------------------------------- /home/bazz/.local/share/screenshots/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/screenshots/screenshot2.png -------------------------------------------------------------------------------- /home/bazz/.local/share/screenshots/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/screenshots/screenshot3.png -------------------------------------------------------------------------------- /home/bazz/.local/share/screenshots/screenshot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/screenshots/screenshot4.png -------------------------------------------------------------------------------- /home/bazz/.local/share/screenshots/screenshot5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/screenshots/screenshot5.png -------------------------------------------------------------------------------- /home/bazz/.local/share/wall/bg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitterhalt/dotfiles/b21d3a4d359ee56774769fdf0e19926bd6312175/home/bazz/.local/share/wall/bg --------------------------------------------------------------------------------