Adjust style for waybar
This commit is contained in:
parent
249cb83018
commit
ab0c103ad9
4 changed files with 11 additions and 30 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.coding.yanky",
|
||||
"lazyvim.plugins.extras.lang.markdown"
|
||||
"lazyvim.plugins.extras.coding.yanky"
|
||||
],
|
||||
"install_version": 8,
|
||||
"news": {
|
||||
|
|
|
|||
|
|
@ -28,37 +28,19 @@ window {
|
|||
|
||||
window.semi-hidden {
|
||||
background-color: transparent;
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
|
||||
& > box > box > widget {
|
||||
border-radius: $border-radius;
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
border-radius: $border-radius 0 0 $border-radius;
|
||||
|
||||
border-right: none;
|
||||
background-color: $background;
|
||||
border-bottom: 1px solid rgba($foreground, 0.4);
|
||||
border-left: 1px solid rgba($foreground, 0.4);
|
||||
border-top: 1px solid rgba($foreground, 0.4);
|
||||
border: 1px solid rgba($foreground, 0.4);
|
||||
box-shadow: $box-shadow-inner-less
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
padding-left: 0.3rem;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
#laptop {
|
||||
border-radius: 0;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 1px solid $foreground;
|
||||
}
|
||||
|
||||
#app_drawer,
|
||||
#audio {
|
||||
border-radius: 0;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 1px dashed $foreground;
|
||||
.hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"id": "semi-hidden",
|
||||
"start_hidden": true,
|
||||
|
||||
"margin-right": 0,
|
||||
"margin-right": 10,
|
||||
|
||||
"modules-left": [
|
||||
"group/app_drawer",
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@
|
|||
<property name="misc-expandable-folders" type="bool" value="true"/>
|
||||
<property name="last-splitview-separator-position" type="int" value="-1"/>
|
||||
<property name="last-renamer-dialog-maximized" type="bool" value="true"/>
|
||||
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_1600_PERCENT"/>
|
||||
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
</channel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue