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