Skip to content

Commit

Permalink
fix panel preset-3 autotranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Nov 1, 2024
1 parent 69aecd9 commit a7db3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_shell_config/autotranslate.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():

# Translate panel configs
config_dir = os.path.join(config_home, "nwg-panel")
items = ["preset-0", "preset-1", "preset-2", "preset-2", "hyprland-0", "hyprland-1", "hyprland-2",
items = ["preset-0", "preset-1", "preset-2", "preset-3", "hyprland-0", "hyprland-1", "hyprland-2",
"hyprland-3"]
for item in items:
path = os.path.join(config_dir, item)
Expand Down

0 comments on commit a7db3c8

Please sign in to comment.