diff --git a/README.md b/README.md index fbf2609..2b3ffa6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

Stellarshot

A simple backup application using Rustic for the COSMICâ„¢ desktop.

diff --git a/res/icons/com.github.ahoneybun.Stellarshot.Source.svg b/res/icons/com.github.ahoneybun.Stellarshot.Source.svg new file mode 100644 index 0000000..569d6e5 --- /dev/null +++ b/res/icons/com.github.ahoneybun.Stellarshot.Source.svg @@ -0,0 +1,2568 @@ + + + +Adwaita Icon Templateimage/svg+xmlGNOME Design TeamAdwaita Icon TemplateHicolorSymbolicbattery is full and there is no a/c connected. diff --git a/res/icons/hicolor/128x128/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/128x128/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/128x128/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/16x16/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/16x16/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/16x16/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/24x24/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/24x24/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/24x24/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/256x256/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/256x256/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/256x256/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/32x32/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/32x32/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/32x32/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/48x48/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/48x48/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/48x48/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/64x64/apps/com.example.CosmicAppTemplate.svg b/res/icons/hicolor/64x64/apps/com.example.CosmicAppTemplate.svg deleted file mode 100644 index 056d46d..0000000 --- a/res/icons/hicolor/64x64/apps/com.example.CosmicAppTemplate.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg b/res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg new file mode 100644 index 0000000..e35408b --- /dev/null +++ b/res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/res/screenshots/COSMIC-Backups-Dark.png b/res/screenshots/COSMIC-Backups-Dark.png index 194f706..d0e291c 100644 Binary files a/res/screenshots/COSMIC-Backups-Dark.png and b/res/screenshots/COSMIC-Backups-Dark.png differ diff --git a/res/screenshots/COSMIC-Backups-Light.png b/res/screenshots/COSMIC-Backups-Light.png index 9eeddcb..383d5a8 100644 Binary files a/res/screenshots/COSMIC-Backups-Light.png and b/res/screenshots/COSMIC-Backups-Light.png differ diff --git a/src/app.rs b/src/app.rs index 33a521b..839a307 100644 --- a/src/app.rs +++ b/src/app.rs @@ -28,8 +28,8 @@ use crate::fl; use self::icon_cache::IconCache; pub mod config; -mod key_bind; pub mod icon_cache; +mod key_bind; pub mod menu; pub mod settings; @@ -151,7 +151,7 @@ impl App { widget::column::with_children(vec![ widget::svg(widget::svg::Handle::from_memory( &include_bytes!( - "../res/icons/hicolor/128x128/apps/com.example.CosmicAppTemplate.svg" + "../res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg" )[..], )) .into(),