Skip to content

Commit 3ad64df

Browse files
authored
Refactor icons jammy (#108)
* chore: add icons and installation * refactor: use the new battery icons * refactor: use audio applet icons * chore dependency cleanup * chore: remove icons included in cosmic-icons package * refactor: use icons for signal strength and fix handling of new connections * fix: improve some logic for the networking applet * chore: add cosmic-icons to Depends * feat: use notifications icons * chore: set bluetooth icon depending on state * fix: set default font and text size * feat (network): add airplane-mode message * feat (battery): add display icons to the battery applet * fix (battery): logic for selecting the battery icon & use new battery icons
1 parent 76ce883 commit 3ad64df

File tree

77 files changed

+653
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+653
-615
lines changed

applet/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ impl CosmicAppletHelper {
120120
resizable: None,
121121
..Default::default()
122122
}),
123-
..cosmic::settings_with_flags(flags)
123+
default_text_size: 18.0,
124+
default_font: cosmic::font::FONT,
125+
..Settings::with_flags(flags)
124126
}
125127
}
126128

cosmic-app-list/data/icons/com.system76.CosmicAppList-symbolic.svg

Lines changed: 0 additions & 59 deletions
This file was deleted.

cosmic-app-list/data/icons/com.system76.CosmicAppList.Devel.svg

Lines changed: 0 additions & 147 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)