You are not logged in.
im happy with the minimal default themes it came with and i changed the start up icon on the panel. the only thing thats ruining the flow of it is the panel color.
may someone please give me a DETAILED short tutorial on how to change the panel color in xfce? i researched on google for about 30 mins and it asked for me to create some file and place it directly in my home/methodikal folder. i tried and its a no go. tried the panel manager, only allows u to customize the panels spot on screen as well as size of panel. but nothing with opacity or color.
i just want to turn the panel all black, so it flows with rest of the setup and ill be one happy camper.
sorry, im just starting out on Arch, migrating from ubuntu. (didnt like ubuntu, but love arch).
any help would be greatly appreciated. thanks
Arch Linux + Mac OS X
Linux newbie...
....then there was Unix..
Offline
I don't know of a way to change only the panel color without editing an Xfce style. However, you might try switching your XFCE style (under Settings -> Appearance -> Style) to Xfce-dusk. It's dark grey, at least.
The other thing you can do is decrease the opacity of the panel (Settings -> Panel -> Transparency). Change transparency to something like 25%.
Last edited by kyouens (2010-02-09 04:44:05)
Offline
style "theme-panel"
{
# The following two lines add gradient panel backgrounds. You may choose only one! Delete or comment out both to have regular flat gnome-panels, or when using any panel size larger than 24px.
bg_pixmap[NORMAL] = "panel-bg.png"
# Uncomment the following lines when using dark panels! Note: Menus will remain the same.
# bg[SELECTED] = "#4C4C4C"
# bg[NORMAL] = "#3c3c3c"
bg[PRELIGHT] = "#2344D6" #@selected_bg_color
# bg[ACTIVE] = "#333333"
# fg[NORMAL] = @base_color
# fg[PRELIGHT] = lighter (@selected_bg_color) # Makes prelighted text colored.
# fg[SELECTED] = lighter (@selected_bg_color) # Makes prelighted text colored.
fg[ACTIVE] = @base_color # Makes prelighted text colored.
}
widget "*PanelWidget*" style "theme-panel"
widget "*PanelApplet*" style "theme-panel"
widget "*fast-user-switch*" style "theme-panel"
class "PanelApp*" style "theme-panel"
class "PanelToplevel*" style "theme-panel"
widget_class "*Mail*" style "theme-panel"
widget_class "*notif*" style "theme-panel"
widget_class "*Notif*" style "theme-panel"
# XFCE panel theming (disabled by default, due to xfce not having consistent panel sizes)
widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*" style "theme-panel"Offline
For what I know the code jarryson posted has to be placed in ~/.gtkrc-2.0
Offline
thanks a lot. ill test it out tomorrow.
Arch Linux + Mac OS X
Linux newbie...
....then there was Unix..
Offline
i tested out the coding . still didnt change it to black. its cool though. the dusk theme isnt half bad. *shrugs. ima newb to this haha.
i put in the command terminal
nano ~/.gtkrc-2.0
and edited with the provided script...
rebooted and still same panel *shrugs lol
any other ideas?
Arch Linux + Mac OS X
Linux newbie...
....then there was Unix..
Offline
upping this.. keep in mind i am a complete noob to archLinux and linux as a whole. if not its ok i can live with the panel color.
thanks for all advice and help
Arch Linux + Mac OS X
Linux newbie...
....then there was Unix..
Offline