mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
I understand that it's an antipattern, but it's convenient.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
/** Generic window ***********************************/
|
||||
.genwin {
|
||||
background-color: rgba(0,0,0,0);
|
||||
background-color: rgba(46, 52, 64, 0.5);
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
font-weight : bold;
|
||||
}
|
||||
.time_hour {
|
||||
margin : 15px 0px 0px 20px;
|
||||
margin : 10px 0px 0px 20px;
|
||||
}
|
||||
.time_min {
|
||||
margin : 0px 0px 10px 0px;
|
||||
@@ -39,7 +39,7 @@
|
||||
color: #EBCB8B;
|
||||
font-size : 30px;
|
||||
font-weight : normal;
|
||||
margin : 0px 0px 20px -20px;
|
||||
margin : 0px 0px 20px 0px;
|
||||
}
|
||||
|
||||
/** Music ***************************************/
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
|
||||
(defwindow time_0
|
||||
:monitor 0
|
||||
:geometry (geometry :x "0px"
|
||||
:y "20px"
|
||||
:width "20%"
|
||||
:geometry (geometry :x "50px"
|
||||
:y "50px"
|
||||
:width "21%"
|
||||
:height "200px"
|
||||
:anchor "top right")
|
||||
:anchor "bottom right")
|
||||
:stacking "bg"
|
||||
:reserve (struts :distance "40px" :side "top")
|
||||
:windowtype "dock"
|
||||
|
||||
Reference in New Issue
Block a user