Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beyenilmez committed Sep 4, 2024
1 parent 821cfea commit f4ebd49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
## Screenshots
![Screenshot 1](./assets/screenshot-1.png)
![Screenshot 2](./assets/screenshot-2.png)
![Screenshot 3](./assets/screenshot-3.png)

## Features
- Create, distribute and use icon packs
Expand All @@ -32,6 +33,8 @@
- Supports `.lnk`, `.url`, and directories
- Can extract icons from `.png`, `.jpg`, `.jpeg`, `.webp`, `.svg`, `.bmp`, `.ico`, `.exe`, `.lnk` and `.url` files
- Highly customizable appearance
- Automatic update
- Color schemes and light/dark mode for each scheme

## Planned Features
- Save desktop layouts to icon packs
Expand Down
Binary file added assets/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions frontend/src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ export default function Settings() {
<ChangeDescriptionOfMathcedLnkFilesSetting />
</SettingsGroup>
</TabsContent>
<TabsContent
value="system"
className="w-full h-[calc(100vh-5.5rem)] overflow-y-auto"
>
Edit your system settings here.
</TabsContent>
{false && (
<TabsContent
value="system"
className="w-full h-[calc(100vh-5.5rem)] overflow-y-auto"
>
Edit your system settings here.
</TabsContent>
)}
<TabsContent value="advanced" className="w-full">
<SettingsGroup className="flex flex-col items-start px-4 py-2 w-full h-full">
<EnableLoggingSetting />
Expand Down

0 comments on commit f4ebd49

Please sign in to comment.