diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc new file mode 100644 index 00000000..7111cf23 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc @@ -0,0 +1,62 @@ +style "panel" +{ + engine "murrine" {} +} + +style "panel-buttons" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "images/panel/panel-normal.svg" + border = {4, 4, 4, 4} + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "images/panel/panel-active.svg" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +class "PanelToplevel*" style "panel" +class "*Tray*" style "panel" +class "*tray*" style "panel" +#class "PanelApp*" style "panel" + +widget_class "*MatePanelAppletFrameDbus*" style "panel" +widget_class "*PanelToplevel*" style "panel" +widget_class "*PanelFrame*" style "panel" +widget_class "*PanelAppletFrame*" style "panel" +widget_class "*PanelWidget*.*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*fast-user-switch*" style "panel" +widget "*CPUFreq*Applet*" style "panel" +widget "*indicator-applet*" style "panel" + +widget_class "*Tray*" style "panel" +widget_class "*tray*" style "panel" +widget_class "*computertemp*" style "panel" +widget_class "*Applet*Tomboy*" style "panel" +widget_class "*Applet*Netstatus*" style "panel" + +# Menubar +widget "*PanelMenuBar*" style "panel" +widget_class "*Panel*<GtkMenuBar>*" style "panel" +widget "*PanelApplet*" style "panel" + +# Panel Buttons +widget_class "*Panel*GtkToggleButton" style:highest "button" +widget_class "*Panel*GtkButton" style:highest "button" |
