From ff29790317003d4071205b303ce2ccc149f8cd21 Mon Sep 17 00:00:00 2001 From: greed <58597122+greed-d@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:31:21 +0545 Subject: [PATCH] Add more window title (#160) * `chore` : add more window titles * Update modules/bar/window_title/index.ts * Update modules/bar/window_title/index.ts * `chore` : add more title --------- Co-authored-by: Jas Singh --- modules/bar/window_title/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/bar/window_title/index.ts b/modules/bar/window_title/index.ts index 1512ac9..c6317ea 100644 --- a/modules/bar/window_title/index.ts +++ b/modules/bar/window_title/index.ts @@ -28,6 +28,7 @@ const filterTitle = (windowtitle: ActiveClient) => { ["waterfox", "󰖟", "Waterfox"], ["thorium", "󰖟", "Waterfox"], ["tor-browser", "", "Tor Browser"], + ["floorp", "󰈹", "Floorp"], // Terminals ["gnome-terminal", "", "GNOME Terminal"], @@ -55,6 +56,7 @@ const filterTitle = (windowtitle: ActiveClient) => { ["docker", "", "Docker"], ["vim", "", "Vim"], ["neovim", "", "Neovim"], + ["neovide", "", "Neovide"], ["emacs", "", "Emacs"], // Communication Tools @@ -98,6 +100,8 @@ const filterTitle = (windowtitle: ActiveClient) => { // Office and Productivity ["evernote", "", "Evernote"], + ["sioyek", "", "Sioyek"], + // Cloud Services and Sync ["dropbox", "󰇣", "Dropbox"],