All Projects → slapdash → dot-slapdash

slapdash / dot-slapdash

Licence: other
A magical folder on your computer that helps you customize Slapdash.

Projects that are alternatives of or similar to dot-slapdash

Widget-Blur
This script for the Scriptable app creates widget backgrounds that appear to be transparent. You can also optionally emulate the light or dark blur effect used in the Batteries widget from Apple.
Stars: ✭ 113 (+707.14%)
Mutual labels:  customization
nvim
🍨 Soothing pastel theme for NeoVim
Stars: ✭ 659 (+4607.14%)
Mutual labels:  customization
ValliStart
A start menu to replace the un-customizable one that you have right now.
Stars: ✭ 89 (+535.71%)
Mutual labels:  customization
LibPortablePlus
-----
Stars: ✭ 17 (+21.43%)
Mutual labels:  customization
WindowsRegistry
Windows Registry Tweaks & Hacks
Stars: ✭ 31 (+121.43%)
Mutual labels:  customization
UE4EditorCustomize
Change UE4 Editor to a new Style.
Stars: ✭ 38 (+171.43%)
Mutual labels:  customization
minimum-viable-startpage
A very simple startpage to replace new tab in a browser of choice.
Stars: ✭ 61 (+335.71%)
Mutual labels:  customization
strapi-plugins
🚀 Open source plugins for Strapi - Node.js Headless CMS
Stars: ✭ 25 (+78.57%)
Mutual labels:  customization
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (+178.57%)
Mutual labels:  customization
Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
Stars: ✭ 327 (+2235.71%)
Mutual labels:  customization
aws-amplify-react-custom-ui
Building a Custom UI Authentication For AWS Amplify
Stars: ✭ 21 (+50%)
Mutual labels:  customization
konsave
Konsave lets use save your Linux customization and restore them very easily!
Stars: ✭ 336 (+2300%)
Mutual labels:  customization
hangfire-dashboard-customize
Customize your Hangfire Dashboard (e.g. Change the Title of the Dashboard)
Stars: ✭ 19 (+35.71%)
Mutual labels:  customization
catppuccin
😸 Soothing pastel theme for the high-spirited!
Stars: ✭ 2,046 (+14514.29%)
Mutual labels:  customization
dotfiles
Files that start with a dot (they're very cool).
Stars: ✭ 124 (+785.71%)
Mutual labels:  customization
javelin
Party-based roguelike (open-source strategy-RPG game).
Stars: ✭ 57 (+307.14%)
Mutual labels:  customization
MaterialFox-BigSur
A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox
Stars: ✭ 62 (+342.86%)
Mutual labels:  customization
conky-cards
Conky theme inspired by the "Flat" trend
Stars: ✭ 75 (+435.71%)
Mutual labels:  customization
telegram-systray-icons
Custom systray icons for Telegram on GNOME Shell
Stars: ✭ 35 (+150%)
Mutual labels:  customization
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
Stars: ✭ 516 (+3585.71%)
Mutual labels:  customization

A magical folder on your computer that helps you customize Slapdash.

In the tradition of unix utilities and IDEs, when the Slapdash desktop app is installed on your computer, it creates a hidden folder called .slapdash in your user's home directory. Things can be added to this folder to change how Slapdash looks and behaves.

Dot-Slapdash-Demo

Get Started

  • Download Slapdash, install it and run it.
  • On first run, Slapdash will create the .slapdash folder in your user's home directory.
    • Linux: /home/yourusername/
    • Mac: /Users/yourusername/
    • Windows: C:\Users\yourusername\
  • Open .slapdash/settings.toml in your favourite editor and override settings for Slapdash.
  • Save your changes. They will be automatically picked up by the app.

Files To Edit

settings.toml

This is a configuration file to override application settings. It's written using TOML, a simple language designed specifically for configuration files. To see every setting you can override, you can check the commented-out 'settings.toml' example committed to this repository.

Property Description
theme.action Main color used to guide people to the main action at hand.
theme.actionHover The hover color for the main action.
theme.actionText Text color to used alongside the main action.
theme.background Background color of the windows.
theme.elementBackground Background color of some smaller elements.
theme.focus A stark "you are here" marker, used sparsely to concentrate attention.
theme.focusBackground Background color for an element that is currently focused.
theme.focusInput Used to delineate when an input or button is focused.
theme.navBackground Background color of the nav bar.
theme.navFocus Background color of a nav bar item when it's selected.
theme.navText Text color of a nav bar item.
theme.opacityOverlay Color used to mask a layer below, for example when displaying modals.
theme.scrollBar Scroll bar color.
theme.shadow Color, used as the shadow for components that sit on top of others.
theme.stroke Color, a thin stroke that's used to create separation between elements. Serves as an outline that works well in the context of the background color.
theme.strokeLight Color, a step-down in contrast from theme.stroke, balanced against theme.background.
theme.text Regular color for any text.
theme.textError Text color for errors.
theme.textSecondary Color, usually used alongside the text color, provides some visual hierarchy by way of color.
theme.textTertiary Color, even less prominent than textSecondary. Helpful for inactive states or form input placeholders.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].