From 4371df8906c95ec585df433b69b0c24b53d8fe60 Mon Sep 17 00:00:00 2001 From: raveit Date: Mon, 18 Mar 2013 01:27:33 +0100 Subject: add Menta theme organized configure.ac --- desktop-themes/Menta/gtk-2.0/widgets/Makefile.am | 19 +++ .../Menta/gtk-2.0/widgets/Null/Makefile.am | 8 + desktop-themes/Menta/gtk-2.0/widgets/Null/null.png | Bin 0 -> 142 bytes .../Menta/gtk-2.0/widgets/Others/Makefile.am | 11 ++ .../Menta/gtk-2.0/widgets/Others/close.png | Bin 0 -> 243 bytes .../Menta/gtk-2.0/widgets/Others/handle.png | Bin 0 -> 178 bytes .../Menta/gtk-2.0/widgets/Others/null.png | Bin 0 -> 178 bytes .../Menta/gtk-2.0/widgets/Others/toolbar.png | Bin 0 -> 1297 bytes .../Menta/gtk-2.0/widgets/Panel/Makefile.am | 17 +++ .../Menta/gtk-2.0/widgets/Panel/arrow-blank.png | Bin 0 -> 373 bytes .../Menta/gtk-2.0/widgets/Panel/arrow-down.png | Bin 0 -> 373 bytes .../Menta/gtk-2.0/widgets/Panel/handle-h.png | Bin 0 -> 142 bytes .../Menta/gtk-2.0/widgets/Panel/handle-v.png | Bin 0 -> 142 bytes .../Menta/gtk-2.0/widgets/Panel/panel-bg-black.png | Bin 0 -> 3984 bytes .../gtk-2.0/widgets/Panel/panel-bg-dark-grey.png | Bin 0 -> 3336 bytes .../Menta/gtk-2.0/widgets/Panel/panel-bg.png | Bin 0 -> 3007 bytes .../gtk-2.0/widgets/Panel/panel-button-active.png | Bin 0 -> 363 bytes .../gtk-2.0/widgets/Panel/panel-button-hover.png | Bin 0 -> 469 bytes .../widgets/Panel/panel-button-inactive.png | Bin 0 -> 166 bytes .../Menta/gtk-2.0/widgets/panel-black.rc | 161 +++++++++++++++++++++ .../Menta/gtk-2.0/widgets/panel-dark-grey.rc | 161 +++++++++++++++++++++ desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 161 +++++++++++++++++++++ 22 files changed, 538 insertions(+) create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Makefile.am create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Null/null.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/close.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/null.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/panel.rc (limited to 'desktop-themes/Menta/gtk-2.0/widgets') diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am new file mode 100644 index 00000000..1c54af7c --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am @@ -0,0 +1,19 @@ + +themedir = $(datadir)/themes/Menta/gtk-2.0/widgets + +theme_DATA = \ + panel.rc \ + panel-black.rc \ + panel-dark-grey.rc + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = \ + Panel \ + Null \ + Others + +DIST_SUBDIRS = \ + Panel \ + Null \ + Others diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am new file mode 100644 index 00000000..2268a4f5 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am @@ -0,0 +1,8 @@ + +themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Null + +theme_DATA = \ + null.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png b/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png new file mode 100644 index 00000000..a7627448 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am new file mode 100644 index 00000000..30a3b3d6 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am @@ -0,0 +1,11 @@ + +themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Others + +theme_DATA = \ + close.png \ + handle.png \ + null.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png new file mode 100644 index 00000000..0d4de51b Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png new file mode 100644 index 00000000..0fbb411a Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png new file mode 100644 index 00000000..9bb72bb5 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png new file mode 100644 index 00000000..1cc6418b Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am new file mode 100644 index 00000000..1c322ad0 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am @@ -0,0 +1,17 @@ + +themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Panel + +theme_DATA = \ + arrow-blank.png \ + arrow-down.png \ + handle-h.png \ + handle-v.png \ + panel-bg.png \ + panel-bg-black.png \ + panel-bg-dark-grey.png \ + panel-button-active.png \ + panel-button-hover.png \ + panel-button-inactive.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png new file mode 100644 index 00000000..7bdf6495 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png new file mode 100644 index 00000000..6e8eba14 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png new file mode 100644 index 00000000..7874100c Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png new file mode 100644 index 00000000..1d44adb9 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png new file mode 100644 index 00000000..0b2f9c32 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png new file mode 100644 index 00000000..6fe52aec Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png new file mode 100644 index 00000000..d09733ab Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png new file mode 100644 index 00000000..309c39c8 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png differ diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc new file mode 100644 index 00000000..38fbf98c --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc @@ -0,0 +1,161 @@ +style "theme-panel" +{ + xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. + ythickness = 0 + +# Disable (comment out) for normal panel backgrounds or to get an transparancy panel. + bg_pixmap[NORMAL] = "/Panel/panel-bg-black.png" + + fg[NORMAL] = "#F7F7F7" + fg[PRELIGHT] = "#2C5C31" + fg[ACTIVE] = "#F7F7F7" + text[NORMAL] = "#F7F7F7" + text[PRELIGHT] = "#2C5C31" + text[ACTIVE] = "#F7F7F7" + + engine "pixmap" { + image { + function = BOX + recolorable = TRUE + state = NORMAL + } + image { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + image { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 0 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#F7F7F7" + fg[PRELIGHT] = "#CEFF9B" + fg[ACTIVE] = "#F7F7F7" + text[NORMAL] = "#F7F7F7" + text[PRELIGHT] = "#CEFF9B" + text[ACTIVE] = "#F7F7F7" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" { + image { + function = HANDLE + } + image { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# lxpanel and fbpanel +widget "*.tclock.*" style "theme-panel" +widget "*.taskbar.*" style "theme-panel" +widget_class "*GtkBgbox*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" { +engine "pixmap" { + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc new file mode 100644 index 00000000..97ccd2b0 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc @@ -0,0 +1,161 @@ +style "theme-panel" +{ + xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. + ythickness = 0 + +# Disable (comment out) for normal panel backgrounds or to get an transparancy panel. + bg_pixmap[NORMAL] = "/Panel/panel-bg-dark-grey.png" + + fg[NORMAL] = "#F7F7F7" + fg[PRELIGHT] = "#2C5C31" + fg[ACTIVE] = "#F7F7F7" + text[NORMAL] = "#F7F7F7" + text[PRELIGHT] = "#2C5C31" + text[ACTIVE] = "#F7F7F7" + + engine "pixmap" { + image { + function = BOX + recolorable = TRUE + state = NORMAL + } + image { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + image { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 0 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#F7F7F7" + fg[PRELIGHT] = "#CEFF9B" + fg[ACTIVE] = "#F7F7F7" + text[NORMAL] = "#F7F7F7" + text[PRELIGHT] = "#CEFF9B" + text[ACTIVE] = "#F7F7F7" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" { + image { + function = HANDLE + } + image { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# lxpanel and fbpanel +widget "*.tclock.*" style "theme-panel" +widget "*.taskbar.*" style "theme-panel" +widget_class "*GtkBgbox*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" { +engine "pixmap" { + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc new file mode 100644 index 00000000..a78cd02b --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -0,0 +1,161 @@ +style "theme-panel" +{ + xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. + ythickness = 0 + +# Disable (comment out) for normal panel backgrounds or to get an transparancy panel. + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" + + fg[NORMAL] = "#000000" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#000000" + text[NORMAL] = "#000000" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#000000" + + engine "pixmap" { + image { + function = BOX + recolorable = TRUE + state = NORMAL + } + image { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + image { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 0 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#000000" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#000000" + text[NORMAL] = "#000000" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#000000" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" { + image { + function = HANDLE + } + image { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# lxpanel and fbpanel +widget "*.tclock.*" style "theme-panel" +widget "*.taskbar.*" style "theme-panel" +widget_class "*GtkBgbox*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" { +engine "pixmap" { + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + image { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" -- cgit v1.2.1