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:
|
# Font Search:
|
||||||
# https://www.nerdfonts.com/cheat-sheet
|
# https://www.nerdfonts.com/cheat-sheet
|
||||||
|
|
||||||
|
# Online CSS testing
|
||||||
|
# https://www.w3schools.com/css/tryit.asp?filename=trycss_border_round
|
||||||
|
|
||||||
# Waybar configuration
|
# Waybar configuration
|
||||||
".config/waybar/config.jsonc" = {
|
".config/waybar/config.jsonc" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -20,7 +24,6 @@
|
||||||
"wlr/workspaces",
|
"wlr/workspaces",
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"clock"
|
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"mpris",
|
"mpris",
|
||||||
|
@ -28,6 +31,7 @@
|
||||||
"network",
|
"network",
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
|
"clock"
|
||||||
],
|
],
|
||||||
|
|
||||||
"mpris": {
|
"mpris": {
|
||||||
|
|
Loading…
Reference in a new issue