Compare commits
No commits in common. "cf414a2b286be702bf0cc9ab914699bf33264b38" and "8d898aee787c688a55f3fb74029bd22cbfc92460" have entirely different histories.
cf414a2b28
...
8d898aee78
@ -1,19 +0,0 @@
|
|||||||
diff --git a/applications/settings/notification_settings/notification_settings_app.c b/applications/settings/notification_settings/notification_settings_app.c
|
|
||||||
index 8efbc5e0..92726655 100644
|
|
||||||
--- a/applications/settings/notification_settings/notification_settings_app.c
|
|
||||||
+++ b/applications/settings/notification_settings/notification_settings_app.c
|
|
||||||
@@ -50,12 +50,12 @@ const float volume_value[VOLUME_COUNT] = {0.0f, 0.25f, 0.5f, 0.75f, 1.0f};
|
|
||||||
const char* const delay_text[DELAY_COUNT] = {
|
|
||||||
"1s",
|
|
||||||
"5s",
|
|
||||||
- "15s",
|
|
||||||
+ "10s",
|
|
||||||
"30s",
|
|
||||||
"60s",
|
|
||||||
"120s",
|
|
||||||
};
|
|
||||||
-const uint32_t delay_value[DELAY_COUNT] = {1000, 5000, 15000, 30000, 60000, 120000};
|
|
||||||
+const uint32_t delay_value[DELAY_COUNT] = {1000, 5000, 10000, 30000, 60000, 120000};
|
|
||||||
|
|
||||||
#define VIBRO_COUNT 2
|
|
||||||
const char* const vibro_text[VIBRO_COUNT] = {
|
|
@ -1,14 +0,0 @@
|
|||||||
diff --git a/applications/settings/dolphin_passport/passport.c b/applications/settings/dolphin_passport/passport.c
|
|
||||||
index d43f150c..7fc14b6b 100644
|
|
||||||
--- a/applications/settings/dolphin_passport/passport.c
|
|
||||||
+++ b/applications/settings/dolphin_passport/passport.c
|
|
||||||
@@ -76,7 +76,8 @@ static void render_callback(Canvas* canvas, void* ctx) {
|
|
||||||
canvas_draw_line(canvas, 58, 30, 123, 30);
|
|
||||||
canvas_draw_line(canvas, 58, 44, 123, 44);
|
|
||||||
|
|
||||||
- const char* my_name = furi_hal_version_get_name_ptr();
|
|
||||||
+ // const char* my_name = furi_hal_version_get_name_ptr();
|
|
||||||
+ const char* my_name = "AlexanderPopov";
|
|
||||||
snprintf(level_str, 20, "Level: %hu", stats->level);
|
|
||||||
canvas_draw_str(canvas, 58, 12, my_name ? my_name : "Unknown");
|
|
||||||
canvas_draw_str(canvas, 58, 26, mood_str);
|
|
@ -8,6 +8,3 @@ Based on the Nord color palette.
|
|||||||
## Installation
|
## Installation
|
||||||
Copy the [`nord.colorscheme`](nord.colorscheme) file
|
Copy the [`nord.colorscheme`](nord.colorscheme) file
|
||||||
to the local configuration directory `~/.local/share/konsole`.
|
to the local configuration directory `~/.local/share/konsole`.
|
||||||
|
|
||||||
Copy [`konsolerc`](konsolerc) file
|
|
||||||
to `$HOME/.config/`.
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
1366x768 screen: Height=554
|
|
||||||
1366x768 screen: Width=911
|
|
||||||
1366x768 screen: XPosition=147
|
|
||||||
1366x768 screen: YPosition=137
|
|
||||||
LVDS1=LVDS1
|
|
||||||
MenuBar=Disabled
|
|
||||||
State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAXwBAAAD+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABFQEAAAMAAAOPAAAB/AAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAOj/////AAAAAAAAAAA=
|
|
||||||
|
|
||||||
[Desktop Entry]
|
|
||||||
DefaultProfile=Alex.profile
|
|
||||||
|
|
||||||
[General]
|
|
||||||
ConfigVersion=1
|
|
||||||
|
|
||||||
[KFileDialog Settings]
|
|
||||||
detailViewIconSize=16
|
|
||||||
|
|
||||||
[MainWindow]
|
|
||||||
1366x768 screen: Height=554
|
|
||||||
1366x768 screen: Width=911
|
|
||||||
1366x768 screen: XPosition=227
|
|
||||||
1366x768 screen: YPosition=104
|
|
||||||
LVDS1=LVDS1
|
|
||||||
MenuBar=Disabled
|
|
||||||
RestorePositionForNextInstance=false
|
|
||||||
State=AAAA/wAAAAD9AAAAAQAAAAAAAAEQAAAB/PwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAXwBAAAD+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAC4AAAH8AAABFQEAAAMAAAOPAAAB/AAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAOj/////AAAAAAAAAAA=
|
|
||||||
ToolBarsMovable=Disabled
|
|
||||||
|
|
||||||
[UiSettings]
|
|
||||||
ColorScheme=
|
|
Loading…
Reference in New Issue
Block a user