chore: change some things in the config

This commit is contained in:
Zhongheng Liu 2024-12-07 00:53:04 +02:00
commit f301f81c09
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 3 additions and 3 deletions

View file

@ -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'),

View file

@ -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