diff options
-rw-r--r-- | home-manager/stvnliu/ags/config/hyprworkspaces.js | 2 | ||||
-rw-r--r-- | home-manager/stvnliu/nixvim/default.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/stvnliu/ags/config/hyprworkspaces.js b/home-manager/stvnliu/ags/config/hyprworkspaces.js index 2043133..a1c4af8 100644 --- a/home-manager/stvnliu/ags/config/hyprworkspaces.js +++ b/home-manager/stvnliu/ags/config/hyprworkspaces.js @@ -1,7 +1,7 @@ const hyprland = await Service.import("hyprland") const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`); -const wsSymbols = ["壹", "貳", "叁", "肆", "伍", "陸", "柒", "捌", "玖", "拾"] +const wsSymbols = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] const Workspaces = () => Widget.EventBox({ onScrollUp: () => dispatch('+1'), onScrollDown: () => dispatch('-1'), diff --git a/home-manager/stvnliu/nixvim/default.nix b/home-manager/stvnliu/nixvim/default.nix index e94d492..f865f09 100644 --- a/home-manager/stvnliu/nixvim/default.nix +++ b/home-manager/stvnliu/nixvim/default.nix @@ -2,11 +2,11 @@ imports = [ ./auto-pairs.nix ./autosave.nix - ./bufferline.nix + #./bufferline.nix ./cmp.nix #./coq.nix ./git.nix - ./ionide.nix + #./ionide.nix ./lualine.nix ./lsp.nix ./none-ls.nix |