Skip to content

Commit

Permalink
fix alignment/centering of tasklist and update flex submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Oct 5, 2024
1 parent 3ed4c24 commit 4fa2167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flex
Submodule flex updated 1 files
+2 −2 .pre-commit-config.yaml
2 changes: 1 addition & 1 deletion themes/rosybrown/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ theme.widget.wrapper = {
ram = { 1, 1, 1, 1 },
network = { 3, 3, 7, 7 },
taglist = { 4, 4, 4, 4 },
tasklist = { 0, -100, 0, 0 }, -- centering tasklist widget
tasklist = { 15, -100, 0, 0 }, -- centering tasklist widget
}

-- Various widgets style tuning
Expand Down

0 comments on commit 4fa2167

Please sign in to comment.