Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the default Cinnamon theme #12364

Merged
merged 27 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5696f1b
Replace the default Cinnamon theme
JosephMcc Aug 25, 2024
5a60c71
st-entry: Keep the hint text visible until the user starts typing
JosephMcc Aug 31, 2024
27e39eb
Redesign cinnamon modal dialogs
JosephMcc Sep 1, 2024
47c7497
st-widget: Set widgets :insensitive when they are not reactive
JosephMcc Sep 1, 2024
e89e98b
theme: Fix applet icons sometimes appearing oversized
JosephMcc Sep 15, 2024
7fcc63d
theme: Add support panel:highlight
JosephMcc Sep 15, 2024
02e31ef
theme: Clean up some start menu styling
JosephMcc Sep 16, 2024
69ce33f
theme: Add support for colored buttons in dialogs
JosephMcc Sep 16, 2024
0eb8ae1
theme: Update the calendar applet styling
JosephMcc Sep 16, 2024
432e8d1
theme: Update the switch styling to match the new background color
JosephMcc Sep 16, 2024
ec8b005
theme: Fix the styling of the power applet menu
JosephMcc Sep 16, 2024
d52b9d2
network-applet: clean up some insensitive styling
JosephMcc Sep 16, 2024
8970688
theme: Remove the leftover image files from the old theme
JosephMcc Sep 16, 2024
d392c25
theme: Fix padding on the panel launchers applet
JosephMcc Sep 16, 2024
8cd23af
theme: Replace the thumbnail with updated theme style
JosephMcc Sep 16, 2024
7e685ad
theme: Reduce horizontal padding on notification buttons
JosephMcc Sep 17, 2024
f5763c6
modalDialog.js: Use an unlinked button style
JosephMcc Sep 21, 2024
3db5c18
Alt-tab: Remove the down arrow from the swithcer layout
JosephMcc Sep 22, 2024
a9284d1
theme: Clean up the osd window styling a bit
JosephMcc Sep 22, 2024
1601f51
theme: Better differentiate between current and selected day in calendar
JosephMcc Sep 22, 2024
c09b076
theme: Increase spacing in the main start menu
JosephMcc Sep 22, 2024
2c79823
theme: Use the proper style class names for the dialog buttons
JosephMcc Sep 22, 2024
5c65fc4
theme: Use a margin around the menus
JosephMcc Sep 22, 2024
e0a7c4d
theme: Update the thumbnail
JosephMcc Sep 22, 2024
164fc9b
layout.js: Add a monitorConstraint object
JosephMcc Sep 22, 2024
d33678b
Redesign the workspace swithc OSD
JosephMcc Sep 23, 2024
8511c28
Redesign the media keys OSD
JosephMcc Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
data/theme/cinnamon.css
debian/*.debhelper
debian/*.log
debian/*.substvars
Expand Down
9 changes: 8 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ install_subdir(
install_dir: pkgdatadir,
)

subdir('theme')

install_subdir(
'theme',
exclude_files: ['theme-changelog.txt'],
exclude_files: [
'theme-changelog.txt',
'meson.build',
'parse-sass.sh'
],
exclude_directories: ['cinnamon-sass'],
install_dir: pkgdatadir,
)

Expand Down
10 changes: 3 additions & 7 deletions data/org.cinnamon.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,13 +484,9 @@
<description>Aliases for use in the Alt-F2 dialog. This is a list of strings of the form a:b, where an instance of "a" is to be replaced with "b". Replacement is only performed on the first word.</description>
</key>

<key type="s" name="show-media-keys-osd">
<default>"medium"</default>
<summary>Whether the media keys osd is disabled or its relative display size</summary>
<description>
Allows setting of the default size of the media keys osd or disables it completely.
Possible values are "small", "medium", "large", or "disabled".
</description>
<key type="b" name="show-media-keys-osd">
<default>true</default>
<summary>Whether or not to show the media keys osd</summary>
</key>

<key name="startup-icon-name" type="s">
Expand Down
Binary file removed data/theme/add-workspace-hover.png
Binary file not shown.
116 changes: 116 additions & 0 deletions data/theme/add-workspace-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/theme/add-workspace.png
Binary file not shown.
116 changes: 116 additions & 0 deletions data/theme/add-workspace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading