basic waybar config
This commit is contained in:
parent
a7d97cd084
commit
682584db88
15 changed files with 174 additions and 266 deletions
10
waybar/styles/modules/clock.css
Normal file
10
waybar/styles/modules/clock.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@import url('../common.css');
|
||||
|
||||
#clock {
|
||||
border: solid 1px #5e81ac;
|
||||
border-radius: 9999px;
|
||||
padding: 0 10px;
|
||||
color: #eee;
|
||||
background: linear-gradient(144deg, #8fbcbb 0%, #5e81ac 100%);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue