This commit is contained in:
iFargle 2023-08-28 15:32:21 +09:00
parent 836f1856f0
commit 87bdd18aaf

View file

@ -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": {