-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added setting to disable animations, refactoring
- Loading branch information
ransome1
committed
Jan 2, 2024
1 parent
36bd027
commit cb157c9
Showing
27 changed files
with
74 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Desktop Entry] | ||
Version=2.0.4-rc.6 | ||
Version=2.0.4 | ||
Name=sleek | ||
Exec=sleek | ||
Type=Application | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
2023-12-30 Line 1 rec:1d due:2023-12-31 | ||
2023-12-30 Line 1 rec:w due:2024-01-06 | ||
2023-12-30 Line 1 rec:2m due:2024-02-29 | ||
2023-12-30 Line 1 rec:+1d due:2024-01-01 | ||
2023-12-30 Line 1 rec:7w due:2024-02-17 | ||
2023-12-30 Line 1 due:2023-07-24 rec:+1b | ||
2023-12-30 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2023-12-30 Water plants @home +quick due:2024-01-06 t:2023-12-27 rec:1w | ||
2023-12-30 Line 1 rec:+1d t:2023-09-20 | ||
2023-12-30 Line 1 rec:1d pri:A due:2023-12-31 | ||
2023-12-30 (A) Do something rec:d t:2023-12-31 @SomeContext | ||
2023-12-30 Do something rec:0d | ||
2023-12-30 Do something rec:0d due:2023-12-30 | ||
2023-12-30 Do something rec:0d due:2023-12-30 t:2023-12-30 | ||
2024-01-02 Line 1 rec:1d due:2024-01-03 | ||
2024-01-02 Line 1 rec:w due:2024-01-09 | ||
2024-01-02 Line 1 rec:2m due:2024-03-02 | ||
2024-01-02 Line 1 rec:+1d due:2024-01-04 | ||
2024-01-02 Line 1 rec:7w due:2024-02-20 | ||
2024-01-02 Line 1 due:2023-07-24 rec:+1b | ||
2024-01-02 taxes are due in one year t:2022-03-30 due:2022-04-30 rec:+1y | ||
2024-01-02 Water plants @home +quick due:2024-01-09 t:2023-12-30 rec:1w | ||
2024-01-02 Line 1 rec:+1d t:2023-09-20 | ||
2024-01-02 Line 1 rec:1d pri:A due:2024-01-03 | ||
2024-01-02 (A) Do something rec:d t:2024-01-03 @SomeContext | ||
2024-01-02 Do something rec:0d | ||
2024-01-02 Do something rec:0d due:2024-01-02 | ||
2024-01-02 Do something rec:0d due:2024-01-02 t:2024-01-02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,11 @@ body { | |
} | ||
} | ||
} | ||
.disableAnimations { | ||
.flexContainer { | ||
transition: none; | ||
} | ||
} | ||
} | ||
|
||
h1, h2, h3, h4, h5 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.