Xfce Forum

Sub domains
 

You are not logged in.

#1 2016-07-13 11:16:41

botaksaja
Member
Registered: 2016-06-09
Posts: 19

My theme look ugly how to fix it?

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

[url=http://i.imgur.com/6X29A59.png]
  6X29A59l.png
[/url]


my normal network manager should look like this

[url=http://i.imgur.com/nHYS0Ni.png]
  nHYS0Nil.png
[/url]


and here the theme

[url=http://i.imgur.com/3nz6msB.png]
  3nz6msBl.png
[/url]

Last edited by botaksaja (2016-07-13 11:23:24)

Offline

#2 2016-07-13 16:31:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#3 2016-07-14 10:04:07

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

ToZ wrote:

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

#4 2016-07-14 10:36:30

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#5 2016-07-14 13:40:36

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

ToZ wrote:

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 :

[url=http://i.imgur.com/QyT5NCy.png]
  QyT5NCyl.png
[/url]

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

#6 2016-07-14 15:25:46

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#7 2016-07-15 10:07:25

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

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

#8 2016-07-15 10:55:17

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#9 2016-07-15 11:21:53

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

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

#10 2016-07-15 11:27:05

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#11 2016-07-15 11:29:44

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

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

#12 2016-07-15 11:33:16

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#13 2016-07-15 11:34:10

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

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

#14 2016-07-15 11:38:58

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#15 2016-07-15 11:43:32

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

[url=http://i.imgur.com/cB0At5l.png]
  cB0At5ll.png
[/url]

i dont have gtkrcmine sad
what happen if im delete gtkrc-2.0 ?
im logout know.. i will update my post ASAP

Offline

#16 2016-07-15 11:45:31

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#17 2016-07-15 11:48:10

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

[url=http://i.imgur.com/6pAtElj.png]
  6pAtEljl.png
[/url]

still no change.. battery and xfce4-mailwatch still not full

panel rc status is :
style "theme-panel"
{
    xthickness = 0 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
    ythickness = 0

Offline

#18 2016-07-15 11:53:27

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#19 2016-07-15 11:54:22

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

botaksaja wrote:

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

#20 2016-07-15 11:59:48

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

[url=http://i.imgur.com/3DgMW3m.png]
  3DgMW3ml.png
[/url]

still same..

here battery Plugin
[url=http://i.imgur.com/1iplMbF.png]
  1iplMbFl.png
[/url]

i think its default xfce plugin.

Offline

#21 2016-07-15 12:00:55

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

#22 2016-07-15 12:05:18

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

on my /usr/share/theme/candra/gtk-2.0/main.rc?

Offline

#23 2016-07-15 12:05:36

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

botaksaja wrote:

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

#24 2016-07-15 12:16:39

botaksaja
Member
Registered: 2016-06-09
Posts: 19

Re: My theme look ugly how to fix it?

WOOOOOOOOOOOW YOU ARE SUPERMAAAAAN !!!

[url=http://i.imgur.com/0pofrTO.png]
  0pofrTOl.png
[/url]

Thanks for your help sir.. and im so sorry i'm bother you sad .. you're great person . thank you very much smile

Offline

#25 2016-07-15 12:19:30

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: My theme look ugly how to fix it?

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

Board footer

Powered by FluxBB