test
This commit is contained in:
parent
836f1856f0
commit
87bdd18aaf
1 changed files with 6 additions and 2 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
# Font Search:
|
||||
# https://www.nerdfonts.com/cheat-sheet
|
||||
|
||||
# Online CSS testing
|
||||
# https://www.w3schools.com/css/tryit.asp?filename=trycss_border_round
|
||||
|
||||
# Waybar configuration
|
||||
".config/waybar/config.jsonc" = {
|
||||
enable = true;
|
||||
|
@ -20,7 +24,6 @@
|
|||
"wlr/workspaces",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"mpris",
|
||||
|
@ -28,6 +31,7 @@
|
|||
"network",
|
||||
"backlight",
|
||||
"battery",
|
||||
"clock"
|
||||
],
|
||||
|
||||
"mpris": {
|
||||
|
|
Loading…
Reference in a new issue