How can I get bigger window buttons in unity ?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am using Ubuntu 14.04 with unity. I would like to have bigger window buttons (close, maximize, minimize) in unity (theme Ambiance or Radiance). I am using Ubuntu on a touchscreen with my fingers and it is not easy to always "click" on the right one.
I do not want to use the display setting => scale for menu and title bars
since it also scales font and many other things.
Thanks
unity touchscreen window-buttons
add a comment |
I am using Ubuntu 14.04 with unity. I would like to have bigger window buttons (close, maximize, minimize) in unity (theme Ambiance or Radiance). I am using Ubuntu on a touchscreen with my fingers and it is not easy to always "click" on the right one.
I do not want to use the display setting => scale for menu and title bars
since it also scales font and many other things.
Thanks
unity touchscreen window-buttons
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51
add a comment |
I am using Ubuntu 14.04 with unity. I would like to have bigger window buttons (close, maximize, minimize) in unity (theme Ambiance or Radiance). I am using Ubuntu on a touchscreen with my fingers and it is not easy to always "click" on the right one.
I do not want to use the display setting => scale for menu and title bars
since it also scales font and many other things.
Thanks
unity touchscreen window-buttons
I am using Ubuntu 14.04 with unity. I would like to have bigger window buttons (close, maximize, minimize) in unity (theme Ambiance or Radiance). I am using Ubuntu on a touchscreen with my fingers and it is not easy to always "click" on the right one.
I do not want to use the display setting => scale for menu and title bars
since it also scales font and many other things.
Thanks
unity touchscreen window-buttons
unity touchscreen window-buttons
edited Jun 2 '14 at 13:23
fossfreedom♦
150k38332374
150k38332374
asked Jun 2 '14 at 9:27
user287633user287633
6114
6114
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51
add a comment |
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51
add a comment |
2 Answers
2
active
oldest
votes
If you are planning on customizing the button size for Ubuntu, you could always modify your theme.
In the terminal, you can run:
sudo nautilus
This will allow you to get root privileges for your file explorer.
In /usr/share/themes and /usr/share/icons there are themes and icons to give you an example of how to make your own.
I recommend copying these files and editing them to see their effects.
Don't forget to use the Unity Tweak Tool to try out the changes you've made.
If you don't like your changes, you can always revert back to the original with the tweak tool.
Good luck!
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
add a comment |
I know in Unity you can find theme css in folder:
/usr/share/themes/<theme-name>
In case you have switched to Gnome already, you can modify
~/.config/gtk-3.0/gtk.css
You can increase the title bar by changing this properties:
window.ssd headerbar.titlebar {
padding-top: 5px;
padding-bottom: 5px;
min-height: 30px;
}
Here is a great reddit thread about it:
Does anyone know how to decrease titlebar height in GNOME
Hope that helps
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f475651%2fhow-can-i-get-bigger-window-buttons-in-unity%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
If you are planning on customizing the button size for Ubuntu, you could always modify your theme.
In the terminal, you can run:
sudo nautilus
This will allow you to get root privileges for your file explorer.
In /usr/share/themes and /usr/share/icons there are themes and icons to give you an example of how to make your own.
I recommend copying these files and editing them to see their effects.
Don't forget to use the Unity Tweak Tool to try out the changes you've made.
If you don't like your changes, you can always revert back to the original with the tweak tool.
Good luck!
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
add a comment |
If you are planning on customizing the button size for Ubuntu, you could always modify your theme.
In the terminal, you can run:
sudo nautilus
This will allow you to get root privileges for your file explorer.
In /usr/share/themes and /usr/share/icons there are themes and icons to give you an example of how to make your own.
I recommend copying these files and editing them to see their effects.
Don't forget to use the Unity Tweak Tool to try out the changes you've made.
If you don't like your changes, you can always revert back to the original with the tweak tool.
Good luck!
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
add a comment |
If you are planning on customizing the button size for Ubuntu, you could always modify your theme.
In the terminal, you can run:
sudo nautilus
This will allow you to get root privileges for your file explorer.
In /usr/share/themes and /usr/share/icons there are themes and icons to give you an example of how to make your own.
I recommend copying these files and editing them to see their effects.
Don't forget to use the Unity Tweak Tool to try out the changes you've made.
If you don't like your changes, you can always revert back to the original with the tweak tool.
Good luck!
If you are planning on customizing the button size for Ubuntu, you could always modify your theme.
In the terminal, you can run:
sudo nautilus
This will allow you to get root privileges for your file explorer.
In /usr/share/themes and /usr/share/icons there are themes and icons to give you an example of how to make your own.
I recommend copying these files and editing them to see their effects.
Don't forget to use the Unity Tweak Tool to try out the changes you've made.
If you don't like your changes, you can always revert back to the original with the tweak tool.
Good luck!
answered Jun 17 '14 at 16:03
RyanNHGRyanNHG
13410
13410
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
add a comment |
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
Hi RyanNHG, thanks for your answer. I managed to increase the window buttons size by modifying the icons directly. However this does not help a lot since the title bars do not increase their height automatically. If I make the icons too large, then they are cropped. I haven't found any way to increase the title bar height. Do you know how? I also need to increase the height of the menu bar (where the turn on/off button is).
– user287633
Jun 18 '14 at 8:56
2
2
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
You have to edit the .xml config file for metacity in the theme folder. There should be a property like "title_vertical_pad". Increase that number, and it should increase the bar height. It might appear in more than one place (e.g. normal vs. maximized), so make sure you change the value in all of those places.
– RyanNHG
Jun 18 '14 at 13:46
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
Hi Ryan, thanks for the tip. I tried but it did not work. Does it work for you? I increased the size of all title_vertical_pad's I found in metacity-theme-1.xml
– user287633
Jun 26 '14 at 12:18
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
@user287633, are you using metacity or compiz as the compositor with Unity?
– crimsonspectre
May 10 '16 at 14:00
add a comment |
I know in Unity you can find theme css in folder:
/usr/share/themes/<theme-name>
In case you have switched to Gnome already, you can modify
~/.config/gtk-3.0/gtk.css
You can increase the title bar by changing this properties:
window.ssd headerbar.titlebar {
padding-top: 5px;
padding-bottom: 5px;
min-height: 30px;
}
Here is a great reddit thread about it:
Does anyone know how to decrease titlebar height in GNOME
Hope that helps
add a comment |
I know in Unity you can find theme css in folder:
/usr/share/themes/<theme-name>
In case you have switched to Gnome already, you can modify
~/.config/gtk-3.0/gtk.css
You can increase the title bar by changing this properties:
window.ssd headerbar.titlebar {
padding-top: 5px;
padding-bottom: 5px;
min-height: 30px;
}
Here is a great reddit thread about it:
Does anyone know how to decrease titlebar height in GNOME
Hope that helps
add a comment |
I know in Unity you can find theme css in folder:
/usr/share/themes/<theme-name>
In case you have switched to Gnome already, you can modify
~/.config/gtk-3.0/gtk.css
You can increase the title bar by changing this properties:
window.ssd headerbar.titlebar {
padding-top: 5px;
padding-bottom: 5px;
min-height: 30px;
}
Here is a great reddit thread about it:
Does anyone know how to decrease titlebar height in GNOME
Hope that helps
I know in Unity you can find theme css in folder:
/usr/share/themes/<theme-name>
In case you have switched to Gnome already, you can modify
~/.config/gtk-3.0/gtk.css
You can increase the title bar by changing this properties:
window.ssd headerbar.titlebar {
padding-top: 5px;
padding-bottom: 5px;
min-height: 30px;
}
Here is a great reddit thread about it:
Does anyone know how to decrease titlebar height in GNOME
Hope that helps
answered Jun 14 '18 at 16:48
Hasan AmmoriHasan Ammori
11114
11114
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f475651%2fhow-can-i-get-bigger-window-buttons-in-unity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Well for (gerneral icon size) You can't. Not anymore. GTK-Icon-Size settings were removed from GTk-3.10. So its not possible to change bigger icon size in 14.04 which uses Gtk-3.10 by default. For metacity/window button you can try changing the size from theme file (you have to use bigger icon size for svgs/pngs)
– Khurshid Alam
Jun 23 '14 at 16:51