Fixed XFCE desktop

This commit is contained in:
eudaimon 2024-01-03 20:38:54 +01:00
parent 4fb954e615
commit b2e246c49f
7 changed files with 47 additions and 0 deletions

View File

@ -1551,6 +1551,12 @@ headerbar stackswitcher, windowhandle stackswitcher, headerbar .stack-switcher,
headerbar stackswitcher > button, windowhandle stackswitcher > button, headerbar .stack-switcher > button, windowhandle .stack-switcher > button, headerbar notebook > header > button, windowhandle notebook > header > button { min-height: 19px; }
XfdesktopIconView.view { text-shadow: 0 0 2px #323232, 0 0 2px #323232, 0 0 2px #323232; color: #EDF0F5; background-color: transparent; }
XfdesktopIconView.view .rubberband { background-color: alpha(#769830,0.5); }
XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-color: alpha(#769830,0.5); }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */

View File

@ -1609,6 +1609,12 @@ headerbar stackswitcher, windowhandle stackswitcher, headerbar .stack-switcher,
headerbar stackswitcher > button, windowhandle stackswitcher > button, headerbar .stack-switcher > button, windowhandle .stack-switcher > button, headerbar notebook > header > button, headerbar tabbar tabbox > button, tabbar headerbar tabbox > button, windowhandle notebook > header > button, windowhandle tabbar tabbox > button, tabbar windowhandle tabbox > button { min-height: 19px; }
XfdesktopIconView.view { text-shadow: 0 0 2px #323232, 0 0 2px #323232, 0 0 2px #323232; color: #EDF0F5; background-color: transparent; }
XfdesktopIconView.view .rubberband { background-color: alpha(#769830,0.5); }
XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-color: alpha(#769830,0.5); }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */

View File

@ -0,0 +1,20 @@
// Other desktops fixes
// XFCE
XfdesktopIconView.view {
text-shadow: 0 0 2px $base_color, 0 0 2px $base_color, 0 0 2px $base_color;
color: $text_color;
background-color: transparent;
.rubberband {
background-color: gtkalpha($selected_bg_color, 0.5);
}
}
XfdesktopIconView.view:active {
text-shadow: none;
color: $selected_fg_color;
background-color: gtkalpha($selected_bg_color, 0.5);
}

View File

@ -4218,4 +4218,6 @@ popover.emoji-completion .emoji:hover {
@import '../common/stack_switcher.scss';
@import '../common/desktops.scss';
// @import '../common/wm_export.scss';

View File

@ -1551,6 +1551,12 @@ headerbar stackswitcher, windowhandle stackswitcher, headerbar .stack-switcher,
headerbar stackswitcher > button, windowhandle stackswitcher > button, headerbar .stack-switcher > button, windowhandle .stack-switcher > button, headerbar notebook > header > button, windowhandle notebook > header > button { min-height: 19px; }
XfdesktopIconView.view { text-shadow: 0 0 2px #323232, 0 0 2px #323232, 0 0 2px #323232; color: #EDF0F5; background-color: transparent; }
XfdesktopIconView.view .rubberband { background-color: alpha(#769830,0.5); }
XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-color: alpha(#769830,0.5); }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */

View File

@ -3927,4 +3927,5 @@ menubutton {
@import '../common/undershoot.scss';
@import '../common/stack_switcher.scss';
@import '../common/desktops.scss';
// @import '../common/wm_export.scss';

View File

@ -1609,6 +1609,12 @@ headerbar stackswitcher, windowhandle stackswitcher, headerbar .stack-switcher,
headerbar stackswitcher > button, windowhandle stackswitcher > button, headerbar .stack-switcher > button, windowhandle .stack-switcher > button, headerbar notebook > header > button, headerbar tabbar tabbox > button, tabbar headerbar tabbox > button, windowhandle notebook > header > button, windowhandle tabbar tabbox > button, tabbar windowhandle tabbox > button { min-height: 19px; }
XfdesktopIconView.view { text-shadow: 0 0 2px #323232, 0 0 2px #323232, 0 0 2px #323232; color: #EDF0F5; background-color: transparent; }
XfdesktopIconView.view .rubberband { background-color: alpha(#769830,0.5); }
XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-color: alpha(#769830,0.5); }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */