Updates
This commit is contained in:
parent
1b36fb7b1b
commit
be8b15c1a0
@ -1,8 +1,7 @@
|
|||||||
/** Global *******************************************/
|
/** Global *******************************************/
|
||||||
*{
|
*{
|
||||||
all: unset;
|
all: unset;
|
||||||
font-family: feather;
|
font-family: "Fira Sans";
|
||||||
font-family: "JetBrains Mono";
|
|
||||||
color: #151515;
|
color: #151515;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,9 +37,9 @@
|
|||||||
|
|
||||||
.res_text {
|
.res_text {
|
||||||
background-color: #E6E1D7;
|
background-color: #E6E1D7;
|
||||||
border: 1px solid #161616;
|
border: 2px solid #161616;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
font-size : 14px;
|
font-size : 18px;
|
||||||
padding: 0px 8px 0px 8px;
|
padding: 0px 8px 0px 8px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
;; **
|
;; Variables
|
||||||
;; ** Widgets config for EWW
|
|
||||||
;; ** Created by : @adi1090x
|
|
||||||
;; **
|
|
||||||
|
|
||||||
;; ** Variables ***********************************************************************
|
|
||||||
|
|
||||||
;; System vars
|
;; System vars
|
||||||
(defpoll HOST :interval "5s" `hostname`)
|
(defpoll HOST :interval "5s" `hostname`)
|
||||||
@ -14,7 +9,7 @@
|
|||||||
(defpoll BATTERY :interval "5s" `../scripts/sys_info --bat`)
|
(defpoll BATTERY :interval "5s" `../scripts/sys_info --bat`)
|
||||||
(defpoll QUOTE :interval "5m" `../scripts/quotes`)
|
(defpoll QUOTE :interval "5m" `../scripts/quotes`)
|
||||||
|
|
||||||
;; ** Widgets *************************************************************************
|
;; Widgets
|
||||||
|
|
||||||
;; resources
|
;; resources
|
||||||
(defwidget resources []
|
(defwidget resources []
|
||||||
|
Loading…
Reference in New Issue
Block a user