From 8f66dc86b75492925973814bea5febaa8beb0999 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Sun, 23 Feb 2025 14:29:22 +0300 Subject: [PATCH 1/8] Add files via upload --- .../gtk-3.0/apps/xfce-panel-hacks.css | 173 ++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css new file mode 100644 index 0000000..9f4309d --- /dev/null +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -0,0 +1,173 @@ +/* Hack to give the task bar a pseudo handle +Remove code after this comment to disable the fake handle image. +Also, tasklist name changes depending on individual panel layout. This hack supports up to 24 different positions. +If it still doesn't work for you, you can look up your tasklist's ID in xfce4-panel settings. +*/ + +#tasklist > box, #tasklist-1 > box, #tasklist-2 > box, #tasklist-3 > box, +#tasklist-4 > box, #tasklist-5 > box, #tasklist-6 > box, #tasklist-7 > box, +#tasklist-8 > box, #tasklist-9 > box, #tasklist-10 > box, #tasklist-11 > box, +#tasklist-12 > box, #tasklist-13 > box, #tasklist-14 > box, #tasklist-15 > box, +#tasklist-16 > box, #tasklist-17 > box, #tasklist-18 > box, #tasklist-19 > box, +#tasklist-20 > box, #tasklist-21 > box, #tasklist-22 > box, #tasklist-23 > box, +#tasklist-24 > box { + border-left: 11px solid; + border-image: url("../assets/panel-handle.png"); + border-image-slice: 2 2 2 11; +} + +/* Hack to give the first launcher icon a pseudo handle */ + +#XfcePanelWindow widget > widget:nth-child(2) box #launcher-arrow { + border-left: 11px solid; + border-image: url("../assets/panel-handle.png"); + border-image-slice: 2 2 2 11; +} + +/* Hack to give launcher icons borders on hover and on click */ + +#XfcePanelWindow widget > widget:nth-child(2) box #launcher-arrow image { + margin-left: 5px; + margin-right: 5px; +} + +#XfcePanelWindow widget > widget:nth-child(2) box #launcher-arrow:hover image { + margin-left: 5px; + margin-right: 5px; +} + +#XfcePanelWindow widget > widget:nth-child(2) box #launcher-arrow:active image { + margin-left: 5px; + margin-right: 5px; +} + +#XfcePanelWindow #launcher-arrow:hover { + box-shadow: 1px 1px @border_bright inset, -1px -1px @border_shade inset; + background-image: none; + border-top: 2px transparent solid; + border-bottom: 2px transparent solid; +} + +#XfcePanelWindow #launcher-arrow:active { + box-shadow: 1px 1px @border_shade inset, -1px -1px @border_bright inset; + background-image: none; + border-top: 2px transparent solid; + border-bottom: 2px transparent solid; +} + +/* Hack to hide the mic icon from pulseaudio plugin */ + +#pulseaudio-button > box > .recording-indicator { + -gtk-icon-transform: scale(0); + margin-right:-100px; +} + #pulseaudio-button > box > image:nth-child(2){ + margin-left:-8px; +} + +/* Hack to add border to systray, all of the internal and some of the external plugins +WARNING: This hack assumes your systray and plugin icons are laid out in the following order: +systray to the left, stylable plugin icons in the middle, clock plugin on the right. +You'll have to make appropriate modifications to "border-right", "border-left" and "box-shadow" properties of certain items if it's not the case. +Also, just like the tasklist, some of the plugin names change depending on individual panel layout. This hack supports up to 24 different positions for those plugins. Again, if it still doesn't work for you, you can look up these plugins' IDs in xfce4-panel settings. +Unfortunately, it wasn't possible to add border to some plugins - mostly because they either already had solid borders around them or theydidn't fit in the borders. You are going to have to move them outside the border. +*/ + +#systray-1 > box, #systray-2 > box, #systray-3 > box, #systray-4 > box, #systray-5 > box, #systray-6 > box, #systray-7 > box, #systray-8 > box, #systray-9 > box, #systray-10 > box, #systray-11 > box, #systray-12 > box, #systray-13 > box, #systray-14 >box, #systray-15 > box, #systray-16 > box, #systray-17 > box, #systray-18 > box, #systray-19 > box, #systray-20 > box, #systray-21 >box, #systray-22 > box, #systray-23 > box, #systray-24 > box { + box-shadow: 1px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} + +#xkb-1 button, #xkb-2 button, #xkb-3 button, #xkb-3 button, #xkb-4 button, #xkb-5 button, #xkb-6 button, #xkb-7 button, #xkb-8 button, #xkb-9 button, #xkb-10 button, #xkb-12 button, #xkb-13 button, #xkb-14 button, #xkb-15 button, #xkb-16 button, #xkb-17 button, #xkb-18 button, #xkb-19 button, #xkb-20 button, #xkb-21 button, #xkb-22 button, #xkb-23 button, #xkb-24 button { + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} + +#xfce4-notification-plugin, #xfce4-notification-plugin:hover, #xfce4-notification-plugin:active { + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; + padding-top:14px; +} + +#pulseaudio-button > box{ + margin-top:-1px; + margin-bottom:-1px; + margin-left:-1px; + margin-right:-1px; + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} + +#clock-button { + border-left: none; + box-shadow: inset 0px 1px @border_shade, inset -1px -1px @border_bright; +} + +#xfce4-power-manager-plugin box{ + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} +#xfce4-power-manager-plugin{margin-left:-1px; margin-right:-1px;} + + +#xfce_sensors box { + padding-right:0px; + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#xfce4-clipman-plugin{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + +#thunar-tpa-1 button, #thunar-tpa-2 button, #thunar-tpa-3 button, #thunar-tpa-4 button, #thunar-tpa-5 button, #thunar-tpa-6 button, #thunar-tpa-7 button, #thunar-tpa-8 button, #thunar-tpa-8 button, #thunar-tpa-9 button, #thunar-tpa-10 button, #thunar-tpa-11 button, #thunar-tpa-12 button, #thunar-tpa-13 button, #thunar-tpa-14 button, #thunar-tpa-15 button, #thunar-tpa-16 button, #thunar-tpa-17 button, #thunar-tpa-18 button, #thunar-tpa-19 button, #thunar-tpa-20 button, #thunar-tpa-21 button, #thunar-tpa-22 button, #thunar-tpa-23 button, #thunar-tpa-24 button { + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#xfce4-verve-plugin-1 box, #xfce4-verve-plugin-2 box, #xfce4-verve-plugin-3 box, #xfce4-verve-plugin-4 box, #xfce4-verve-plugin-5 box, #xfce4-verve-plugin-6 box, #xfce4-verve-plugin-7 box, #xfce4-verve-plugin-8 box, #xfce4-verve-plugin-9 box, #xfce4-verve-plugin-10 box, #xfce4-verve-plugin-11 box, #xfce4-verve-plugin-13 box, #xfce4-verve-plugin-14 box, #xfce4-verve-plugin-15 box, #xfce4-verve-plugin-16 box, #xfce4-verve-plugin-17 box, #xfce4-verve-plugin-18 box, #xfce4-verve-plugin-19 box, #xfce4-verve-plugin-20 box, #xfce4-verve-plugin-21 box, #xfce4-verve-plugin-22 box, #xfce4-verve-plugin-23 box, #xfce4-verve-plugin-24 box{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#xfce-panel-button{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#genmon-1 box, #genmon-2 box, #genmon-3 box, #genmon-4 box, #genmon-5 box, #genmon-6 box, #genmon-7 box, #genmon-8 box, #genmon-9 box, #genmon-10 box, #genmon-11 box, #genmon-12 box, #genmon-13 box, #genmon-14 box, #genmon-15 box, #genmon-16 box, #genmon-17 box, #genmon-18 box, #genmon-19 box, #genmon-20 box, #genmon-21 box, #genmon-22 box, #genmon-23 box, #genmon-24 box{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#xfce-panel-toggle-button box { + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} +#xfce-panel-toggle-button{margin-left:-1px;margin-right:-1px;} + + + +#windowmenu-button{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#directorymenu-button{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + + +#actions-button{ + box-shadow: 0px 4px @border_shade inset, 0 3px @bg_color inset, 0 -4px @border_bright inset, 0 -3px @border_bright inset, 0 -3px @bg_color inset; + border-right: none; +} + From 6f7fc51eebfda4b8c23b2d16df965850927cc0e4 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Sun, 23 Feb 2025 14:29:52 +0300 Subject: [PATCH 2/8] Add files via upload --- Theme/Chicago95/gtk-3.0/assets/panel-handle.png | Bin 0 -> 6660 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Theme/Chicago95/gtk-3.0/assets/panel-handle.png diff --git a/Theme/Chicago95/gtk-3.0/assets/panel-handle.png b/Theme/Chicago95/gtk-3.0/assets/panel-handle.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd18d82a3743cd311b347ed1ac45220d85e9781 GIT binary patch literal 6660 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 I`DOCI0G)pU_y7O^ literal 0 HcmV?d00001 From eb7c3032de9b74f8833ba38fab6becc5d043c3c6 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Sun, 23 Feb 2025 14:30:42 +0300 Subject: [PATCH 3/8] Update gtk.css --- Theme/Chicago95/gtk-3.0/gtk.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/Chicago95/gtk-3.0/gtk.css b/Theme/Chicago95/gtk-3.0/gtk.css index 6a449d3..3ca848f 100755 --- a/Theme/Chicago95/gtk-3.0/gtk.css +++ b/Theme/Chicago95/gtk-3.0/gtk.css @@ -186,3 +186,4 @@ @import url("apps/nemo.css"); @import url("apps/synaptic.css");*/ @import url("apps/lightdm-gtk-greeter.css"); +@import url("apps/xfce-panel-hacks.css"); From 3585491963abd9beef2c98eff60caab701515ff8 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Sun, 23 Feb 2025 14:56:34 +0300 Subject: [PATCH 4/8] Update xfce-panel-hacks.css --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 9f4309d..503a6b9 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -70,7 +70,7 @@ WARNING: This hack assumes your systray and plugin icons are laid out in the fol systray to the left, stylable plugin icons in the middle, clock plugin on the right. You'll have to make appropriate modifications to "border-right", "border-left" and "box-shadow" properties of certain items if it's not the case. Also, just like the tasklist, some of the plugin names change depending on individual panel layout. This hack supports up to 24 different positions for those plugins. Again, if it still doesn't work for you, you can look up these plugins' IDs in xfce4-panel settings. -Unfortunately, it wasn't possible to add border to some plugins - mostly because they either already had solid borders around them or theydidn't fit in the borders. You are going to have to move them outside the border. +Unfortunately, it wasn't possible to add border to some plugins - mostly because they either already had solid borders around them or they didn't fit in the borders. They will have to be moved outside the border. */ #systray-1 > box, #systray-2 > box, #systray-3 > box, #systray-4 > box, #systray-5 > box, #systray-6 > box, #systray-7 > box, #systray-8 > box, #systray-9 > box, #systray-10 > box, #systray-11 > box, #systray-12 > box, #systray-13 > box, #systray-14 >box, #systray-15 > box, #systray-16 > box, #systray-17 > box, #systray-18 > box, #systray-19 > box, #systray-20 > box, #systray-21 >box, #systray-22 > box, #systray-23 > box, #systray-24 > box { From a76f8746a60c9f2bc1a41a04aed631f18764e48f Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Mon, 24 Feb 2025 21:25:51 +0300 Subject: [PATCH 5/8] Update xfce-panel-hacks.css --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 503a6b9..4c902b4 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -171,3 +171,8 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because border-right: none; } + +#sn-button{ + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +} From 9a0e0aa8de0363fbf29f0787c6201a61110c2272 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Mon, 24 Feb 2025 21:28:49 +0300 Subject: [PATCH 6/8] Update xfce-panel-hacks.css --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 4c902b4..81f7682 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -172,7 +172,7 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because } -#sn-button{ +#sn-button, #sn-button:hover, #sn-button:active{ box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; border-right: none; } From ccb71d779fe52c7c73e8730bdbff47e94d763bac Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Mon, 24 Feb 2025 21:32:00 +0300 Subject: [PATCH 7/8] Update xfce-panel-hacks.css --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 81f7682..7399fdb 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -81,6 +81,13 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because #xkb-1 button, #xkb-2 button, #xkb-3 button, #xkb-3 button, #xkb-4 button, #xkb-5 button, #xkb-6 button, #xkb-7 button, #xkb-8 button, #xkb-9 button, #xkb-10 button, #xkb-12 button, #xkb-13 button, #xkb-14 button, #xkb-15 button, #xkb-16 button, #xkb-17 button, #xkb-18 button, #xkb-19 button, #xkb-20 button, #xkb-21 button, #xkb-22 button, #xkb-23 button, #xkb-24 button { box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; border-right: none; + margin-left: 1px; + color: white; + outline-width: 0px; + background: linear-gradient(180deg, @bg_color 18%, @selected_bg_color 18%, @selected_bg_color 82%, @bg_color 82%); + background-size:16px; + background-position: 55% 50%; + background-repeat: no-repeat; } #xfce4-notification-plugin, #xfce4-notification-plugin:hover, #xfce4-notification-plugin:active { From 7d2a75ff6536aceb39f9466ac269d55c9e9a6110 Mon Sep 17 00:00:00 2001 From: 1chan-level-journalist Date: Mon, 24 Feb 2025 21:48:16 +0300 Subject: [PATCH 8/8] Update xfce-panel-hacks.css --- Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 7399fdb..b49d0c7 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -81,7 +81,7 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because #xkb-1 button, #xkb-2 button, #xkb-3 button, #xkb-3 button, #xkb-4 button, #xkb-5 button, #xkb-6 button, #xkb-7 button, #xkb-8 button, #xkb-9 button, #xkb-10 button, #xkb-12 button, #xkb-13 button, #xkb-14 button, #xkb-15 button, #xkb-16 button, #xkb-17 button, #xkb-18 button, #xkb-19 button, #xkb-20 button, #xkb-21 button, #xkb-22 button, #xkb-23 button, #xkb-24 button { box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; border-right: none; - margin-left: 1px; + margin-left: -1px; color: white; outline-width: 0px; background: linear-gradient(180deg, @bg_color 18%, @selected_bg_color 18%, @selected_bg_color 82%, @bg_color 82%);