diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:44:19 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:44:19 -0500 |
commit | ec330589a41b423950fe49449248edb546961383 (patch) | |
tree | 9e52c322a14e586464d32a3ea9daac8fb7a9b16d | |
parent | 6e529ca13fd6c9f273cccce6d788c9940b473c6d (diff) |
Add json syntax highlighting to waybar config
-rw-r--r-- | waybar/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waybar/config b/waybar/config index 25fb4dc..5807b92 100644 --- a/waybar/config +++ b/waybar/config @@ -1,3 +1,4 @@ +// vim: set filetype=json5 : { "layer": "bottom", "position": "top", |