Enhancement: Fixes #183, Replace xfce4-panel with our own taskbar implementation

This commit is contained in:
Rory Fewell
2023-06-08 23:11:17 +01:00
parent 484ec476fa
commit 2811c5b071
101 changed files with 1620 additions and 1109 deletions

View File

@@ -7,7 +7,7 @@
* Authors: Rory Fewell <roryf@oddmatics.uk>
*/
@import "wintc-taskband";
@import "wintc-taskbuttons";
@import "xp-start-plugin";
@import "xp-systray-plugin";
@import "xfce-panel";

View File

@@ -1,5 +1,5 @@
/**
* xfce-panel.scss - Theme Base XFCE Panel Styles
* wintc-taskband.scss - Theme Base XFCE Panel Styles
*
* This source-code is part of Windows XP stuff for XFCE:
* <<https://www.oddmatics.uk>>
@@ -7,7 +7,7 @@
* Author(s): Rory Fewell <roryf@oddmatics.uk>
*/
.xfce4-panel
.wintc-taskband
{
// NOTE: You would think that theming the panel is simple, right? Just stretch the
// taskband texture to the full size of the panel...

View File

@@ -7,7 +7,7 @@
* Author(s): Rory Fewell <roryf@oddmatics.uk>
*/
.xp-systray
.wintc-systray
{
// HACK: This bit here to do with margin-left has to do with the taskband, and is
// described in override/xp-start-plugin.scss