Merge pull request #376 from TheParadoxBox/fix-power-manager

Change height of power manager and Verve command line borders to match other "systray" plugins
This commit is contained in:
grassmunk 2025-04-01 10:56:17 -07:00 committed by GitHub
commit 7e7d3a499c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,11 +111,12 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because
}
#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;
box-shadow: 0px 2px @border_shade inset, 0 1px @bg_color inset, 0 -1px @border_bright inset, 0 -2px @border_bright inset, 0 -1px @bg_color inset;
border-right: none;
}
#xfce4-power-manager-plugin{margin-left:-1px; margin-right:-1px;}
#xfce4-power-manager-plugin:hover{margin-left:-1px; margin-right:-1px;}
#xfce4-power-manager-plugin:checked{margin-left:-1px; margin-right:-1px;}
#xfce_sensors box {
padding-right:0px;