New backup 2025-07-24 11:15:02
This commit is contained in:
parent
2f5d0c97cc
commit
072cecde68
2 changed files with 14 additions and 10 deletions
|
@ -170,14 +170,15 @@ circular-progress {
|
||||||
label {
|
label {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.workspaces,
|
.workspaces>revealer,
|
||||||
.profile {
|
.profile {
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
//.workspaces button,
|
.workspaces button,
|
||||||
.leftgroup button {
|
.leftgroup button {
|
||||||
// background-color: $bar-module-bg-color;
|
// background-color: $bar-module-bg-color;
|
||||||
// border-left: 1px solid $bar-module-fg-color;
|
// border-left: 1px solid $bar-module-fg-color;
|
||||||
|
// color:blue;
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
|
@ -208,16 +209,17 @@ label {
|
||||||
text-shadow: $bar-module-active-shadow;
|
text-shadow: $bar-module-active-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces button:first-child {
|
//.workspaces button:first-child {
|
||||||
|
//.workspaces:first-child {
|
||||||
//.reveal_children>box:first-child,
|
//.reveal_children>box:first-child,
|
||||||
//.reveal_children>scale:first-child,
|
//.reveal_children>scale:first-child,
|
||||||
//.reveal_children>progressbar:first-child,
|
//.reveal_children>progressbar:first-child,
|
||||||
//.reveal_children>button:first-child,
|
//.reveal_children>button:first-child,
|
||||||
//.reveal_children>widget:first-child {
|
//.reveal_children>widget:first-child {
|
||||||
margin-left: 3px;
|
// margin-left: 3px;
|
||||||
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
// border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
// border-left: 0px solid $bar-bg-color;
|
// border-left: 0px solid $bar-bg-color;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//.revealer-on-hover>widget>box>revealer>box>box>button {
|
//.revealer-on-hover>widget>box>revealer>box>box>button {
|
||||||
.rightgroup>.revealer-on-hover>widget>box>box>button,
|
.rightgroup>.revealer-on-hover>widget>box>box>button,
|
||||||
|
@ -229,7 +231,8 @@ label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces button:last-child,
|
//.workspaces button:last-child,
|
||||||
|
//.workspaces:last-child,
|
||||||
.reveal_children>box:last-child,
|
.reveal_children>box:last-child,
|
||||||
.reveal_children>scale:last-child,
|
.reveal_children>scale:last-child,
|
||||||
.reveal_children>progressbar:last-child,
|
.reveal_children>progressbar:last-child,
|
||||||
|
@ -237,7 +240,8 @@ label {
|
||||||
.reveal_children>widget:last-child {
|
.reveal_children>widget:last-child {
|
||||||
border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px;
|
border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
}
|
}
|
||||||
.workspaces button:only-child,
|
//.workspaces button:only-child,
|
||||||
|
//.workspaces:only-child,
|
||||||
//.reveal_children>box:only-child,
|
//.reveal_children>box:only-child,
|
||||||
//.reveal_children>scale:only-child,
|
//.reveal_children>scale:only-child,
|
||||||
//.reveal_children>progressbar:only-child,
|
//.reveal_children>progressbar:only-child,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
(deflisten workspacesArray :initial '[{"name": "placeholder","focused":true,"num":0}]'
|
|
||||||
'scripts/bar/workspaces')
|
|
||||||
(deflisten activeWorkspace :initial '0'
|
(deflisten activeWorkspace :initial '0'
|
||||||
'scripts/bar/active-workspace')
|
'scripts/bar/active-workspace')
|
||||||
|
(deflisten workspacesArray :initial '[{"name": "placeholder","focused":true,"num":0}]'
|
||||||
|
'scripts/bar/workspaces')
|
||||||
(defvar wsreveal true)
|
(defvar wsreveal true)
|
||||||
|
|
||||||
(defwidget workspaces [array]
|
(defwidget workspaces [array]
|
||||||
|
|
Loading…
Add table
Reference in a new issue