How can I change the text size of bookmarks in Files / Nautilus?












2















I have a bunch of bookmarks in Files/Nautilus and would like to reduce the text size of/space taken up by the entries in the left hand bookmarks column, so that I don't have to scroll to access those at the bottom of the list (I use a trackball mouse that has no scroll wheel).



screenshot of Files/Nautilus



Is this possible? If so, how?










share|improve this question

























  • what is the gtk theme you are using?

    – PRATAP
    Jan 4 at 16:24











  • I am using Adwaita-dark - one of the built in themes in 18.04.

    – 4n3wv
    Jan 7 at 15:52
















2















I have a bunch of bookmarks in Files/Nautilus and would like to reduce the text size of/space taken up by the entries in the left hand bookmarks column, so that I don't have to scroll to access those at the bottom of the list (I use a trackball mouse that has no scroll wheel).



screenshot of Files/Nautilus



Is this possible? If so, how?










share|improve this question

























  • what is the gtk theme you are using?

    – PRATAP
    Jan 4 at 16:24











  • I am using Adwaita-dark - one of the built in themes in 18.04.

    – 4n3wv
    Jan 7 at 15:52














2












2








2


1






I have a bunch of bookmarks in Files/Nautilus and would like to reduce the text size of/space taken up by the entries in the left hand bookmarks column, so that I don't have to scroll to access those at the bottom of the list (I use a trackball mouse that has no scroll wheel).



screenshot of Files/Nautilus



Is this possible? If so, how?










share|improve this question
















I have a bunch of bookmarks in Files/Nautilus and would like to reduce the text size of/space taken up by the entries in the left hand bookmarks column, so that I don't have to scroll to access those at the bottom of the list (I use a trackball mouse that has no scroll wheel).



screenshot of Files/Nautilus



Is this possible? If so, how?







18.04 nautilus themes gtk bookmarks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 4 at 11:55









Kulfy

4,25151342




4,25151342










asked Jan 4 at 11:43









4n3wv4n3wv

203




203













  • what is the gtk theme you are using?

    – PRATAP
    Jan 4 at 16:24











  • I am using Adwaita-dark - one of the built in themes in 18.04.

    – 4n3wv
    Jan 7 at 15:52



















  • what is the gtk theme you are using?

    – PRATAP
    Jan 4 at 16:24











  • I am using Adwaita-dark - one of the built in themes in 18.04.

    – 4n3wv
    Jan 7 at 15:52

















what is the gtk theme you are using?

– PRATAP
Jan 4 at 16:24





what is the gtk theme you are using?

– PRATAP
Jan 4 at 16:24













I am using Adwaita-dark - one of the built in themes in 18.04.

– 4n3wv
Jan 7 at 15:52





I am using Adwaita-dark - one of the built in themes in 18.04.

– 4n3wv
Jan 7 at 15:52










2 Answers
2






active

oldest

votes


















0














Ubuntu 18.04
Radiance Theme..



add the below content under the last line in /usr/share/themes/Radiance/gtk-3.20/apps/nautilus.css file. change the font-size value 12px to your preferred size.



/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}


open other file /usr/share/themes/Radiance/gtk-3.20/gtk-widgets.css and find the below content in around line number 2201.



placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


here i have already changed min-height to 12px to match with font-size as we already declared in nautilus.css file above.



save the files and reboot to see the change.



Radiance Theme after configuration:
enter image description here



Note: Different GTK themes have different type of arrangements like everything is configured in a single file or some themes like Radiance theme have separate apps folder and nautilus.css file in it. you may have to do trail and errors with the key lines like .nautilus-window placessidebar.sidebar row.sidebar-row and other fields too as mentioned in above codes.



other configured theme.
enter image description here



Edit: for Adwaita Dark Theme, you can add the same content under the line
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); in /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css file



@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


enter image description here






share|improve this answer


























  • Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

    – 4n3wv
    Jan 7 at 15:54











  • Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

    – 4n3wv
    Jan 9 at 12:48



















0
















  1. Use Tweaks (gnome-tweaks).



    Go to Tweaks > Fonts > Interface and reduced the font size.



    Tweaks-1



    Tweaks-2




  2. You can remove the entries that you have made.
    Right click on the entry and click on Remove.



    Files








share|improve this answer





















  • 3





    I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

    – Kulfy
    Jan 4 at 11:56











  • @ Kulfi thanks, edited.

    – Vijay
    Jan 4 at 12:15











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106892%2fhow-can-i-change-the-text-size-of-bookmarks-in-files-nautilus%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Ubuntu 18.04
Radiance Theme..



add the below content under the last line in /usr/share/themes/Radiance/gtk-3.20/apps/nautilus.css file. change the font-size value 12px to your preferred size.



/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}


open other file /usr/share/themes/Radiance/gtk-3.20/gtk-widgets.css and find the below content in around line number 2201.



placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


here i have already changed min-height to 12px to match with font-size as we already declared in nautilus.css file above.



save the files and reboot to see the change.



Radiance Theme after configuration:
enter image description here



Note: Different GTK themes have different type of arrangements like everything is configured in a single file or some themes like Radiance theme have separate apps folder and nautilus.css file in it. you may have to do trail and errors with the key lines like .nautilus-window placessidebar.sidebar row.sidebar-row and other fields too as mentioned in above codes.



other configured theme.
enter image description here



Edit: for Adwaita Dark Theme, you can add the same content under the line
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); in /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css file



@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


enter image description here






share|improve this answer


























  • Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

    – 4n3wv
    Jan 7 at 15:54











  • Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

    – 4n3wv
    Jan 9 at 12:48
















0














Ubuntu 18.04
Radiance Theme..



add the below content under the last line in /usr/share/themes/Radiance/gtk-3.20/apps/nautilus.css file. change the font-size value 12px to your preferred size.



/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}


open other file /usr/share/themes/Radiance/gtk-3.20/gtk-widgets.css and find the below content in around line number 2201.



placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


here i have already changed min-height to 12px to match with font-size as we already declared in nautilus.css file above.



save the files and reboot to see the change.



Radiance Theme after configuration:
enter image description here



Note: Different GTK themes have different type of arrangements like everything is configured in a single file or some themes like Radiance theme have separate apps folder and nautilus.css file in it. you may have to do trail and errors with the key lines like .nautilus-window placessidebar.sidebar row.sidebar-row and other fields too as mentioned in above codes.



other configured theme.
enter image description here



Edit: for Adwaita Dark Theme, you can add the same content under the line
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); in /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css file



@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


enter image description here






share|improve this answer


























  • Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

    – 4n3wv
    Jan 7 at 15:54











  • Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

    – 4n3wv
    Jan 9 at 12:48














0












0








0







Ubuntu 18.04
Radiance Theme..



add the below content under the last line in /usr/share/themes/Radiance/gtk-3.20/apps/nautilus.css file. change the font-size value 12px to your preferred size.



/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}


open other file /usr/share/themes/Radiance/gtk-3.20/gtk-widgets.css and find the below content in around line number 2201.



placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


here i have already changed min-height to 12px to match with font-size as we already declared in nautilus.css file above.



save the files and reboot to see the change.



Radiance Theme after configuration:
enter image description here



Note: Different GTK themes have different type of arrangements like everything is configured in a single file or some themes like Radiance theme have separate apps folder and nautilus.css file in it. you may have to do trail and errors with the key lines like .nautilus-window placessidebar.sidebar row.sidebar-row and other fields too as mentioned in above codes.



other configured theme.
enter image description here



Edit: for Adwaita Dark Theme, you can add the same content under the line
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); in /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css file



@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


enter image description here






share|improve this answer















Ubuntu 18.04
Radiance Theme..



add the below content under the last line in /usr/share/themes/Radiance/gtk-3.20/apps/nautilus.css file. change the font-size value 12px to your preferred size.



/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}


open other file /usr/share/themes/Radiance/gtk-3.20/gtk-widgets.css and find the below content in around line number 2201.



placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


here i have already changed min-height to 12px to match with font-size as we already declared in nautilus.css file above.



save the files and reboot to see the change.



Radiance Theme after configuration:
enter image description here



Note: Different GTK themes have different type of arrangements like everything is configured in a single file or some themes like Radiance theme have separate apps folder and nautilus.css file in it. you may have to do trail and errors with the key lines like .nautilus-window placessidebar.sidebar row.sidebar-row and other fields too as mentioned in above codes.



other configured theme.
enter image description here



Edit: for Adwaita Dark Theme, you can add the same content under the line
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css"); in /usr/share/themes/Adwaita-dark/gtk-3.0/gtk.css file



@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

/* for side bar reduced text size */

.nautilus-window placessidebar.sidebar row.sidebar-row {
font-size:12px; }

button.sidebar-button {
min-width: 2px;
min-height: 2px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

placessidebar.sidebar row.sidebar-row {
color: shade(@places_sidebar_fg_color, 0.9);
background-image: none;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
min-height: 12px;
border:none;
text-shadow: none;
}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 7 at 16:28

























answered Jan 4 at 22:55









PRATAPPRATAP

2,5022526




2,5022526













  • Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

    – 4n3wv
    Jan 7 at 15:54











  • Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

    – 4n3wv
    Jan 9 at 12:48



















  • Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

    – 4n3wv
    Jan 7 at 15:54











  • Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

    – 4n3wv
    Jan 9 at 12:48

















Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

– 4n3wv
Jan 7 at 15:54





Thanks for this. Unfortunately it looks like the theme I'm using (Adwaita-dark) doesn't follow the same structure. I can't find where to make these changes.

– 4n3wv
Jan 7 at 15:54













Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

– 4n3wv
Jan 9 at 12:48





Brilliant - thank you!! It turns out that a better solution for my needs was to reduce the space between the entries in the list, but your code snippet included what I needed for that - took me about 10 minutes of trial and error to find it but now I have lots of space for new bookmarks without the need to scroll. Thanks again!

– 4n3wv
Jan 9 at 12:48













0
















  1. Use Tweaks (gnome-tweaks).



    Go to Tweaks > Fonts > Interface and reduced the font size.



    Tweaks-1



    Tweaks-2




  2. You can remove the entries that you have made.
    Right click on the entry and click on Remove.



    Files








share|improve this answer





















  • 3





    I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

    – Kulfy
    Jan 4 at 11:56











  • @ Kulfi thanks, edited.

    – Vijay
    Jan 4 at 12:15
















0
















  1. Use Tweaks (gnome-tweaks).



    Go to Tweaks > Fonts > Interface and reduced the font size.



    Tweaks-1



    Tweaks-2




  2. You can remove the entries that you have made.
    Right click on the entry and click on Remove.



    Files








share|improve this answer





















  • 3





    I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

    – Kulfy
    Jan 4 at 11:56











  • @ Kulfi thanks, edited.

    – Vijay
    Jan 4 at 12:15














0












0








0









  1. Use Tweaks (gnome-tweaks).



    Go to Tweaks > Fonts > Interface and reduced the font size.



    Tweaks-1



    Tweaks-2




  2. You can remove the entries that you have made.
    Right click on the entry and click on Remove.



    Files








share|improve this answer

















  1. Use Tweaks (gnome-tweaks).



    Go to Tweaks > Fonts > Interface and reduced the font size.



    Tweaks-1



    Tweaks-2




  2. You can remove the entries that you have made.
    Right click on the entry and click on Remove.



    Files









share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 4 at 12:57









Kulfy

4,25151342




4,25151342










answered Jan 4 at 11:52









VijayVijay

1,5811618




1,5811618








  • 3





    I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

    – Kulfy
    Jan 4 at 11:56











  • @ Kulfi thanks, edited.

    – Vijay
    Jan 4 at 12:15














  • 3





    I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

    – Kulfy
    Jan 4 at 11:56











  • @ Kulfi thanks, edited.

    – Vijay
    Jan 4 at 12:15








3




3





I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

– Kulfy
Jan 4 at 11:56





I believe 4n3wv is not asking how to remove them but how to reduce font size of that bookmarks only.

– Kulfy
Jan 4 at 11:56













@ Kulfi thanks, edited.

– Vijay
Jan 4 at 12:15





@ Kulfi thanks, edited.

– Vijay
Jan 4 at 12:15


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1106892%2fhow-can-i-change-the-text-size-of-bookmarks-in-files-nautilus%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕