Added some NullPointerExceptions - Happy easter, you bastards! :D

This commit is contained in:
coolnsx
2023-05-01 13:48:27 +05:30
parent 3a751e4ab6
commit 9fb07b739f
14 changed files with 58 additions and 38 deletions

View File

@@ -11,8 +11,8 @@
/** Generic window ***********************************/
.genwin {
background-color: rgba(39, 40, 34, 0.5);
//background-color: rgba(0,0,0,0);
//background-color: rgba(39, 40, 34, 0.5);
background-color: rgba(0,0,0,0);
border-radius: 16px;
}

View File

@@ -3,9 +3,9 @@
:monitor 1
:geometry (geometry :x "50px"
:y "50px"
:width "23%"
:width "25%"
:height "200px"
:anchor "bottom right")
:anchor "top right")
:stacking "bg"
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
@@ -16,9 +16,9 @@
:monitor 0
:geometry (geometry :x "50px"
:y "50px"
:width "23%"
:width "25%"
:height "200px"
:anchor "bottom right")
:anchor "top right")
:stacking "bg"
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
@@ -44,7 +44,7 @@
:monitor 0
:geometry (geometry :x "50"
:y "50"
:width "30%"
:width "35%"
:height "40px"
:anchor "bottom left")
:stacking "bg"
@@ -57,7 +57,7 @@
:monitor 1
:geometry (geometry :x "50"
:y "50"
:width "30%"
:width "35%"
:height "40px"
:anchor "bottom left")
:stacking "bg"