├── .config ├── alacritty │ ├── alacritty.temp.yml │ ├── alacritty.yml │ ├── alacritty_opacity.sh │ └── themes │ │ ├── Cobalt2.yaml │ │ ├── afterglow.yaml │ │ ├── argonaut.yaml │ │ ├── ayu_dark.yaml │ │ ├── base16_default_dark.yaml │ │ ├── blood_moon.yaml │ │ ├── breeze.yaml │ │ ├── campbell.yaml │ │ ├── challenger_deep.yaml │ │ ├── cyber_punk_neon.yaml │ │ ├── darcula.yaml │ │ ├── dark_pastels.yaml │ │ ├── doom_one.yml │ │ ├── dracula.yaml │ │ ├── falcon.yaml │ │ ├── flat_remix.yml │ │ ├── gotham.yaml │ │ ├── gruvbox_dark.yaml │ │ ├── gruvbox_light.yaml │ │ ├── gruvbox_material.yml │ │ ├── high_contrast.yaml │ │ ├── horizon-dark.yaml │ │ ├── hyper.yaml │ │ ├── iterm.yaml │ │ ├── konsole_linux.yaml │ │ ├── low_contrast.yaml │ │ ├── material_theme.yaml │ │ ├── material_theme_mod.yaml │ │ ├── nord.yaml │ │ ├── oceanic_next.yaml │ │ ├── omni.yml │ │ ├── one_dark.yaml │ │ ├── one_dark_pro.yml │ │ ├── palenight.yml │ │ ├── papercolor_light.yaml │ │ ├── pencil_dark.yaml │ │ ├── pencil_light.yaml │ │ ├── remedy_dark.yaml │ │ ├── seashells.yaml │ │ ├── snazzy.yaml │ │ ├── solarized_dark.yaml │ │ ├── solarized_light.yaml │ │ ├── taerminal.yaml │ │ ├── tango_dark.yaml │ │ ├── tender.yaml │ │ ├── terminal_app.yaml │ │ ├── thelovelace.yaml │ │ ├── tokyo-night-storm.yaml │ │ ├── tokyo-night.yaml │ │ ├── tomorrow_night.yaml │ │ ├── tomorrow_night_bright.yaml │ │ ├── wombat.yaml │ │ └── xterm.yaml ├── cava │ └── config ├── discocss │ └── custom.css ├── dunst │ ├── dunstrc │ ├── dunstrc.old2 │ └── dunstrc.old3 ├── i3 │ ├── color_scheme │ │ ├── dracula │ │ ├── gruvbox │ │ └── nord │ ├── config │ └── config.bak ├── neofetch │ ├── config.conf │ └── config.conf.temp ├── polybar │ ├── colors.ini │ ├── colors │ │ ├── colors.dracula.ini │ │ ├── colors.gruv.ini │ │ ├── colors.nord.ini │ │ └── colors.onedark.ini │ ├── config_i3.ini │ ├── config_i3_2.ini │ ├── config_i3_2_compact.ini │ ├── config_i3_compact.ini │ ├── launch.sh │ ├── modules │ │ ├── audacious.ini │ │ ├── battery.ini │ │ ├── brightness.ini │ │ ├── bspwm.ini │ │ ├── cpu.ini │ │ ├── date.ini │ │ ├── filesystem.ini │ │ ├── glyphs.ini │ │ ├── i3-layout.ini │ │ ├── i3.ini │ │ ├── keyboard.ini │ │ ├── memory.ini │ │ ├── mpd.ini │ │ ├── network.ini │ │ ├── pa-mic.ini │ │ ├── sep.ini │ │ ├── temperature.ini │ │ ├── title.ini │ │ ├── volume.ini │ │ └── xworkspaces.ini │ └── scripts │ │ ├── audacious │ │ ├── get_title.sh │ │ ├── next.sh │ │ ├── play.sh │ │ ├── play_i.sh │ │ ├── play_pause.sh │ │ ├── play_pause_s.sh │ │ ├── prev.sh │ │ ├── set_vol.sh │ │ └── update │ │ ├── brightness_fast.sh │ │ ├── brightness_i.sh │ │ ├── calendar.sh │ │ ├── i3_layout.sh │ │ ├── pa-mic.sh │ │ ├── powermenu.sh │ │ ├── pulseaudio-control │ │ └── toggle-calender.sh ├── rofi │ ├── app-switcher │ │ ├── app-switcher.sh │ │ └── box.rasi │ ├── cloud.rasi │ ├── config.rasi │ ├── emoji │ │ ├── all_emojies.md │ │ ├── emoji.md │ │ ├── launcher.sh │ │ ├── left.rasi │ │ ├── linux_emoji.md │ │ └── styles │ │ │ ├── colors.rasi │ │ │ ├── dracula.rasi │ │ │ ├── nord.rasi │ │ │ └── violet.rasi │ ├── launchers │ │ ├── colorful │ │ │ ├── colors.rasi │ │ │ ├── launcher.sh │ │ │ ├── style_1.rasi │ │ │ ├── style_10.rasi │ │ │ ├── style_11.rasi │ │ │ ├── style_12.rasi │ │ │ ├── style_2.rasi │ │ │ ├── style_3.rasi │ │ │ ├── style_4.rasi │ │ │ ├── style_5.rasi │ │ │ ├── style_6.rasi │ │ │ ├── style_7.rasi │ │ │ ├── style_8.rasi │ │ │ └── style_9.rasi │ │ ├── default.rasi │ │ ├── default2.rasi │ │ ├── launch.sh │ │ ├── launch2.sh │ │ ├── misc │ │ │ ├── appdrawer.rasi │ │ │ ├── appdrawer_alt.rasi │ │ │ ├── appfolder.rasi │ │ │ ├── blurry.rasi │ │ │ ├── blurry_full.rasi │ │ │ ├── column.rasi │ │ │ ├── gnome_do.rasi │ │ │ ├── kde_krunner.rasi │ │ │ ├── kde_simplemenu.rasi │ │ │ ├── launcher.sh │ │ │ ├── launchpad.rasi │ │ │ ├── row.rasi │ │ │ ├── row_center.rasi │ │ │ ├── row_dock.rasi │ │ │ ├── row_dropdown.rasi │ │ │ ├── screen.rasi │ │ │ └── slingshot.rasi │ │ ├── ribbon │ │ │ ├── full_bottom.rasi │ │ │ ├── full_left.rasi │ │ │ ├── full_right.rasi │ │ │ ├── full_top.rasi │ │ │ ├── launcher.sh │ │ │ ├── ribbon_bottom.rasi │ │ │ ├── ribbon_bottom_round.rasi │ │ │ ├── ribbon_left.rasi │ │ │ ├── ribbon_left_round.rasi │ │ │ ├── ribbon_right.rasi │ │ │ ├── ribbon_right_round.rasi │ │ │ ├── ribbon_top.rasi │ │ │ ├── ribbon_top_round.rasi │ │ │ └── styles │ │ │ │ ├── berry.rasi │ │ │ │ ├── bluish.rasi │ │ │ │ ├── cocoa.rasi │ │ │ │ ├── colors.rasi │ │ │ │ ├── faded.rasi │ │ │ │ ├── gotham.rasi │ │ │ │ ├── mask.rasi │ │ │ │ ├── nightly.rasi │ │ │ │ └── nordic.rasi │ │ ├── slate │ │ │ ├── launcher.sh │ │ │ ├── slate_bottom.rasi │ │ │ ├── slate_center.rasi │ │ │ ├── slate_full.rasi │ │ │ ├── slate_left.rasi │ │ │ ├── slate_right.rasi │ │ │ ├── slate_top.rasi │ │ │ └── styles │ │ │ │ ├── Amber.rasi │ │ │ │ ├── Black.rasi │ │ │ │ ├── Blue.rasi │ │ │ │ ├── Blue_gray.rasi │ │ │ │ ├── Brown.rasi │ │ │ │ ├── Cyan.rasi │ │ │ │ ├── Deep_orange.rasi │ │ │ │ ├── Deep_purple.rasi │ │ │ │ ├── Gray.rasi │ │ │ │ ├── Green.rasi │ │ │ │ ├── Indigo.rasi │ │ │ │ ├── Light_blue.rasi │ │ │ │ ├── Light_green.rasi │ │ │ │ ├── Lime.rasi │ │ │ │ ├── Orange.rasi │ │ │ │ ├── Pink.rasi │ │ │ │ ├── Purple.rasi │ │ │ │ ├── Red.rasi │ │ │ │ ├── Teal.rasi │ │ │ │ ├── Yellow.rasi │ │ │ │ └── colors.rasi │ │ └── text │ │ │ ├── launcher.sh │ │ │ ├── style_1.rasi │ │ │ ├── style_2.rasi │ │ │ ├── style_3.rasi │ │ │ ├── style_4.rasi │ │ │ ├── style_5.rasi │ │ │ ├── style_6.rasi │ │ │ ├── style_7.rasi │ │ │ └── styles │ │ │ ├── berry.rasi │ │ │ ├── black.rasi │ │ │ ├── bluish.rasi │ │ │ ├── cocoa.rasi │ │ │ ├── colors.rasi │ │ │ ├── faded.rasi │ │ │ ├── gotham.rasi │ │ │ ├── mask.rasi │ │ │ ├── nightly.rasi │ │ │ ├── nordic.rasi │ │ │ └── white.rasi │ ├── menu │ │ ├── launch.sh │ │ ├── left.rasi │ │ ├── menu.rasi │ │ ├── menu.sh │ │ ├── message.rasi │ │ ├── mic.sh │ │ └── styles │ │ │ ├── colors.rasi │ │ │ ├── dracula.rasi │ │ │ ├── nord.rasi │ │ │ └── violet.rasi │ ├── nord.rasi │ ├── powermenu │ │ ├── card_alt.rasi │ │ ├── card_circle.rasi │ │ ├── card_rounded.rasi │ │ ├── card_square.rasi │ │ ├── column_alt.rasi │ │ ├── column_circle.rasi │ │ ├── column_rounded.rasi │ │ ├── column_square.rasi │ │ ├── confirm.rasi │ │ ├── dock_alt.rasi │ │ ├── dock_circle.rasi │ │ ├── dock_rounded.rasi │ │ ├── dock_square.rasi │ │ ├── drop_alt.rasi │ │ ├── drop_circle.rasi │ │ ├── drop_rounded.rasi │ │ ├── drop_square.rasi │ │ ├── full_alt.rasi │ │ ├── full_circle.rasi │ │ ├── full_rounded.rasi │ │ ├── full_square.rasi │ │ ├── message.rasi │ │ ├── powermenu.sh │ │ ├── row_alt.rasi │ │ ├── row_circle.rasi │ │ ├── row_rounded.rasi │ │ ├── row_square.rasi │ │ └── styles │ │ │ ├── berry.rasi │ │ │ ├── bluish.rasi │ │ │ ├── cocoa.rasi │ │ │ ├── colors.rasi │ │ │ ├── dracula.rasi │ │ │ ├── faded.rasi │ │ │ ├── gotham.rasi │ │ │ ├── mask.rasi │ │ │ ├── nightly.rasi │ │ │ └── nordic.rasi │ ├── rofi-alacritty │ │ ├── rofi-alacritty │ │ └── theme.rasi │ ├── rofi-dunst │ │ └── theme.rasi │ ├── rofi-notification │ │ ├── configNotif.rasi │ │ ├── configNotif1.rasi │ │ ├── dunst_logger.sh │ │ └── rofi_notif_center.sh │ ├── rofi-screenshot │ │ ├── onedark.rasi │ │ └── rofi-screenshot │ ├── rofi-themes │ │ ├── .gitmodules │ │ ├── LICENSE │ │ ├── Official Themes │ │ │ ├── Adapta-Nokto.rasi │ │ │ ├── Arc-Dark.rasi │ │ │ ├── Arc.rasi │ │ │ ├── DarkBlue.rasi │ │ │ ├── Indego.rasi │ │ │ ├── Monokai.rasi │ │ │ ├── Paper.rasi │ │ │ ├── Pop-Dark.rasi │ │ │ ├── README.md │ │ │ ├── android_notification.rasi │ │ │ ├── arthur.rasi │ │ │ ├── blue.rasi │ │ │ ├── c64.rasi │ │ │ ├── dmenu.rasi │ │ │ ├── glue_pro_blue.rasi │ │ │ ├── gruvbox-common.inc │ │ │ ├── gruvbox-dark-hard.rasi │ │ │ ├── gruvbox-dark-soft.rasi │ │ │ ├── gruvbox-dark.rasi │ │ │ ├── gruvbox-light-hard.rasi │ │ │ ├── gruvbox-light-soft.rasi │ │ │ ├── gruvbox-light.rasi │ │ │ ├── lb.rasi │ │ │ ├── paper-float.rasi │ │ │ ├── purple.rasi │ │ │ ├── sidebar.rasi │ │ │ ├── solarized.rasi │ │ │ └── solarized_alternate.rasi │ │ ├── README.md │ │ ├── User Themes │ │ │ ├── README.md │ │ │ ├── arc-red-dark.rasi │ │ │ ├── cloud.rasi │ │ │ ├── fancy.rasi │ │ │ ├── flamingo.rasi │ │ │ ├── flat-orange.rasi │ │ │ ├── material.rasi │ │ │ ├── merah.rasi │ │ │ ├── onedark.rasi │ │ │ ├── oxide.rasi │ │ │ ├── rezlooks.rasi │ │ │ ├── ribbon.rasi │ │ │ ├── sidetab-adapta.rasi │ │ │ ├── sidetab.rasi │ │ │ ├── slate.rasi │ │ │ └── solarized-darker.rasi │ │ └── install.sh │ ├── shortcuts │ │ ├── launch.sh │ │ ├── src │ │ │ ├── feh │ │ │ ├── nvim │ │ │ ├── scrcpy │ │ │ └── zathura │ │ └── themes │ │ │ ├── onedark.rasi │ │ │ ├── onedark_small.rasi │ │ │ └── slate.rasi │ └── slate.rasi ├── starship.toml └── xava │ └── config ├── LICENSE ├── README.md ├── Scripts ├── README.md ├── alacritty │ ├── alacritty-conf │ ├── alacritty.yml │ └── alacritty_opacity.sh ├── asciiart │ ├── anime.txt │ ├── anime_color.txt │ ├── totoro.txt │ ├── totoro2.txt │ ├── totoro3.txt │ └── uwu.txt ├── basic │ ├── brightness-cat.sh │ ├── brightness.sh │ ├── cat │ │ ├── audio-volume-high-symbolic.svg │ │ ├── audio-volume-low-symbolic.svg │ │ ├── audio-volume-medium-symbolic.svg │ │ ├── audio-volume-mute.png │ │ ├── audio-volume-muted-symbolic.svg │ │ ├── audio-volume-overamplified-symbolic.svg │ │ ├── brightness_1.png │ │ ├── brightness_2.png │ │ ├── brightness_3.png │ │ ├── brightness_4.png │ │ ├── brightness_5.png │ │ ├── brightness_6.png │ │ └── brightness_7.png │ ├── icons │ │ ├── brightness_1.svg │ │ ├── brightness_2.svg │ │ ├── brightness_3.svg │ │ ├── brightness_4.svg │ │ ├── brightness_5.svg │ │ ├── brightness_6.svg │ │ ├── brightness_7.svg │ │ ├── camera.svg │ │ ├── mic.svg │ │ ├── mic_off.svg │ │ ├── volume_down.svg │ │ ├── volume_mute.svg │ │ ├── volume_off.svg │ │ └── volume_up.svg │ ├── mic.sh │ ├── screenshot.sh │ ├── volume-cat.sh │ └── volume.sh ├── dmenu │ ├── README.md │ ├── dconf │ ├── dman.sh │ ├── dmbookmarks.sh │ ├── dmbooks.sh │ ├── dmconf.sh │ ├── dmemoji.sh │ ├── dmenu.sh │ ├── dmkill.sh │ ├── dmlogout.sh │ ├── dmmenu.sh │ ├── dmplay.sh │ ├── dmrecent.sh │ ├── dmscrot.sh │ ├── dmsearch.sh │ ├── dmshortcuts.sh │ ├── dmsnippet.sh │ ├── dmwmtools.sh │ └── src │ │ ├── alacritty_opacity.sh │ │ ├── bookmarks.py │ │ ├── code_snippet.txt │ │ ├── emoji │ │ ├── emojies.md │ │ ├── i3keybinds.py │ │ ├── palette │ │ └── shortcuts │ │ ├── feh │ │ └── zathura ├── firefox │ ├── firefox_decrypt.py │ ├── get_tabs.py │ └── tabs.sh ├── i3 │ ├── float_i3.sh │ ├── i3keybinds.py │ └── swap-ws.py ├── i3lock │ ├── i3-blur │ │ ├── blurred.png │ │ ├── icons │ │ │ ├── circlelock.png │ │ │ ├── circlelockclear.png │ │ │ ├── circlelockcleardark.png │ │ │ ├── circlelockdark.png │ │ │ ├── lock.png │ │ │ ├── lockdark.png │ │ │ ├── token.png │ │ │ └── tokendark.png │ │ ├── lock.sh │ │ └── wallpaper.png │ ├── i3lock-calvin │ │ ├── lock.sh │ │ └── wallpaper.png │ ├── i3lock-fancy │ │ ├── icons │ │ │ ├── circlelock.png │ │ │ ├── circlelockclear.png │ │ │ ├── circlelockcleardark.png │ │ │ ├── circlelockdark.png │ │ │ ├── lock.png │ │ │ ├── lockdark.png │ │ │ ├── token.png │ │ │ └── tokendark.png │ │ └── lock.sh │ ├── i3lock-simple │ │ └── lock.sh │ └── launch.sh ├── idleshutdown.sh ├── image_nord.py ├── info │ └── mic_info.sh ├── music │ ├── next.sh │ ├── play_pause.sh │ ├── prev.sh │ └── stop.sh ├── ocr │ └── launch.sh ├── palettes │ ├── Aurora.txt │ ├── Frost.txt │ ├── Gruvbox.txt │ ├── PolarNight.txt │ └── SnowStorm.txt ├── resol.sh ├── screenshot └── wallpaper.sh └── screenshots ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png ├── drawing.svg ├── ghost-black.svg ├── ghost-blue.svg ├── ghost-green.svg ├── ghost-orange.svg ├── ghost-red.svg ├── lighthouse.png └── ss.png /.config/alacritty/alacritty.temp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/alacritty.temp.yml -------------------------------------------------------------------------------- /.config/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/alacritty.yml -------------------------------------------------------------------------------- /.config/alacritty/alacritty_opacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/alacritty_opacity.sh -------------------------------------------------------------------------------- /.config/alacritty/themes/Cobalt2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/Cobalt2.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/afterglow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/afterglow.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/argonaut.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/argonaut.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/ayu_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/ayu_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/base16_default_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/base16_default_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/blood_moon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/blood_moon.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/breeze.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/breeze.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/campbell.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/campbell.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/challenger_deep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/challenger_deep.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/cyber_punk_neon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/cyber_punk_neon.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/darcula.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/darcula.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/dark_pastels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/dark_pastels.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/doom_one.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/doom_one.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/dracula.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/dracula.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/falcon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/falcon.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/flat_remix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/flat_remix.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/gotham.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/gotham.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/gruvbox_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/gruvbox_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/gruvbox_light.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/gruvbox_light.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/gruvbox_material.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/gruvbox_material.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/high_contrast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/high_contrast.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/horizon-dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/horizon-dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/hyper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/hyper.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/iterm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/iterm.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/konsole_linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/konsole_linux.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/low_contrast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/low_contrast.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/material_theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/material_theme.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/material_theme_mod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/material_theme_mod.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/nord.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/nord.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/oceanic_next.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/oceanic_next.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/omni.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/omni.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/one_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/one_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/one_dark_pro.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/one_dark_pro.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/palenight.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/palenight.yml -------------------------------------------------------------------------------- /.config/alacritty/themes/papercolor_light.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/papercolor_light.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/pencil_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/pencil_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/pencil_light.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/pencil_light.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/remedy_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/remedy_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/seashells.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/seashells.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/snazzy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/snazzy.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/solarized_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/solarized_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/solarized_light.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/solarized_light.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/taerminal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/taerminal.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tango_dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tango_dark.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tender.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tender.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/terminal_app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/terminal_app.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/thelovelace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/thelovelace.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tokyo-night-storm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tokyo-night-storm.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tokyo-night.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tokyo-night.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tomorrow_night.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tomorrow_night.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/tomorrow_night_bright.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/tomorrow_night_bright.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/wombat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/wombat.yaml -------------------------------------------------------------------------------- /.config/alacritty/themes/xterm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/alacritty/themes/xterm.yaml -------------------------------------------------------------------------------- /.config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/cava/config -------------------------------------------------------------------------------- /.config/discocss/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/discocss/custom.css -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/dunst/dunstrc.old2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/dunst/dunstrc.old2 -------------------------------------------------------------------------------- /.config/dunst/dunstrc.old3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/dunst/dunstrc.old3 -------------------------------------------------------------------------------- /.config/i3/color_scheme/dracula: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/i3/color_scheme/dracula -------------------------------------------------------------------------------- /.config/i3/color_scheme/gruvbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/i3/color_scheme/gruvbox -------------------------------------------------------------------------------- /.config/i3/color_scheme/nord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/i3/color_scheme/nord -------------------------------------------------------------------------------- /.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/i3/config -------------------------------------------------------------------------------- /.config/i3/config.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/i3/config.bak -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/neofetch/config.conf -------------------------------------------------------------------------------- /.config/neofetch/config.conf.temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/neofetch/config.conf.temp -------------------------------------------------------------------------------- /.config/polybar/colors.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/colors.ini -------------------------------------------------------------------------------- /.config/polybar/colors/colors.dracula.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/colors/colors.dracula.ini -------------------------------------------------------------------------------- /.config/polybar/colors/colors.gruv.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/colors/colors.gruv.ini -------------------------------------------------------------------------------- /.config/polybar/colors/colors.nord.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/colors/colors.nord.ini -------------------------------------------------------------------------------- /.config/polybar/colors/colors.onedark.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/colors/colors.onedark.ini -------------------------------------------------------------------------------- /.config/polybar/config_i3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/config_i3.ini -------------------------------------------------------------------------------- /.config/polybar/config_i3_2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/config_i3_2.ini -------------------------------------------------------------------------------- /.config/polybar/config_i3_2_compact.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/config_i3_2_compact.ini -------------------------------------------------------------------------------- /.config/polybar/config_i3_compact.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/config_i3_compact.ini -------------------------------------------------------------------------------- /.config/polybar/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/launch.sh -------------------------------------------------------------------------------- /.config/polybar/modules/audacious.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/audacious.ini -------------------------------------------------------------------------------- /.config/polybar/modules/battery.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/battery.ini -------------------------------------------------------------------------------- /.config/polybar/modules/brightness.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/brightness.ini -------------------------------------------------------------------------------- /.config/polybar/modules/bspwm.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/bspwm.ini -------------------------------------------------------------------------------- /.config/polybar/modules/cpu.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/cpu.ini -------------------------------------------------------------------------------- /.config/polybar/modules/date.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/date.ini -------------------------------------------------------------------------------- /.config/polybar/modules/filesystem.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/filesystem.ini -------------------------------------------------------------------------------- /.config/polybar/modules/glyphs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/glyphs.ini -------------------------------------------------------------------------------- /.config/polybar/modules/i3-layout.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/i3-layout.ini -------------------------------------------------------------------------------- /.config/polybar/modules/i3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/i3.ini -------------------------------------------------------------------------------- /.config/polybar/modules/keyboard.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/keyboard.ini -------------------------------------------------------------------------------- /.config/polybar/modules/memory.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/memory.ini -------------------------------------------------------------------------------- /.config/polybar/modules/mpd.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/mpd.ini -------------------------------------------------------------------------------- /.config/polybar/modules/network.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/network.ini -------------------------------------------------------------------------------- /.config/polybar/modules/pa-mic.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/pa-mic.ini -------------------------------------------------------------------------------- /.config/polybar/modules/sep.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/sep.ini -------------------------------------------------------------------------------- /.config/polybar/modules/temperature.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/temperature.ini -------------------------------------------------------------------------------- /.config/polybar/modules/title.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/title.ini -------------------------------------------------------------------------------- /.config/polybar/modules/volume.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/volume.ini -------------------------------------------------------------------------------- /.config/polybar/modules/xworkspaces.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/modules/xworkspaces.ini -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/get_title.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/get_title.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/next.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/next.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/play.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/play.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/play_i.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/play_i.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/play_pause.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/play_pause.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/play_pause_s.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/play_pause_s.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/prev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/prev.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/set_vol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/set_vol.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/audacious/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/audacious/update -------------------------------------------------------------------------------- /.config/polybar/scripts/brightness_fast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/brightness_fast.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/brightness_i.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/brightness_i.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/calendar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/calendar.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/i3_layout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/i3_layout.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/pa-mic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/pa-mic.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/powermenu.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/pulseaudio-control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/pulseaudio-control -------------------------------------------------------------------------------- /.config/polybar/scripts/toggle-calender.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/polybar/scripts/toggle-calender.sh -------------------------------------------------------------------------------- /.config/rofi/app-switcher/app-switcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/app-switcher/app-switcher.sh -------------------------------------------------------------------------------- /.config/rofi/app-switcher/box.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/app-switcher/box.rasi -------------------------------------------------------------------------------- /.config/rofi/cloud.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/cloud.rasi -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/emoji/all_emojies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/all_emojies.md -------------------------------------------------------------------------------- /.config/rofi/emoji/emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/emoji.md -------------------------------------------------------------------------------- /.config/rofi/emoji/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/emoji/left.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/left.rasi -------------------------------------------------------------------------------- /.config/rofi/emoji/linux_emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/linux_emoji.md -------------------------------------------------------------------------------- /.config/rofi/emoji/styles/colors.rasi: -------------------------------------------------------------------------------- 1 | @import "dracula.rasi" -------------------------------------------------------------------------------- /.config/rofi/emoji/styles/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/styles/dracula.rasi -------------------------------------------------------------------------------- /.config/rofi/emoji/styles/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/styles/nord.rasi -------------------------------------------------------------------------------- /.config/rofi/emoji/styles/violet.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/emoji/styles/violet.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_1.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_10.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_11.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_12.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_2.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_3.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_4.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_5.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_6.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_7.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_8.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/colorful/style_9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/colorful/style_9.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/default.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/default.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/default2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/default2.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/launch.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/launch2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/launch2.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/appdrawer.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/appdrawer.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/appdrawer_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/appdrawer_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/appfolder.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/appfolder.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/blurry.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/blurry.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/blurry_full.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/blurry_full.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/column.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/column.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/gnome_do.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/gnome_do.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/kde_krunner.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/kde_krunner.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/kde_simplemenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/kde_simplemenu.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/launchpad.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/launchpad.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/row.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/row.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/row_center.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/row_center.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/row_dock.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/row_dock.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/row_dropdown.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/row_dropdown.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/screen.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/screen.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/misc/slingshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/misc/slingshot.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/full_bottom.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/full_bottom.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/full_left.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/full_left.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/full_right.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/full_right.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/full_top.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/full_top.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_bottom.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_bottom.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_bottom_round.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_bottom_round.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_left.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_left.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_left_round.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_left_round.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_right.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_right.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_right_round.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_right_round.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_top.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_top.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/ribbon_top_round.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/ribbon_top_round.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/berry.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/berry.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/bluish.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/bluish.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/cocoa.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/cocoa.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/faded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/faded.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/gotham.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/gotham.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/mask.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/mask.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/nightly.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/nightly.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/ribbon/styles/nordic.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/ribbon/styles/nordic.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_bottom.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_bottom.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_center.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_center.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_full.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_full.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_left.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_left.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_right.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_right.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/slate_top.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/slate_top.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Amber.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Amber.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Black.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Blue.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Blue_gray.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Blue_gray.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Brown.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Brown.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Cyan.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Cyan.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Deep_orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Deep_orange.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Deep_purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Deep_purple.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Gray.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Gray.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Green.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Indigo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Indigo.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Light_blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Light_blue.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Light_green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Light_green.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Lime.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Lime.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Orange.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Pink.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Pink.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Purple.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Red.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Red.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Teal.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Teal.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/Yellow.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/Yellow.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/slate/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/slate/styles/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_1.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_2.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_3.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_4.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_5.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_6.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/style_7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/style_7.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/berry.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/berry.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/black.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/bluish.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/bluish.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/cocoa.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/cocoa.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/faded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/faded.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/gotham.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/gotham.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/mask.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/mask.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/nightly.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/nightly.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/nordic.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/nordic.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/text/styles/white.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/launchers/text/styles/white.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/launch.sh -------------------------------------------------------------------------------- /.config/rofi/menu/left.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/left.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/menu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/menu.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/menu.sh -------------------------------------------------------------------------------- /.config/rofi/menu/message.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/message.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/mic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/mic.sh -------------------------------------------------------------------------------- /.config/rofi/menu/styles/colors.rasi: -------------------------------------------------------------------------------- 1 | @import "dracula.rasi" -------------------------------------------------------------------------------- /.config/rofi/menu/styles/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/styles/dracula.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/styles/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/styles/nord.rasi -------------------------------------------------------------------------------- /.config/rofi/menu/styles/violet.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/menu/styles/violet.rasi -------------------------------------------------------------------------------- /.config/rofi/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/nord.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/card_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/card_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/card_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/card_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/card_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/card_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/card_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/card_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/column_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/column_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/column_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/column_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/column_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/column_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/column_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/column_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/confirm.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/dock_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/dock_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/dock_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/dock_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/dock_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/dock_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/dock_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/dock_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/drop_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/drop_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/drop_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/drop_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/drop_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/drop_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/drop_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/drop_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/full_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/full_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/full_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/full_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/full_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/full_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/full_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/full_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/message.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/message.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/powermenu/row_alt.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/row_alt.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/row_circle.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/row_circle.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/row_rounded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/row_rounded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/row_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/row_square.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/berry.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/berry.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/bluish.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/bluish.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/cocoa.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/cocoa.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/dracula.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/faded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/faded.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/gotham.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/gotham.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/mask.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/mask.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/nightly.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/nightly.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/styles/nordic.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/powermenu/styles/nordic.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-alacritty/rofi-alacritty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-alacritty/rofi-alacritty -------------------------------------------------------------------------------- /.config/rofi/rofi-alacritty/theme.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-alacritty/theme.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-dunst/theme.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-dunst/theme.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-notification/configNotif.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-notification/configNotif.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-notification/configNotif1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-notification/configNotif1.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-notification/dunst_logger.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-notification/dunst_logger.sh -------------------------------------------------------------------------------- /.config/rofi/rofi-notification/rofi_notif_center.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-notification/rofi_notif_center.sh -------------------------------------------------------------------------------- /.config/rofi/rofi-screenshot/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-screenshot/onedark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-screenshot/rofi-screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-screenshot/rofi-screenshot -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/.gitmodules -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/LICENSE -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Adapta-Nokto.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Adapta-Nokto.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Arc-Dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Arc-Dark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Arc.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/DarkBlue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/DarkBlue.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Indego.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Indego.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Monokai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Monokai.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Paper.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/Pop-Dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/Pop-Dark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/README.md -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/android_notification.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/android_notification.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/arthur.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/arthur.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/blue.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/c64.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/c64.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/dmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/dmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/glue_pro_blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/glue_pro_blue.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-common.inc -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-dark-hard.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-dark-hard.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-dark-soft.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-dark-soft.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-dark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-light-hard.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-light-hard.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-light-soft.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-light-soft.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/gruvbox-light.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/gruvbox-light.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/lb.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/lb.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/paper-float.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/paper-float.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/purple.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/sidebar.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/sidebar.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/solarized.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/solarized.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/Official Themes/solarized_alternate.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/Official Themes/solarized_alternate.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/README.md -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/README.md -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/arc-red-dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/arc-red-dark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/cloud.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/cloud.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/fancy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/fancy.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/flamingo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/flamingo.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/flat-orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/flat-orange.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/material.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/material.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/merah.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/merah.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/onedark.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/oxide.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/oxide.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/rezlooks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/rezlooks.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/ribbon.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/ribbon.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/sidetab-adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/sidetab-adapta.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/sidetab.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/sidetab.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/slate.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/slate.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/User Themes/solarized-darker.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/User Themes/solarized-darker.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-themes/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/rofi-themes/install.sh -------------------------------------------------------------------------------- /.config/rofi/shortcuts/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/launch.sh -------------------------------------------------------------------------------- /.config/rofi/shortcuts/src/feh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/src/feh -------------------------------------------------------------------------------- /.config/rofi/shortcuts/src/nvim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/src/nvim -------------------------------------------------------------------------------- /.config/rofi/shortcuts/src/scrcpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/src/scrcpy -------------------------------------------------------------------------------- /.config/rofi/shortcuts/src/zathura: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/src/zathura -------------------------------------------------------------------------------- /.config/rofi/shortcuts/themes/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/themes/onedark.rasi -------------------------------------------------------------------------------- /.config/rofi/shortcuts/themes/onedark_small.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/themes/onedark_small.rasi -------------------------------------------------------------------------------- /.config/rofi/shortcuts/themes/slate.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/shortcuts/themes/slate.rasi -------------------------------------------------------------------------------- /.config/rofi/slate.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/rofi/slate.rasi -------------------------------------------------------------------------------- /.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/starship.toml -------------------------------------------------------------------------------- /.config/xava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/.config/xava/config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/README.md -------------------------------------------------------------------------------- /Scripts/alacritty/alacritty-conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/alacritty/alacritty-conf -------------------------------------------------------------------------------- /Scripts/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/alacritty/alacritty.yml -------------------------------------------------------------------------------- /Scripts/alacritty/alacritty_opacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/alacritty/alacritty_opacity.sh -------------------------------------------------------------------------------- /Scripts/asciiart/anime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/anime.txt -------------------------------------------------------------------------------- /Scripts/asciiart/anime_color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/anime_color.txt -------------------------------------------------------------------------------- /Scripts/asciiart/totoro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/totoro.txt -------------------------------------------------------------------------------- /Scripts/asciiart/totoro2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/totoro2.txt -------------------------------------------------------------------------------- /Scripts/asciiart/totoro3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/totoro3.txt -------------------------------------------------------------------------------- /Scripts/asciiart/uwu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/asciiart/uwu.txt -------------------------------------------------------------------------------- /Scripts/basic/brightness-cat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/brightness-cat.sh -------------------------------------------------------------------------------- /Scripts/basic/brightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/brightness.sh -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-high-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-high-symbolic.svg -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-low-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-low-symbolic.svg -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-medium-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-medium-symbolic.svg -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-mute.png -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-muted-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-muted-symbolic.svg -------------------------------------------------------------------------------- /Scripts/basic/cat/audio-volume-overamplified-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/audio-volume-overamplified-symbolic.svg -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_1.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_2.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_3.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_4.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_5.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_6.png -------------------------------------------------------------------------------- /Scripts/basic/cat/brightness_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/cat/brightness_7.png -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_1.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_2.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_3.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_4.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_5.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_6.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/brightness_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/brightness_7.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/camera.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/mic.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/mic_off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/mic_off.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/volume_down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/volume_down.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/volume_mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/volume_mute.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/volume_off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/volume_off.svg -------------------------------------------------------------------------------- /Scripts/basic/icons/volume_up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/icons/volume_up.svg -------------------------------------------------------------------------------- /Scripts/basic/mic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/mic.sh -------------------------------------------------------------------------------- /Scripts/basic/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/screenshot.sh -------------------------------------------------------------------------------- /Scripts/basic/volume-cat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/volume-cat.sh -------------------------------------------------------------------------------- /Scripts/basic/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/basic/volume.sh -------------------------------------------------------------------------------- /Scripts/dmenu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/README.md -------------------------------------------------------------------------------- /Scripts/dmenu/dconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dconf -------------------------------------------------------------------------------- /Scripts/dmenu/dman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dman.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmbookmarks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmbookmarks.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmbooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmbooks.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmconf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmconf.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmemoji.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmemoji.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmenu.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmkill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmkill.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmlogout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmlogout.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmmenu.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmplay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmplay.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmrecent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmrecent.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmscrot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmscrot.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmsearch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmsearch.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmshortcuts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmshortcuts.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmsnippet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmsnippet.sh -------------------------------------------------------------------------------- /Scripts/dmenu/dmwmtools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/dmwmtools.sh -------------------------------------------------------------------------------- /Scripts/dmenu/src/alacritty_opacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/alacritty_opacity.sh -------------------------------------------------------------------------------- /Scripts/dmenu/src/bookmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/bookmarks.py -------------------------------------------------------------------------------- /Scripts/dmenu/src/code_snippet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/code_snippet.txt -------------------------------------------------------------------------------- /Scripts/dmenu/src/emoji: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/emoji -------------------------------------------------------------------------------- /Scripts/dmenu/src/emojies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/emojies.md -------------------------------------------------------------------------------- /Scripts/dmenu/src/i3keybinds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/i3keybinds.py -------------------------------------------------------------------------------- /Scripts/dmenu/src/palette: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/palette -------------------------------------------------------------------------------- /Scripts/dmenu/src/shortcuts/feh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/shortcuts/feh -------------------------------------------------------------------------------- /Scripts/dmenu/src/shortcuts/zathura: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/dmenu/src/shortcuts/zathura -------------------------------------------------------------------------------- /Scripts/firefox/firefox_decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/firefox/firefox_decrypt.py -------------------------------------------------------------------------------- /Scripts/firefox/get_tabs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/firefox/get_tabs.py -------------------------------------------------------------------------------- /Scripts/firefox/tabs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/firefox/tabs.sh -------------------------------------------------------------------------------- /Scripts/i3/float_i3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3/float_i3.sh -------------------------------------------------------------------------------- /Scripts/i3/i3keybinds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3/i3keybinds.py -------------------------------------------------------------------------------- /Scripts/i3/swap-ws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3/swap-ws.py -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/blurred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/blurred.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/circlelock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/circlelock.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/circlelockclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/circlelockclear.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/circlelockcleardark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/circlelockcleardark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/circlelockdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/circlelockdark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/lock.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/lockdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/lockdark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/token.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/icons/tokendark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/icons/tokendark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/lock.sh -------------------------------------------------------------------------------- /Scripts/i3lock/i3-blur/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3-blur/wallpaper.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-calvin/lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-calvin/lock.sh -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-calvin/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-calvin/wallpaper.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/circlelock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/circlelock.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/circlelockclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/circlelockclear.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/circlelockcleardark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/circlelockcleardark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/circlelockdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/circlelockdark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/lock.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/lockdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/lockdark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/token.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/icons/tokendark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/icons/tokendark.png -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-fancy/lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-fancy/lock.sh -------------------------------------------------------------------------------- /Scripts/i3lock/i3lock-simple/lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/i3lock-simple/lock.sh -------------------------------------------------------------------------------- /Scripts/i3lock/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/i3lock/launch.sh -------------------------------------------------------------------------------- /Scripts/idleshutdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/idleshutdown.sh -------------------------------------------------------------------------------- /Scripts/image_nord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/image_nord.py -------------------------------------------------------------------------------- /Scripts/info/mic_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/info/mic_info.sh -------------------------------------------------------------------------------- /Scripts/music/next.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/music/next.sh -------------------------------------------------------------------------------- /Scripts/music/play_pause.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/music/play_pause.sh -------------------------------------------------------------------------------- /Scripts/music/prev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/music/prev.sh -------------------------------------------------------------------------------- /Scripts/music/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/music/stop.sh -------------------------------------------------------------------------------- /Scripts/ocr/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/ocr/launch.sh -------------------------------------------------------------------------------- /Scripts/palettes/Aurora.txt: -------------------------------------------------------------------------------- 1 | #BF616A 2 | #D08770 3 | #EBCB8B 4 | #A3BE8C 5 | #B48EAD 6 | 7 | -------------------------------------------------------------------------------- /Scripts/palettes/Frost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/palettes/Frost.txt -------------------------------------------------------------------------------- /Scripts/palettes/Gruvbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/palettes/Gruvbox.txt -------------------------------------------------------------------------------- /Scripts/palettes/PolarNight.txt: -------------------------------------------------------------------------------- 1 | #2E3440 2 | #3B4252 3 | #434C5E 4 | #4C566A 5 | 6 | -------------------------------------------------------------------------------- /Scripts/palettes/SnowStorm.txt: -------------------------------------------------------------------------------- 1 | #D8DEE9 2 | #E5E9F0 3 | #ECEFF4 4 | 5 | -------------------------------------------------------------------------------- /Scripts/resol.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/resol.sh -------------------------------------------------------------------------------- /Scripts/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/Scripts/screenshot -------------------------------------------------------------------------------- /Scripts/wallpaper.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | feh --bg-scale ~/.wallpaper 4 | -------------------------------------------------------------------------------- /screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/1.png -------------------------------------------------------------------------------- /screenshots/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/10.png -------------------------------------------------------------------------------- /screenshots/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/11.png -------------------------------------------------------------------------------- /screenshots/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/12.png -------------------------------------------------------------------------------- /screenshots/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/13.png -------------------------------------------------------------------------------- /screenshots/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/14.png -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/3.png -------------------------------------------------------------------------------- /screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/4.png -------------------------------------------------------------------------------- /screenshots/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/5.png -------------------------------------------------------------------------------- /screenshots/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/6.png -------------------------------------------------------------------------------- /screenshots/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/7.png -------------------------------------------------------------------------------- /screenshots/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/8.png -------------------------------------------------------------------------------- /screenshots/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/9.png -------------------------------------------------------------------------------- /screenshots/drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/drawing.svg -------------------------------------------------------------------------------- /screenshots/ghost-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ghost-black.svg -------------------------------------------------------------------------------- /screenshots/ghost-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ghost-blue.svg -------------------------------------------------------------------------------- /screenshots/ghost-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ghost-green.svg -------------------------------------------------------------------------------- /screenshots/ghost-orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ghost-orange.svg -------------------------------------------------------------------------------- /screenshots/ghost-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ghost-red.svg -------------------------------------------------------------------------------- /screenshots/lighthouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/lighthouse.png -------------------------------------------------------------------------------- /screenshots/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/totoro-ghost/dotfiles/HEAD/screenshots/ss.png --------------------------------------------------------------------------------