test
This commit is contained in:
parent
836f1856f0
commit
87bdd18aaf
1 changed files with 6 additions and 2 deletions
|
@ -2,12 +2,16 @@
|
|||
home.file = {
|
||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||
# https://github.com/DN-debug/waybar-examples
|
||||
|
||||
|
||||
# Inspiration:
|
||||
# https://github.com/Pipshag/dotfiles_gruvbox
|
||||
|
||||
# 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