You are not logged in.
hello, im downloading new theme ..
and im not satisfied with network manager and battery icon look to small how to fix it?
http://i.imgur.com/6X29A59.png
my normal network manager should look like this
and here the theme
Last edited by botaksaja (2016-07-13 11:23:24)
Offline
What icon theme are you using?
Which distro?
Which version of GTK3 is installed? If you have GTK 3.20 installed, make sure you are using a GTK 3.20-compatible theme.
If the icons are in your notification area, deselect the "Show Frame" option in the Notification Area properties dialog.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
What icon theme are you using?
Which distro?
Which version of GTK3 is installed? If you have GTK 3.20 installed, make sure you are using a GTK 3.20-compatible theme.If the icons are in your notification area, deselect the "Show Frame" option in the Notification Area properties dialog.
im using OSX icon mod by me
and distro debian
here my version gtk sir :
libgtk-3-0:i386 3.20.6-2 i386 GTK+ graphical user interface library
libgtk2.0-0:i386 2.24.30-2 i386 GTK+ graphical user interface library
Last edited by botaksaja (2016-07-14 10:13:13)
Offline
Have you tried another theme - a GTK 3.20-compliant theme?
Are the icons in the Notification Area? If so, did you remove the frame?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Have you tried another theme - a GTK 3.20-compliant theme?
Are the icons in the Notification Area? If so, did you remove the frame?
sir problem is clear.. the theme not support GTK 3.20
but i have new problem about icon on panel..
now my theme support GTK 3.20 and my problem is here :
mail notification display not fully of image , battery icon not fully display of image and Search icon too small
im using la-capitaine-icon-theme-0.2.0 icon
can i find you on IRC sir?
Offline
Which Appearance theme are you using?
xfconf-query -c xsettings -p /Net/ThemeName
Is the Notification Area frame turned off?
xfconf-query -c xfce4-panel -lv | grep show-frame
What is your Notification Area Icon max-size?
xfconf-query -c xfce4-panel -lv | grep size-max
Which mail notification plugin/app are you using? Is it xfce4-mailwatch-plugin?
Occasionally, I am on #xfce.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
for theme im using candra theme 3.20
output for notif area : False
Plugin Size max : 24
im using 2 mail notification : xfce4-mailwatch plugin and mail-notifications sir
Offline
The Candra theme is adding alot of padding to the button widgets of the panel.
Have a look at the theme's gtk-2.0/panel.rc file and at the top, you will see:
style "theme-panel"
{
xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
ythickness = 0
Change the 4 to a lower number and this will increase the size of those panel icons. Change the Appearance theme to something else and back to your Candra theme and the change should take effect.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
i see the code..
style "theme-panel"
{
xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
ythickness = 0
im change 4 to 2 and im restart panel with xfce4-panel -r.. and change theme to Candra Theme , but still same .. should im restart my netbook?
Offline
Change the value to 0 first then try logging out and back in again.
Do you have an ~/.gtkrc-2.0 file? If so, what are its contents?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
yep i have gtkrc
here the output
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/blackhat/.gtkrc-2.0.mine"
gtk-theme-name="Candra-Theme-3.20"
gtk-icon-theme-name="la-capitaine-icon-theme-0.2.0"
gtk-font-name="Oxygen Bold 8"
gtk-cursor-theme-name="mintymac-cursors"
gtk-cursor-theme-size=22
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"
gtk-modules="gail:atk-bridge"
Offline
What are the contents of the /home/blackhat/.gtkrc-2.0.mine file?
Do you use LXAppearance to manage your theme settings?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
yes im use LXappereacne to manage my theme.. im doing wrong sir?
but. idk where my gtkrc.2.0.mine
Last edited by botaksaja (2016-07-15 11:34:47)
Offline
So you don't have the .gtkrc-2.0.mime?
ls -al ~ | grep gtkrc
...its okay if you don't - its not mandatory.
Xfce has its own tools to manage theme settings, but in the end, they both do the same things.
Have you logged out and back in again? Does the problem still exist?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
what happen if im delete gtkrc-2.0 ?
You will lose all of your settings. Re-create the file and log out and back in again to put things back.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Offline
I just installed the Candra theme and that xthickness/ythickness setting doesn't change anything. Try this:
Create the .gtkrc-2.0.mime and put the following content into it:
# panel padding
style "my-launchers"
{
xthickness = 0
ythickness = 0
}
widget "*directorymenu*" style "my-launchers"
widget "*mailwatch*" style "my-launchers"
widget "*systray*" style "my-launchers"
widget "*launcher*" style "my-launchers"
...and log out and back in again.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
still no change.. battery and xfce4-mailwatch still not full
What battery plugin are you using?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Okay found it (you can delete the .gtkrc-2.0.mine file). The problem configuration is in the main.rc file. Look for:
GtkButton::inner-border = {4, 4, 4, 4}
...and change the 4s to something smaller, like:
GtkButton::inner-border = {1, 1, 1, 1}
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
on my /usr/share/theme/candra/gtk-2.0/main.rc?
Offline
on my /usr/share/theme/candra/gtk-2.0/main.rc?
Yes.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
No bother at all. I'm glad it was sorted out.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 643.8 KiB (Peak: 676.64 KiB) ]