Compare commits
No commits in common. "082485d7a51ffe18159b7a13f978bb41b44d51e6" and "4d5e86cafd2d83ccf839d4d0818a009802e250dc" have entirely different histories.
082485d7a5
...
4d5e86cafd
4 changed files with 49 additions and 118 deletions
|
@ -51,14 +51,13 @@
|
|||
font-size: 30px;
|
||||
margin-left: 15px;
|
||||
margin-right: 10px;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.grid-chev {
|
||||
margin-left: 0px;
|
||||
margin-left: -10px;
|
||||
|
||||
font-size: 40px;
|
||||
margin-right: 5px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.button-grid {
|
||||
|
@ -75,13 +74,12 @@
|
|||
.button-row {
|
||||
min-height: 70px;
|
||||
min-width: 450px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.grid-button {
|
||||
min-height: 65px;
|
||||
min-width: 70px;
|
||||
margin: 5px;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.left-part {
|
||||
|
@ -95,71 +93,17 @@
|
|||
|
||||
.right-part {
|
||||
background: #1b1b1b;
|
||||
border-top-right-radius: 30px;
|
||||
border-bottom-right-radius: 30px;
|
||||
border-top-right-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
border-right: 2px solid $contrastbg;
|
||||
border-top: 2px solid $contrastbg;
|
||||
border-bottom: 2px solid $contrastbg;
|
||||
}
|
||||
|
||||
.left-part:hover,
|
||||
.right-part:hover {
|
||||
color: $contrastbg;
|
||||
border: 2px solid $contrastbg;
|
||||
border-top-left-radius: 7px;
|
||||
border-bottom-left-radius: 7px;
|
||||
border-radius: 7px;
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.left-part:hover {
|
||||
color: $contrastbg;
|
||||
border: 2px solid $contrastbg;
|
||||
border-top-right-radius: 7px;
|
||||
border-bottom-right-radius: 7px;
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.slider-box {
|
||||
min-height: 100px;
|
||||
min-width: 470px;
|
||||
background-color: $bgfull;
|
||||
border-top: 2px solid $contrastbg;
|
||||
border-bottom: 2px solid $contrastbg;
|
||||
border-radius: 15px;
|
||||
margin-top: 30px;
|
||||
|
||||
.slider {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.slider-label {
|
||||
font-size: 30px;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
scale {
|
||||
min-height: 55px;
|
||||
min-width: 400px;
|
||||
margin-left: 18px;
|
||||
|
||||
highlight {
|
||||
margin: 0px;
|
||||
background-color: #79659f;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
trough {
|
||||
background-color: #363847;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
slider {
|
||||
margin: -4px;
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
background: #3e4153;
|
||||
border-radius: 100%;
|
||||
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,8 +81,6 @@
|
|||
:width 0
|
||||
:height 0
|
||||
:halign "center"
|
||||
:style "margin-top: 15px;
|
||||
margin-bottom: 7px"
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(box :class "grid-button"
|
||||
:orientation "h"
|
||||
|
@ -92,16 +90,12 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
:onclick "notify-send 'set this up moron'"
|
||||
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
(eventbox :class "right-part"
|
||||
:cursor "pointer"
|
||||
:onclick "nm-connection-editor &"
|
||||
|
||||
(label :text " " :class "grid-chev")
|
||||
)
|
||||
)
|
||||
|
@ -114,7 +108,7 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
|
@ -132,7 +126,25 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
(eventbox :class "right-part"
|
||||
:cursor "pointer"
|
||||
(label :text " " :class "grid-chev")
|
||||
)
|
||||
)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(box :class "grid-button"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:width 0
|
||||
:height 0
|
||||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
|
@ -151,8 +163,6 @@
|
|||
:width 0
|
||||
:height 0
|
||||
:halign "center"
|
||||
:style "margin-top: 7px;
|
||||
margin-bottom: 15px;"
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(box :class "grid-button"
|
||||
:orientation "h"
|
||||
|
@ -162,7 +172,7 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
|
@ -180,7 +190,7 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
|
@ -198,7 +208,7 @@
|
|||
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
|
@ -208,49 +218,24 @@
|
|||
)
|
||||
)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
)
|
||||
)
|
||||
(box :class "slider-box"
|
||||
:orientation "v"
|
||||
:space-evenly true
|
||||
:spacing 0
|
||||
:width 0
|
||||
:height 0
|
||||
:halign "center"
|
||||
(box :class "grid-button"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:width 0
|
||||
:height 0
|
||||
|
||||
(box :class "slider"
|
||||
:orientation "h"
|
||||
:valign "start"
|
||||
:halign "center"
|
||||
:width 0
|
||||
:height 0
|
||||
:space-evenly false
|
||||
|
||||
(label :text " " :class "slider-label")
|
||||
|
||||
(scale :value 0
|
||||
:min 0
|
||||
:max 101
|
||||
:height 0
|
||||
:width 0
|
||||
)
|
||||
)
|
||||
(box :class "slider"
|
||||
:orientation "h"
|
||||
:valign "start"
|
||||
:halign "center"
|
||||
:width 0
|
||||
:height 0
|
||||
:space-evenly false
|
||||
|
||||
(label :text " " :class "slider-label")
|
||||
|
||||
(scale :value 0
|
||||
:min 0
|
||||
:max 101
|
||||
:height 0
|
||||
:width 0
|
||||
(eventbox :class "left-part"
|
||||
:cursor "pointer"
|
||||
(label :text " "
|
||||
:class "grid-label"
|
||||
)
|
||||
)
|
||||
(eventbox :class "right-part"
|
||||
:cursor "pointer"
|
||||
(label :text " " :class "grid-chev")
|
||||
)
|
||||
)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
@ -10,10 +10,13 @@ on () {
|
|||
}
|
||||
|
||||
off () {
|
||||
(
|
||||
eww update showqs=false
|
||||
sleep .55
|
||||
eww close quick-settings-reveal
|
||||
eww close quick-settings-smol-reveal
|
||||
eww close quick-settings-logo-reveal
|
||||
)
|
||||
}
|
||||
|
||||
[[ "$1" == "on" ]] && on
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
swayosd
|
||||
blueberry
|
||||
libayatana-appindicator
|
||||
libnotify
|
||||
dracula-theme
|
||||
dracula-icon-theme
|
||||
steam-run
|
||||
|
|
Loading…
Reference in a new issue