Files
shared
tromjaro
xfce
desktop-overlay
etc
lightdm
skel
.config
Code Industry
Thunar
WebTorrent
autostart
feathernotes
gtk-3.0
gtk.css
keepassxc
libreoffice
news-flash
rofi
smplayer
touchegg
tox
xfce4
appimagelauncher.cfg
mimeapps.list
.easystroke
.fonts
.local
.mozilla
Documents
Templates
.zshrc
pacman.conf
pamac.conf
timeshift-autosnap.conf
usr
live-overlay
Packages-Desktop
Packages-Live
Packages-Mhwd
Packages-Root
profile.conf
user-repos.conf
lsb-release
README.md
repo_info
2023-08-12 18:11:16 +02:00

22 lines
891 B
CSS

/* Better padding for the panel app icons */
#docklike-plugin button {padding: 5px;}
/* Highlight active and hover group for the panel app icons */
#docklike-plugin .active_group { background-color: alpha(white, 0.2); }
#docklike-plugin .hover_group { transition: background-size 0.3s ease; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%);}
/* Make opened windows count number more visible */
#docklike-plugin .group .window_count {
font-size:20px;
color: white;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000,
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;}
/* Whisker menu icon fix */
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }