├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── bg.jpg ├── deb-packages └── sddm_0.19.0-4_amd64.deb ├── dotconfig ├── GIMP │ └── 2.10 │ │ ├── action-history │ │ ├── colorrc │ │ ├── contextrc │ │ ├── controllerrc │ │ ├── devicerc │ │ ├── dockrc │ │ ├── filters │ │ ├── GimpCurvesConfig.settings │ │ ├── GimpGegl-gegl-exposure-config.settings │ │ ├── GimpGegl-gegl-saturation-config.settings │ │ └── GimpGegl-gegl-shadows-highlights-config.settings │ │ ├── gimprc │ │ ├── internal-data │ │ └── custom.ggr │ │ ├── menurc │ │ ├── parasiterc │ │ ├── plug-ins │ │ └── webexport │ │ ├── pluginrc │ │ ├── profilerc │ │ ├── scripts │ │ ├── 210_effects-selection_glow-selection-outline.scm │ │ ├── 210_effects-selection_glow-selection-shadow.scm │ │ ├── 210_save-as-jpg.scm │ │ └── 210_save-as-png.scm │ │ ├── sessionrc │ │ ├── tags.xml │ │ ├── templaterc │ │ ├── themerc │ │ ├── tool-options │ │ ├── gimp-airbrush-tool │ │ ├── gimp-align-tool │ │ ├── gimp-brightness-contrast-tool │ │ ├── gimp-bucket-fill-tool │ │ ├── gimp-by-color-select-tool │ │ ├── gimp-cage-tool │ │ ├── gimp-clone-tool │ │ ├── gimp-color-picker-tool │ │ ├── gimp-convolve-tool │ │ ├── gimp-crop-tool │ │ ├── gimp-curves-tool │ │ ├── gimp-dodge-burn-tool │ │ ├── gimp-ellipse-select-tool │ │ ├── gimp-eraser-tool │ │ ├── gimp-flip-tool │ │ ├── gimp-foreground-select-tool │ │ ├── gimp-free-select-tool │ │ ├── gimp-fuzzy-select-tool │ │ ├── gimp-gegl-tool │ │ ├── gimp-gradient-tool │ │ ├── gimp-handle-transform-tool │ │ ├── gimp-heal-tool │ │ ├── gimp-ink-tool │ │ ├── gimp-iscissors-tool │ │ ├── gimp-levels-tool │ │ ├── gimp-measure-tool │ │ ├── gimp-move-tool │ │ ├── gimp-mypaint-brush-tool │ │ ├── gimp-offset-tool │ │ ├── gimp-operation-tool │ │ ├── gimp-paintbrush-tool │ │ ├── gimp-pencil-tool │ │ ├── gimp-perspective-clone-tool │ │ ├── gimp-perspective-tool │ │ ├── gimp-rect-select-tool │ │ ├── gimp-rotate-tool │ │ ├── gimp-scale-tool │ │ ├── gimp-shear-tool │ │ ├── gimp-smudge-tool │ │ ├── gimp-text-tool │ │ ├── gimp-threshold-tool │ │ ├── gimp-transform-3d-tool │ │ ├── gimp-unified-transform-tool │ │ ├── gimp-vector-tool │ │ ├── gimp-warp-tool │ │ └── gimp-zoom-tool │ │ ├── toolrc │ │ ├── unitrc │ │ └── webxrc ├── MangoHud │ └── MangoHud.conf ├── gtk-2.0 │ └── gtkrc-2.0 ├── gtk-3.0 │ ├── gtk.css │ └── settings.ini ├── kitty │ ├── kitty-themes │ │ ├── .all-contributorsrc │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ └── themes │ │ │ ├── 3024_Day.conf │ │ │ ├── 3024_Night.conf │ │ │ ├── AdventureTime.conf │ │ │ ├── Afterglow.conf │ │ │ ├── AlienBlood.conf │ │ │ ├── Alucard.conf │ │ │ ├── Apprentice.conf │ │ │ ├── Argonaut.conf │ │ │ ├── Arthur.conf │ │ │ ├── AtelierSulphurpool.conf │ │ │ ├── Atom.conf │ │ │ ├── AtomOneLight.conf │ │ │ ├── Batman.conf │ │ │ ├── Belafonte_Day.conf │ │ │ ├── Belafonte_Night.conf │ │ │ ├── BirdsOfParadise.conf │ │ │ ├── Blazer.conf │ │ │ ├── Borland.conf │ │ │ ├── Bright_Lights.conf │ │ │ ├── Broadcast.conf │ │ │ ├── Brogrammer.conf │ │ │ ├── C64.conf │ │ │ ├── CLRS.conf │ │ │ ├── Chalk.conf │ │ │ ├── Chalkboard.conf │ │ │ ├── Ciapre.conf │ │ │ ├── Cobalt2.conf │ │ │ ├── Cobalt_Neon.conf │ │ │ ├── CrayonPonyFish.conf │ │ │ ├── Dark_Pastel.conf │ │ │ ├── Darkside.conf │ │ │ ├── Desert.conf │ │ │ ├── DimmedMonokai.conf │ │ │ ├── DotGov.conf │ │ │ ├── Dracula.conf │ │ │ ├── Dumbledore.conf │ │ │ ├── Duotone_Dark.conf │ │ │ ├── ENCOM.conf │ │ │ ├── Earthsong.conf │ │ │ ├── Elemental.conf │ │ │ ├── Espresso.conf │ │ │ ├── Espresso_Libre.conf │ │ │ ├── Fideloper.conf │ │ │ ├── FishTank.conf │ │ │ ├── Flat.conf │ │ │ ├── Flatland.conf │ │ │ ├── Floraverse.conf │ │ │ ├── FrontEndDelight.conf │ │ │ ├── FunForrest.conf │ │ │ ├── Galaxy.conf │ │ │ ├── Github.conf │ │ │ ├── Glacier.conf │ │ │ ├── GoaBase.conf │ │ │ ├── Grape.conf │ │ │ ├── Grass.conf │ │ │ ├── Hardcore.conf │ │ │ ├── Harper.conf │ │ │ ├── Highway.conf │ │ │ ├── Hipster_Green.conf │ │ │ ├── Homebrew.conf │ │ │ ├── Hurtado.conf │ │ │ ├── Hybrid.conf │ │ │ ├── IC_Green_PPL.conf │ │ │ ├── IC_Orange_PPL.conf │ │ │ ├── IR_Black.conf │ │ │ ├── Jackie_Brown.conf │ │ │ ├── Japanesque.conf │ │ │ ├── Jellybeans.conf │ │ │ ├── JetBrains_Darcula.conf │ │ │ ├── Kibble.conf │ │ │ ├── Later_This_Evening.conf │ │ │ ├── Lavandula.conf │ │ │ ├── LiquidCarbon.conf │ │ │ ├── LiquidCarbonTransparent.conf │ │ │ ├── LiquidCarbonTransparentInverse.conf │ │ │ ├── Man_Page.conf │ │ │ ├── Material.conf │ │ │ ├── MaterialDark.conf │ │ │ ├── Mathias.conf │ │ │ ├── Medallion.conf │ │ │ ├── Misterioso.conf │ │ │ ├── Molokai.conf │ │ │ ├── MonaLisa.conf │ │ │ ├── Monokai.conf │ │ │ ├── Monokai_Classic.conf │ │ │ ├── Monokai_Pro.conf │ │ │ ├── Monokai_Pro_(Filter_Machine).conf │ │ │ ├── Monokai_Pro_(Filter_Octagon).conf │ │ │ ├── Monokai_Pro_(Filter_Ristretto).conf │ │ │ ├── Monokai_Pro_(Filter_Spectrum).conf │ │ │ ├── Monokai_Soda.conf │ │ │ ├── N0tch2k.conf │ │ │ ├── Neopolitan.conf │ │ │ ├── Neutron.conf │ │ │ ├── NightLion_v1.conf │ │ │ ├── NightLion_v2.conf │ │ │ ├── Nova.conf │ │ │ ├── Novel.conf │ │ │ ├── Obsidian.conf │ │ │ ├── Ocean.conf │ │ │ ├── OceanicMaterial.conf │ │ │ ├── Ollie.conf │ │ │ ├── OneDark.conf │ │ │ ├── Parasio_Dark.conf │ │ │ ├── PaulMillr.conf │ │ │ ├── PencilDark.conf │ │ │ ├── PencilLight.conf │ │ │ ├── Piatto_Light.conf │ │ │ ├── Pnevma.conf │ │ │ ├── Pro.conf │ │ │ ├── Red_Alert.conf │ │ │ ├── Red_Sands.conf │ │ │ ├── Relaxed_Afterglow.conf │ │ │ ├── Renault_Style.conf │ │ │ ├── Renault_Style_Light.conf │ │ │ ├── Rippedcasts.conf │ │ │ ├── Royal.conf │ │ │ ├── SeaShells.conf │ │ │ ├── Seafoam_Pastel.conf │ │ │ ├── Seti.conf │ │ │ ├── Shaman.conf │ │ │ ├── Slate.conf │ │ │ ├── Smyck.conf │ │ │ ├── SoftServer.conf │ │ │ ├── Solarized_Darcula.conf │ │ │ ├── Solarized_Dark.conf │ │ │ ├── Solarized_Dark_-_Patched.conf │ │ │ ├── Solarized_Dark_Higher_Contrast.conf │ │ │ ├── Solarized_Light.conf │ │ │ ├── Source_Code_X.conf │ │ │ ├── SpaceGray.conf │ │ │ ├── SpaceGray_Eighties.conf │ │ │ ├── SpaceGray_Eighties_Dull.conf │ │ │ ├── Spacedust.conf │ │ │ ├── Spiderman.conf │ │ │ ├── Spring.conf │ │ │ ├── Square.conf │ │ │ ├── Sundried.conf │ │ │ ├── Symfonic.conf │ │ │ ├── Tango_Dark.conf │ │ │ ├── Tango_Light.conf │ │ │ ├── Teerb.conf │ │ │ ├── Thayer_Bright.conf │ │ │ ├── The_Hulk.conf │ │ │ ├── Tomorrow.conf │ │ │ ├── Tomorrow_Night.conf │ │ │ ├── Tomorrow_Night_Blue.conf │ │ │ ├── Tomorrow_Night_Bright.conf │ │ │ ├── Tomorrow_Night_Eighties.conf │ │ │ ├── ToyChest.conf │ │ │ ├── Treehouse.conf │ │ │ ├── Twilight.conf │ │ │ ├── Ubuntu.conf │ │ │ ├── Urple.conf │ │ │ ├── Vaughn.conf │ │ │ ├── VibrantInk.conf │ │ │ ├── WarmNeon.conf │ │ │ ├── Wez.conf │ │ │ ├── WildCherry.conf │ │ │ ├── Wombat.conf │ │ │ ├── Wryan.conf │ │ │ ├── Zenburn.conf │ │ │ ├── ayu.conf │ │ │ ├── ayu_light.conf │ │ │ ├── ayu_mirage.conf │ │ │ ├── gruvbox_dark.conf │ │ │ ├── gruvbox_light.conf │ │ │ ├── idleToes.conf │ │ │ └── snazzy.conf │ ├── kitty.conf │ └── theme.conf ├── mimeapps.list ├── picom.conf └── rofi │ ├── applets │ ├── android │ │ ├── apps.sh │ │ ├── backlight.sh │ │ ├── colors.rasi │ │ ├── confirm.rasi │ │ ├── five.rasi │ │ ├── message.rasi │ │ ├── mpd.sh │ │ ├── powermenu.sh │ │ ├── quicklinks.sh │ │ ├── screenshot.sh │ │ ├── six.rasi │ │ ├── three.rasi │ │ └── volume.sh │ ├── applets │ │ ├── apps.sh │ │ ├── backlight.sh │ │ ├── battery.sh │ │ ├── configs │ │ │ ├── circle │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ │ ├── rounded │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ │ └── square │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ ├── mpd.sh │ │ ├── network.sh │ │ ├── powermenu.sh │ │ ├── quicklinks.sh │ │ ├── screenshot.sh │ │ ├── style.sh │ │ ├── time.sh │ │ └── volume.sh │ ├── menu │ │ ├── apps.sh │ │ ├── backlight.sh │ │ ├── battery.sh │ │ ├── configs │ │ │ ├── circle │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ │ ├── rounded │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ │ └── square │ │ │ │ ├── apps.rasi │ │ │ │ ├── backlight.rasi │ │ │ │ ├── battery.rasi │ │ │ │ ├── mpd.rasi │ │ │ │ ├── network.rasi │ │ │ │ ├── powermenu.rasi │ │ │ │ ├── quicklinks.rasi │ │ │ │ ├── screenshot.rasi │ │ │ │ ├── time.rasi │ │ │ │ └── volume.rasi │ │ ├── mpd.sh │ │ ├── network.sh │ │ ├── powermenu.sh │ │ ├── quicklinks.sh │ │ ├── screenshot.sh │ │ ├── style.sh │ │ ├── time.sh │ │ └── volume.sh │ └── styles │ │ ├── adapta-nokto.rasi │ │ ├── adapta.rasi │ │ ├── adwaita.rasi │ │ ├── arc-dark.rasi │ │ ├── arc.rasi │ │ ├── armchair.rasi │ │ ├── colors.rasi │ │ ├── confirm.rasi │ │ ├── dark.rasi │ │ ├── darkpink.rasi │ │ ├── fresh.rasi │ │ ├── gruvbox.rasi │ │ ├── inside.rasi │ │ ├── material-dark │ │ ├── amber.rasi │ │ ├── blue.rasi │ │ ├── blue_grey.rasi │ │ ├── brown.rasi │ │ ├── cyan.rasi │ │ ├── deep_orange.rasi │ │ ├── deep_purple.rasi │ │ ├── green.rasi │ │ ├── grey.rasi │ │ ├── indigo.rasi │ │ ├── light_blue.rasi │ │ ├── light_green.rasi │ │ ├── lime.rasi │ │ ├── orange.rasi │ │ ├── pink.rasi │ │ ├── purple.rasi │ │ ├── red.rasi │ │ ├── teal.rasi │ │ └── yellow.rasi │ │ ├── material-light │ │ ├── amber.rasi │ │ ├── blue.rasi │ │ ├── blue_grey.rasi │ │ ├── brown.rasi │ │ ├── cyan.rasi │ │ ├── deep_orange.rasi │ │ ├── deep_purple.rasi │ │ ├── green.rasi │ │ ├── grey.rasi │ │ ├── indigo.rasi │ │ ├── light_blue.rasi │ │ ├── light_green.rasi │ │ ├── lime.rasi │ │ ├── orange.rasi │ │ ├── pink.rasi │ │ ├── purple.rasi │ │ ├── red.rasi │ │ ├── teal.rasi │ │ └── yellow.rasi │ │ ├── message.rasi │ │ ├── minimo.rasi │ │ ├── party.rasi │ │ └── sirin.rasi │ ├── bin │ ├── android_apps │ ├── android_backlight │ ├── android_mpd │ ├── android_powermenu │ ├── android_quicklinks │ ├── android_screenshot │ ├── android_volume │ ├── applet_apps │ ├── applet_backlight │ ├── applet_battery │ ├── applet_mpd │ ├── applet_network │ ├── applet_powermenu │ ├── applet_quicklinks │ ├── applet_screenshot │ ├── applet_time │ ├── applet_volume │ ├── launcher_colorful │ ├── launcher_misc │ ├── launcher_ribbon │ ├── launcher_slate │ ├── launcher_text │ ├── menu_apps │ ├── menu_backlight │ ├── menu_battery │ ├── menu_mpd │ ├── menu_network │ ├── menu_powermenu │ ├── menu_quicklinks │ ├── menu_screenshot │ ├── menu_time │ ├── menu_volume │ ├── powermenu │ ├── usedcpu │ └── usedram │ ├── config.rasi │ ├── powermenu │ ├── drop_square.rasi │ ├── powermenu.sh │ └── styles │ │ ├── berry.rasi │ │ ├── bluish.rasi │ │ ├── cocoa.rasi │ │ ├── colors.rasi │ │ ├── faded.rasi │ │ ├── gotham.rasi │ │ ├── mask.rasi │ │ ├── nightly.rasi │ │ └── nordic.rasi │ └── themes │ ├── arc_dark_transparent_colors.rasi │ ├── nord.rasi │ ├── sidetab-nord.rasi │ └── sidetab.rasi ├── dotfonts ├── LICENSE.txt └── fontawesome │ └── otfs │ └── README.md ├── install.sh └── scripts └── usenala /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: christitustech 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/README.md -------------------------------------------------------------------------------- /bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/bg.jpg -------------------------------------------------------------------------------- /deb-packages/sddm_0.19.0-4_amd64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/deb-packages/sddm_0.19.0-4_amd64.deb -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/action-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/action-history -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/colorrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/colorrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/contextrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/contextrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/controllerrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/controllerrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/devicerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/devicerc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/dockrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/dockrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/filters/GimpCurvesConfig.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/filters/GimpCurvesConfig.settings -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/filters/GimpGegl-gegl-exposure-config.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/filters/GimpGegl-gegl-exposure-config.settings -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/filters/GimpGegl-gegl-saturation-config.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/filters/GimpGegl-gegl-saturation-config.settings -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/filters/GimpGegl-gegl-shadows-highlights-config.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/filters/GimpGegl-gegl-shadows-highlights-config.settings -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/gimprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/gimprc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/internal-data/custom.ggr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/internal-data/custom.ggr -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/menurc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/menurc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/parasiterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/parasiterc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/plug-ins/webexport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/plug-ins/webexport -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/pluginrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/pluginrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/profilerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/profilerc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/scripts/210_effects-selection_glow-selection-outline.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/scripts/210_effects-selection_glow-selection-outline.scm -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/scripts/210_effects-selection_glow-selection-shadow.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/scripts/210_effects-selection_glow-selection-shadow.scm -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/scripts/210_save-as-jpg.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/scripts/210_save-as-jpg.scm -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/scripts/210_save-as-png.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/scripts/210_save-as-png.scm -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/sessionrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/sessionrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tags.xml -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/templaterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/templaterc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/themerc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-airbrush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-airbrush-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-align-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-align-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-brightness-contrast-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-brightness-contrast-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-bucket-fill-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-bucket-fill-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-by-color-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-by-color-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-cage-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-cage-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-clone-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-clone-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-color-picker-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-color-picker-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-convolve-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-convolve-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-crop-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-crop-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-curves-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-curves-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-dodge-burn-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-dodge-burn-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-ellipse-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-ellipse-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-eraser-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-eraser-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-flip-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-flip-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-foreground-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-foreground-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-free-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-free-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-fuzzy-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-fuzzy-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-gegl-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-gegl-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-gradient-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-gradient-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-handle-transform-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-handle-transform-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-heal-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-heal-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-ink-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-ink-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-iscissors-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-iscissors-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-levels-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-levels-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-measure-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-measure-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-move-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-move-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-mypaint-brush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-mypaint-brush-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-offset-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-offset-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-operation-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-operation-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-paintbrush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-paintbrush-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-pencil-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-pencil-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-perspective-clone-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-perspective-clone-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-perspective-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-perspective-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-rect-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-rect-select-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-rotate-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-rotate-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-scale-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-scale-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-shear-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-shear-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-smudge-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-smudge-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-text-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-text-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-threshold-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-threshold-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-transform-3d-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-transform-3d-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-unified-transform-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-unified-transform-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-vector-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-vector-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-warp-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-warp-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/tool-options/gimp-zoom-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/tool-options/gimp-zoom-tool -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/toolrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/toolrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/unitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/unitrc -------------------------------------------------------------------------------- /dotconfig/GIMP/2.10/webxrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/GIMP/2.10/webxrc -------------------------------------------------------------------------------- /dotconfig/MangoHud/MangoHud.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/MangoHud/MangoHud.conf -------------------------------------------------------------------------------- /dotconfig/gtk-2.0/gtkrc-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/gtk-2.0/gtkrc-2.0 -------------------------------------------------------------------------------- /dotconfig/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /dotconfig/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/.all-contributorsrc -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/CONTRIBUTING.md -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/LICENSE.md -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/README.md -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/3024_Day.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/3024_Day.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/3024_Night.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/3024_Night.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/AdventureTime.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/AdventureTime.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Afterglow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Afterglow.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/AlienBlood.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/AlienBlood.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Alucard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Alucard.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Apprentice.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Apprentice.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Argonaut.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Argonaut.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Arthur.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Arthur.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/AtelierSulphurpool.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/AtelierSulphurpool.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Atom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Atom.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/AtomOneLight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/AtomOneLight.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Batman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Batman.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Belafonte_Day.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Belafonte_Day.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Belafonte_Night.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Belafonte_Night.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/BirdsOfParadise.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/BirdsOfParadise.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Blazer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Blazer.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Borland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Borland.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Bright_Lights.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Bright_Lights.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Broadcast.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Broadcast.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Brogrammer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Brogrammer.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/C64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/C64.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/CLRS.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/CLRS.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Chalk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Chalk.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Chalkboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Chalkboard.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Ciapre.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Ciapre.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Cobalt2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Cobalt2.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Cobalt_Neon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Cobalt_Neon.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/CrayonPonyFish.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/CrayonPonyFish.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Dark_Pastel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Dark_Pastel.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Darkside.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Darkside.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Desert.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Desert.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/DimmedMonokai.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/DimmedMonokai.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/DotGov.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/DotGov.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Dracula.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Dracula.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Dumbledore.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Dumbledore.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Duotone_Dark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Duotone_Dark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/ENCOM.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/ENCOM.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Earthsong.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Earthsong.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Elemental.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Elemental.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Espresso.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Espresso.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Espresso_Libre.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Espresso_Libre.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Fideloper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Fideloper.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/FishTank.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/FishTank.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Flat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Flat.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Flatland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Flatland.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Floraverse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Floraverse.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/FrontEndDelight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/FrontEndDelight.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/FunForrest.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/FunForrest.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Galaxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Galaxy.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Github.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Github.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Glacier.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Glacier.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/GoaBase.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/GoaBase.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Grape.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Grape.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Grass.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Grass.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Hardcore.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Hardcore.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Harper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Harper.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Highway.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Highway.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Hipster_Green.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Hipster_Green.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Homebrew.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Homebrew.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Hurtado.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Hurtado.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Hybrid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Hybrid.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/IC_Green_PPL.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/IC_Green_PPL.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/IC_Orange_PPL.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/IC_Orange_PPL.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/IR_Black.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/IR_Black.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Jackie_Brown.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Jackie_Brown.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Japanesque.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Japanesque.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Jellybeans.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Jellybeans.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/JetBrains_Darcula.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/JetBrains_Darcula.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Kibble.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Kibble.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Later_This_Evening.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Later_This_Evening.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Lavandula.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Lavandula.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/LiquidCarbon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/LiquidCarbon.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/LiquidCarbonTransparent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/LiquidCarbonTransparent.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/LiquidCarbonTransparentInverse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/LiquidCarbonTransparentInverse.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Man_Page.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Man_Page.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Material.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Material.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/MaterialDark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/MaterialDark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Mathias.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Mathias.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Medallion.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Medallion.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Misterioso.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Misterioso.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Molokai.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Molokai.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/MonaLisa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/MonaLisa.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Classic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Classic.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Pro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Pro.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Machine).conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Machine).conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Octagon).conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Octagon).conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Ristretto).conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Ristretto).conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Spectrum).conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Pro_(Filter_Spectrum).conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Monokai_Soda.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Monokai_Soda.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/N0tch2k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/N0tch2k.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Neopolitan.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Neopolitan.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Neutron.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Neutron.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/NightLion_v1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/NightLion_v1.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/NightLion_v2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/NightLion_v2.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Nova.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Nova.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Novel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Novel.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Obsidian.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Obsidian.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Ocean.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Ocean.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/OceanicMaterial.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/OceanicMaterial.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Ollie.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Ollie.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/OneDark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/OneDark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Parasio_Dark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Parasio_Dark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/PaulMillr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/PaulMillr.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/PencilDark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/PencilDark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/PencilLight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/PencilLight.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Piatto_Light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Piatto_Light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Pnevma.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Pnevma.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Pro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Pro.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Red_Alert.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Red_Alert.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Red_Sands.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Red_Sands.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Relaxed_Afterglow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Relaxed_Afterglow.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Renault_Style.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Renault_Style.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Renault_Style_Light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Renault_Style_Light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Rippedcasts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Rippedcasts.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Royal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Royal.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/SeaShells.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/SeaShells.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Seafoam_Pastel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Seafoam_Pastel.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Seti.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Seti.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Shaman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Shaman.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Slate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Slate.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Smyck.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Smyck.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/SoftServer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/SoftServer.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Solarized_Darcula.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Solarized_Darcula.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Solarized_Dark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Solarized_Dark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Solarized_Dark_-_Patched.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Solarized_Dark_-_Patched.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Solarized_Dark_Higher_Contrast.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Solarized_Dark_Higher_Contrast.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Solarized_Light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Solarized_Light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Source_Code_X.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Source_Code_X.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/SpaceGray.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/SpaceGray.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/SpaceGray_Eighties.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/SpaceGray_Eighties.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/SpaceGray_Eighties_Dull.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/SpaceGray_Eighties_Dull.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Spacedust.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Spacedust.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Spiderman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Spiderman.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Spring.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Spring.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Square.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Square.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Sundried.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Sundried.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Symfonic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Symfonic.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tango_Dark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tango_Dark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tango_Light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tango_Light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Teerb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Teerb.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Thayer_Bright.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Thayer_Bright.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/The_Hulk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/The_Hulk.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tomorrow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tomorrow.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tomorrow_Night.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tomorrow_Night.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Blue.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Blue.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Bright.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Bright.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Eighties.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Tomorrow_Night_Eighties.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/ToyChest.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/ToyChest.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Treehouse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Treehouse.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Twilight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Twilight.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Ubuntu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Ubuntu.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Urple.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Urple.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Vaughn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Vaughn.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/VibrantInk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/VibrantInk.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/WarmNeon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/WarmNeon.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Wez.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Wez.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/WildCherry.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/WildCherry.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Wombat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Wombat.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Wryan.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Wryan.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/Zenburn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/Zenburn.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/ayu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/ayu.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/ayu_light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/ayu_light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/ayu_mirage.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/ayu_mirage.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/gruvbox_dark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/gruvbox_dark.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/gruvbox_light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/gruvbox_light.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/idleToes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/idleToes.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty-themes/themes/snazzy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty-themes/themes/snazzy.conf -------------------------------------------------------------------------------- /dotconfig/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/kitty.conf -------------------------------------------------------------------------------- /dotconfig/kitty/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/kitty/theme.conf -------------------------------------------------------------------------------- /dotconfig/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/mimeapps.list -------------------------------------------------------------------------------- /dotconfig/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/picom.conf -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/backlight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/colors.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/confirm.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/five.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/five.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/message.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/message.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/six.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/six.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/three.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/three.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/android/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/android/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/backlight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/battery.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/circle/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/circle/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/rounded/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/rounded/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/configs/square/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/configs/square/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/network.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/style.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/style.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/time.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/applets/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/applets/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/backlight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/battery.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/circle/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/circle/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/rounded/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/rounded/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/apps.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/backlight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/backlight.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/battery.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/battery.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/mpd.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/network.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/powermenu.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/quicklinks.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/quicklinks.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/screenshot.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/time.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/time.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/configs/square/volume.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/configs/square/volume.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/network.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/style.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/style.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/time.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/menu/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/menu/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/adapta-nokto.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/adapta-nokto.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/adapta.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/adwaita.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/adwaita.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/arc-dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/arc-dark.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/arc.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/armchair.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/armchair.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/colors.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/confirm.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/dark.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/darkpink.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/darkpink.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/fresh.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/fresh.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/gruvbox.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/inside.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/inside.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/amber.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/amber.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/blue.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/blue_grey.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/blue_grey.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/brown.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/brown.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/cyan.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/cyan.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/deep_orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/deep_orange.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/deep_purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/deep_purple.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/green.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/grey.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/grey.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/indigo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/indigo.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/light_blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/light_blue.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/light_green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/light_green.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/lime.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/lime.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/orange.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/pink.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/pink.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/purple.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/red.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/red.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/teal.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/teal.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-dark/yellow.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-dark/yellow.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/amber.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/amber.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/blue.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/blue_grey.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/blue_grey.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/brown.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/brown.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/cyan.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/cyan.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/deep_orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/deep_orange.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/deep_purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/deep_purple.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/green.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/grey.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/grey.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/indigo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/indigo.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/light_blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/light_blue.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/light_green.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/light_green.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/lime.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/lime.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/orange.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/orange.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/pink.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/pink.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/purple.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/red.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/red.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/teal.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/teal.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/material-light/yellow.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/material-light/yellow.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/message.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/message.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/minimo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/minimo.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/party.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/party.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/applets/styles/sirin.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/applets/styles/sirin.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_apps: -------------------------------------------------------------------------------- 1 | ../applets/android/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_backlight: -------------------------------------------------------------------------------- 1 | ../applets/android/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_mpd: -------------------------------------------------------------------------------- 1 | ../applets/android/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_powermenu: -------------------------------------------------------------------------------- 1 | ../applets/android/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_quicklinks: -------------------------------------------------------------------------------- 1 | ../applets/android/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_screenshot: -------------------------------------------------------------------------------- 1 | ../applets/android/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/android_volume: -------------------------------------------------------------------------------- 1 | ../applets/android/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_apps: -------------------------------------------------------------------------------- 1 | ../applets/applets/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_backlight: -------------------------------------------------------------------------------- 1 | ../applets/applets/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_battery: -------------------------------------------------------------------------------- 1 | ../applets/applets/battery.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_mpd: -------------------------------------------------------------------------------- 1 | ../applets/applets/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_network: -------------------------------------------------------------------------------- 1 | ../applets/applets/network.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_powermenu: -------------------------------------------------------------------------------- 1 | ../applets/applets/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_quicklinks: -------------------------------------------------------------------------------- 1 | ../applets/applets/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_screenshot: -------------------------------------------------------------------------------- 1 | ../applets/applets/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_time: -------------------------------------------------------------------------------- 1 | ../applets/applets/time.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/applet_volume: -------------------------------------------------------------------------------- 1 | ../applets/applets/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/launcher_colorful: -------------------------------------------------------------------------------- 1 | ../launchers/colorful/launcher.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/launcher_misc: -------------------------------------------------------------------------------- 1 | ../launchers/misc/launcher.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/launcher_ribbon: -------------------------------------------------------------------------------- 1 | ../launchers/ribbon/launcher.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/launcher_slate: -------------------------------------------------------------------------------- 1 | ../launchers/slate/launcher.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/launcher_text: -------------------------------------------------------------------------------- 1 | ../launchers/text/launcher.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_apps: -------------------------------------------------------------------------------- 1 | ../applets/menu/apps.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_backlight: -------------------------------------------------------------------------------- 1 | ../applets/menu/backlight.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_battery: -------------------------------------------------------------------------------- 1 | ../applets/menu/battery.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_mpd: -------------------------------------------------------------------------------- 1 | ../applets/menu/mpd.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_network: -------------------------------------------------------------------------------- 1 | ../applets/menu/network.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_powermenu: -------------------------------------------------------------------------------- 1 | ../applets/menu/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_quicklinks: -------------------------------------------------------------------------------- 1 | ../applets/menu/quicklinks.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_screenshot: -------------------------------------------------------------------------------- 1 | ../applets/menu/screenshot.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_time: -------------------------------------------------------------------------------- 1 | ../applets/menu/time.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/menu_volume: -------------------------------------------------------------------------------- 1 | ../applets/menu/volume.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/powermenu: -------------------------------------------------------------------------------- 1 | ../powermenu/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/bin/usedcpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/bin/usedcpu -------------------------------------------------------------------------------- /dotconfig/rofi/bin/usedram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/bin/usedram -------------------------------------------------------------------------------- /dotconfig/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/config.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/drop_square.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/drop_square.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/powermenu.sh -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/berry.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/berry.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/bluish.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/bluish.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/cocoa.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/cocoa.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/colors.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/faded.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/faded.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/gotham.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/gotham.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/mask.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/mask.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/nightly.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/nightly.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/powermenu/styles/nordic.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/powermenu/styles/nordic.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/themes/arc_dark_transparent_colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/themes/arc_dark_transparent_colors.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/themes/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/themes/nord.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/themes/sidetab-nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/themes/sidetab-nord.rasi -------------------------------------------------------------------------------- /dotconfig/rofi/themes/sidetab.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotconfig/rofi/themes/sidetab.rasi -------------------------------------------------------------------------------- /dotfonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotfonts/LICENSE.txt -------------------------------------------------------------------------------- /dotfonts/fontawesome/otfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/dotfonts/fontawesome/otfs/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/install.sh -------------------------------------------------------------------------------- /scripts/usenala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/Debian-titus/HEAD/scripts/usenala --------------------------------------------------------------------------------