summaryrefslogtreecommitdiff
path: root/src/resources/nautilus.gresource.xml
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2022-02-06 04:39:36 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-07-28 19:16:34 +0100
commit468b5394c6bfa9d570c6a76063d960b6782fa5af (patch)
treef676af61d90dbdebb3543593511c80c6f13196fb /src/resources/nautilus.gresource.xml
parent211f95c394c9c7b8b91cde22bf55bf399493a2d3 (diff)
downloadnautilus-468b5394c6bfa9d570c6a76063d960b6782fa5af.tar.gz
properties-window: use level bar to visualize disk
For filesystems replace the previous pie chart widget with a GtkLevelBar and show it on the top. Reserved space is now included under 'used' without a separate representation. Total, used and free disk space are indicated as a legend under the bar, with used and free being color-mapped through a respectively colored dot. The 'Open in Disks' button is replaced with an inline row action, indicated by a newly added 'external-link-symbolic' icon. Filesystems no longer display 'Folder' as a type, but instead the actual filesystem type. Part of #1326
Diffstat (limited to 'src/resources/nautilus.gresource.xml')
-rw-r--r--src/resources/nautilus.gresource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/nautilus.gresource.xml b/src/resources/nautilus.gresource.xml
index 0b36a989a..ba2b4a43e 100644
--- a/src/resources/nautilus.gresource.xml
+++ b/src/resources/nautilus.gresource.xml
@@ -35,5 +35,6 @@
</gresource>
<gresource prefix="/org/gnome/nautilus/icons/scalable/actions/">
<file alias="funnel-symbolic.svg" preprocess="xml-stripblanks">icons/funnel-symbolic.svg</file>
+ <file alias="external-link-symbolic.svg" preprocess="xml-stripblanks">icons/external-link-symbolic.svg</file>
</gresource>
</gresources>