Adjust style for waybar

This commit is contained in:
Michel Fedde 2025-04-28 23:09:05 +02:00
parent 249cb83018
commit ab0c103ad9
4 changed files with 11 additions and 30 deletions

View file

@ -1,7 +1,6 @@
{ {
"extras": [ "extras": [
"lazyvim.plugins.extras.coding.yanky", "lazyvim.plugins.extras.coding.yanky"
"lazyvim.plugins.extras.lang.markdown"
], ],
"install_version": 8, "install_version": 8,
"news": { "news": {

View file

@ -28,37 +28,19 @@ window {
window.semi-hidden { window.semi-hidden {
background-color: transparent; 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; background-color: $background;
border-bottom: 1px solid rgba($foreground, 0.4); border: 1px solid rgba($foreground, 0.4);
border-left: 1px solid rgba($foreground, 0.4); box-shadow: $box-shadow-inner-less
border-top: 1px solid rgba($foreground, 0.4);
} }
.modules-center { .hidden {
padding-left: 0.3rem; opacity: 0;
}
.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;
} }
} }

View file

@ -11,7 +11,7 @@
"id": "semi-hidden", "id": "semi-hidden",
"start_hidden": true, "start_hidden": true,
"margin-right": 0, "margin-right": 10,
"modules-left": [ "modules-left": [
"group/app_drawer", "group/app_drawer",

View file

@ -19,5 +19,5 @@
<property name="misc-expandable-folders" type="bool" value="true"/> <property name="misc-expandable-folders" type="bool" value="true"/>
<property name="last-splitview-separator-position" type="int" value="-1"/> <property name="last-splitview-separator-position" type="int" value="-1"/>
<property name="last-renamer-dialog-maximized" type="bool" value="true"/> <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> </channel>