-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some changes to the bar and hyprland
- Loading branch information
1 parent
5d5e815
commit 7fcfe1a
Showing
4 changed files
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
* { | ||
font-family: Fira Code; | ||
background-color: rgba(0,0,0,0); | ||
font-family: Source Code Pro; | ||
color: #93cb42; | ||
} | ||
|
||
.clock { | ||
background-color: rgba(0,0,0,0); | ||
font-size: 100px; | ||
color: rgba(250,100,100,255); | ||
} | ||
|
||
.bar { | ||
background-color: rgba(17,17,17); | ||
font-size: 15; | ||
font-weight: bold; | ||
border-radius: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters