From f301f81c09d7ddb11e659ce4297e8efe728ff690 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 7 Dec 2024 00:53:04 +0200 Subject: [PATCH] chore: change some things in the config --- home-manager/stvnliu/ags/config/hyprworkspaces.js | 2 +- 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