Updates
This commit is contained in:
parent
1ee73645e1
commit
36ed47bf73
@ -7,8 +7,10 @@
|
|||||||
.winbox {
|
.winbox {
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
border: 1px solid #FFFFFF;
|
border: 1px solid #444444;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 0 4px 2px #000000;
|
||||||
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.res_box {
|
.res_box {
|
||||||
|
@ -90,8 +90,8 @@
|
|||||||
|
|
||||||
(defwindow ml4wlauncher
|
(defwindow ml4wlauncher
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "15px"
|
:geometry (geometry :x "5px"
|
||||||
:y "15px"
|
:y "5px"
|
||||||
:width "480px"
|
:width "480px"
|
||||||
:height "140px"
|
:height "140px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -102,8 +102,8 @@
|
|||||||
;; resources
|
;; resources
|
||||||
(defwindow resources
|
(defwindow resources
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "15px"
|
:geometry (geometry :x "5px"
|
||||||
:y "170px"
|
:y "140px"
|
||||||
:width "480px"
|
:width "480px"
|
||||||
:height "180px"
|
:height "180px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -114,8 +114,8 @@
|
|||||||
;; powermenu
|
;; powermenu
|
||||||
(defwindow logout
|
(defwindow logout
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "15px"
|
:geometry (geometry :x "5px"
|
||||||
:y "365px"
|
:y "318px"
|
||||||
:width "80px"
|
:width "80px"
|
||||||
:height "80px"
|
:height "80px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -125,8 +125,8 @@
|
|||||||
|
|
||||||
(defwindow suspend
|
(defwindow suspend
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "114px"
|
:geometry (geometry :x "102px"
|
||||||
:y "365px"
|
:y "318px"
|
||||||
:width "80px"
|
:width "80px"
|
||||||
:height "80px"
|
:height "80px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -136,8 +136,8 @@
|
|||||||
|
|
||||||
(defwindow lock
|
(defwindow lock
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "214px"
|
:geometry (geometry :x "204px"
|
||||||
:y "365px"
|
:y "318px"
|
||||||
:width "80px"
|
:width "80px"
|
||||||
:height "80px"
|
:height "80px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -147,8 +147,8 @@
|
|||||||
|
|
||||||
(defwindow reboot
|
(defwindow reboot
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "315px"
|
:geometry (geometry :x "305px"
|
||||||
:y "365px"
|
:y "318px"
|
||||||
:width "80px"
|
:width "80px"
|
||||||
:height "80px"
|
:height "80px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
@ -158,8 +158,8 @@
|
|||||||
|
|
||||||
(defwindow shutdown
|
(defwindow shutdown
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "415px"
|
:geometry (geometry :x "405px"
|
||||||
:y "365px"
|
:y "318px"
|
||||||
:width "80px"
|
:width "80px"
|
||||||
:height "80px"
|
:height "80px"
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
|
Loading…
Reference in New Issue
Block a user