diff --git a/README.md b/README.md index fbb5bf7..4c310cf 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ | Name | Desciption | | -------------------------------------------------------------------------------------------- | --------------------------------------- | -| Desktop utilites | +| Desktop utilites | | | [hyprland](https://github.com/hyprwm/hyprland) | Best window manager | | [kitty](https://github.com/kovidgoyal/kitty) | Very good terminal with image preview | | [foot](https://codeberg.org/dnkl/foot) | Simplest terminal | | [grimblast](https://github.com/hyprwm/contrib/tree/main/grimblast) | Screenshoter | | [nwg-drawer](https://github.com/nwg-piotr/nwg-drawer) | Gnome-like launcher | | [waybar](https://github.com/Alexays/Waybar) | Bar for waylands | -| CLI utilites | +| CLI utilites | | | [fish](https://github.com/fish-shell/fish-shell) | Just working shell | | [fastfetch](https://github.com/fastfetch-cli/fastfetch) | Fetch for be cool rices | | [yazi](https://github.com/sxyazi/yazi) | Rusted file-manager great!!! | @@ -34,9 +34,9 @@ | [trashy](https://github.com/oberblastmeister/trashy) | Trash manager | | [fuc](https://github.com/SUPERCILEX/fuc) | Rusted cp and rm | | [doas](https://wiki.archlinux.org/title/Doas) | Sudo from bsd systems | -| GUI utilites | +| GUI utilites | | +| [zen](https://github.com/zen-browser/desktop) | Stylish and modern ff (best my opinion) | | [floorp](https://github.com/Floorp-Projects/Floorp) | One of best browser on FF | -| [zen](https://github.com/zen-browser/desktop) | Stylish and modern | | [bottles](https://github.com/bottlesdevs/Bottles) | Wine launcher | | [nemo](https://github.com/linuxmint/nemo) | File manager from Cinnamon | | [obsidian](https://obsidian.md) | Markdown editor | @@ -46,17 +46,18 @@ | [prismlauncher](https://github.com/PrismLauncher/PrismLauncher) | Fuckm all my homies plays this shit man | | [vesktop](https://github.com/Vencord/Vesktop) | Wayland Discord client | | [qbittorrent](https://github.com/qbittorrent/qBittorrent) | Torrents))))) hahah)))) | +| [ayugram](https://github.com/AyuGram/AyuGramDesktop) | IDK just modified tgram client lol | | [ayugram](https://github.com/AyuGram/AyuGramDesktop) | Telegram client with ghost mode | | [file-Roller](https://gitlab.gnome.org/GNOME/file-roller) | Archiver | | [mpv](https://github.com/mpv-player/mpv) | Simplest video player | | [anime4k](https://github.com/bloc97/Anime4K) | Anime upscaler | | [swayimg](https://github.com/artemsen/swayimg) | Simple image viewer | -| Misc | +| Misc | | | [nix-tree](https://github.com/utdemir/nix-tree) | Tree for your generations&derivations | -| [prefetch-github](https://github.com/seppeljordan/nix-prefetch-github) | Tool for fetching github repo | +| [nurl](https://github.com/nix-community/nurl) | Tool for fetching git repo | | [tenki](https://github.com/ckaznable/tenki) | TUI clock with effects | | [confetty](https://github.com/maaslalani/confetty) | Confetty and fireworks in terminal | -| [jetbrains](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono) | Nerded JetBrains | +| [jetbrains](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono) | Nerded JetBrains font | - IDK WHAT ALSO DUDES @@ -64,12 +65,14 @@ ![aye](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/fetch.png) -![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/zen.png) +![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/spotify.png) -![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/btop.png) +![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/top.png) ![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/yazi.png) +![ауе](https://git.sr.ht/~neverness/wallpapers/blob/main/dotfiles/workst/adam_yeee_father.png) + #### ENGLISH OR SPANISH??? WHOEVER MOVES IS GAY))))))) #### THANKS FOR [hezaki](https://codeberg.org/Hezaki/Touka/), [maxmurr](https://github.com/TheMaxMur/NixOS-Configuration), [artem](https://github.com/ArtemChandragupta/NixFlake) diff --git a/modules/home/programs/cli/yazi/lua.nix b/modules/home/programs/cli/yazi/lua.nix index 712c7e3..ca79111 100644 --- a/modules/home/programs/cli/yazi/lua.nix +++ b/modules/home/programs/cli/yazi/lua.nix @@ -6,11 +6,10 @@ require("yatline"):setup({ section_separator = { open = "", close = "" }, - part_separator = { open = "", close = "" }, + part_separator = { open = "", close = "" }, inverse_separator = { open = "", close = "" }, - style_a = { - fg = "white", + style_a = { fg = "white", bg_mode = { normal = "#${base02}", select = "#${base02}", @@ -26,71 +25,50 @@ permissions_x_fg = "cyan", permissions_s_fg = "darkgray", - tab_width = 20, - tab_use_inverse = true, - - selected = { icon = "󰻭", fg = "yellow" }, - copied = { icon = "", fg = "green" }, - cut = { icon = "", fg = "red" }, - - total = { icon = "󰮍", fg = "yellow" }, - succ = { icon = "", fg = "green" }, - fail = { icon = "", fg = "red" }, - found = { icon = "󰮕", fg = "blue" }, - processed = { icon = "󰐍", fg = "green" }, - - show_background = false, - + show_background = false, display_header_line = true, display_status_line = true, + tab_width = 20, + tab_use_inverse = false, + + selected = { icon = "󰻭", fg = "yellow" }, + copied = { icon = "", fg = "green" }, + cut = { icon = "", fg = "red" }, + + total = { icon = "󰮍", fg = "yellow" }, + succ = { icon = "", fg = "green" }, + fail = { icon = "", fg = "red" }, + found = { icon = "󰮕", fg = "blue" }, + processed = { icon = "󰐍", fg = "green" }, header_line = { left = { - section_a = { - {type = "string", custom = false, name = "tab_path"}, - }, - section_b = { - }, - section_c = { - } + section_a = { {type = "string", custom = false, name = "tab_path"}, }, + section_b = { }, + section_c = { } }, right = { - section_a = { - {type = "line", custom = false, name = "tabs", params = {"right"}}, - }, - section_b = { - }, - section_c = { - } + section_a = { {type = "line", custom = false, name = "tabs", params = {"right"}}, }, + section_b = { }, + section_c = { {type = "coloreds", custom = false, name = "githead"}, } } }, status_line = { left = { - section_a = { - {type = "string", custom = false, name = "tab_mode"}, - }, - section_b = { - {type = "string", custom = false, name = "hovered_size"}, - }, - section_c = { - {type = "string", custom = false, name = "hovered_name"}, - {type = "coloreds", custom = false, name = "count"}, - } + section_a = { {type = "string", custom = false, name = "tab_mode"}, }, + section_b = { {type = "string", custom = false, name = "hovered_size"}, }, + section_c = { {type = "string", custom = false, name = "hovered_name"}, + {type = "coloreds", custom = false, name = "count"}, } }, right = { - section_a = { - {type = "string", custom = false, name = "date", params = {"%d/%m/%Y"}}, - }, - section_b = { - {type = "string", custom = false, name = "hovered_file_extension", params = {true}}, - }, - section_c = { - {type = "coloreds", custom = false, name = "permissions"}, - } + section_a = { {type = "string", custom = false, name = "date", params = {"%d/%m/%Y"}}, }, + section_b = { {type = "string", custom = false, name = "hovered_file_extension", params = {true}}, }, + section_c = { {type = "coloreds", custom = false, name = "permissions"}, } } }, }) + require("yatline-githead"):setup() ''; } diff --git a/modules/home/programs/cli/yazi/plugins.nix b/modules/home/programs/cli/yazi/plugins.nix index d0a7a3c..5ac975b 100644 --- a/modules/home/programs/cli/yazi/plugins.nix +++ b/modules/home/programs/cli/yazi/plugins.nix @@ -1,5 +1,6 @@ { pkgs, ... }: let + rev = "main"; yazi-plugins = pkgs.fetchFromGitHub { owner = "yazi-rs"; repo = "plugins"; @@ -19,44 +20,50 @@ in { ouch = fetchFromGitHub { owner = "ndtoan96"; repo = "ouch.yazi"; - rev = "251da6930ca8b7ee0384810086c3bf644caede3e"; hash = "sha256-yLt9aY6hUIOdBI5bMdCs7VYFJGyD3WIkmPxvWKNCskA="; + inherit rev; }; glow = fetchFromGitHub { owner = "Reledia"; repo = "glow.yazi"; - rev = "4e016fa2357e5e7e9b1a4881e1492d73a0a2f2cc"; hash = "sha256-d73C8s8p85c0xfq8Nfzlnp83JUakMPbviQDFCX0G+qE="; + inherit rev; }; ffmpeg = fetchFromGitHub { owner = "Tyarel8"; repo = "video-ffmpeg.yazi"; - rev = "fe26a18f9b32880e10b686df5c4559d9af2bce6b"; hash = "sha256-PIsetF42mlxDv7hEBgjt4FdryDhWTAF/o0Z3Z1G8HJE="; + inherit rev; }; relative = fetchFromGitHub { owner = "dedukun"; repo = "relative-motions.yazi"; - rev = "89d0cb9c84a7bba98d2e7ca4bac706d2458d0c06"; hash = "sha256-qtjAgH+NS4YFVIwq+x2sC90y4vDSXNI8pGXIZ3FuQMU="; + inherit rev; }; enter = fetchFromGitHub { owner = "ourongxing"; repo = "fast-enter.yazi"; - rev = "dd498123cb0696d7fa50b32d2268fb8c2084a4a4"; hash = "sha256-jjluqFboFXV4yqBMvW7WhO61Urn2FQ/O31PqlaCxB2c="; + inherit rev; }; yatline = fetchFromGitHub { owner = "imsi32"; repo = "yatline.yazi"; - rev = "7b56434864d6a0b5d547fed2339b99346a018522"; hash = "sha256-4qxBAXFyPBQhSU24xL7fzhgM5e8Cq7BigEp4GPxSjD4="; + inherit rev; }; archivemount = fetchFromGitHub { owner = "AnirudhG07"; repo = "archivemount.yazi"; - rev = "e82e38eda858716a1328b5e0c34382547777cb28"; hash = "sha256-gHk4PJDXq3OPUDD9sFZI+CcIFVDOxUzPLOezX3DDNVU="; + inherit rev; + }; + yatline-githead = fetchFromGitHub { + owner = "imsi32"; + repo = "yatline-githead.yazi"; + hash = "sha256-SH2BDk8sHZT1L12gJjVbVBipiTwF/KARkuaJfNGdGXg="; + inherit rev; }; }; diff --git a/modules/home/programs/cli/yazi/theme.nix b/modules/home/programs/cli/yazi/theme.nix index 52a4287..90f2123 100644 --- a/modules/home/programs/cli/yazi/theme.nix +++ b/modules/home/programs/cli/yazi/theme.nix @@ -1,2978 +1,2978 @@ { lib, config, ... }: -let fg = "#${config.lib.stylix.colors.base06}"; +with config.lib.stylix.colors; +let fg = "#${base06}"; in { - programs.yazi.theme = with config.lib.stylix.colors; - lib.mkForce { - manager = { - cwd = { fg = "#${base0B}"; }; - hovered = { - fg = "#${base00}"; - bg = "#${base0D}"; - bold = true; - }; - preview_hovered = { underline = false; }; - tab_active = { - fg = "#${base01}"; - bg = "#${base0E}"; - }; - tab_inactive = { - inherit fg; - bg = "#${base00}"; - }; - tab_width = 1; - border_style = { fg = "#${base00}"; }; - marker_selected = { - bg = "#${base0C}"; - fg = "#${base00}"; - bold = true; - }; - marker_copied = { - bg = "#${base0B}"; - fg = "#${base00}"; - bold = true; - }; - marker_cut = { - bg = "#${base0A}"; - fg = "#${base00}"; - bold = true; - }; + programs.yazi.theme = lib.mkForce { + manager = { + cwd = { fg = "#${base0B}"; }; + hovered = { + fg = "#${base00}"; + bg = "#${base04}"; + bold = true; }; - which = { - cols = 3; - mask = { bg = "#${base01}"; }; + preview_hovered = { underline = false; }; + tab_active = { + fg = "#${base01}"; + bg = "#${base0E}"; }; - filetype = { - rules = [ - { - mime = "{audio,video}/*"; - fg = "#${base0C}"; - } - { - name = "*"; - inherit fg; - } - { - name = "*/"; - inherit fg; - } - ]; + tab_inactive = { + inherit fg; + bg = "#${base00}"; }; - icon = { - exts = [ - { - name = "3gp"; - text = ""; - inherit fg; - } - { - name = "3mf"; - text = "󰆧"; - inherit fg; - } - { - name = "7z"; - text = ""; - inherit fg; - } - { - name = "a"; - text = ""; - inherit fg; - } - { - name = "aac"; - text = ""; - inherit fg; - } - { - name = "ai"; - text = ""; - inherit fg; - } - { - name = "aif"; - text = ""; - inherit fg; - } - { - name = "aiff"; - text = ""; - inherit fg; - } - { - name = "android"; - text = ""; - inherit fg; - } - { - name = "ape"; - text = ""; - inherit fg; - } - { - name = "apk"; - text = ""; - inherit fg; - } - { - name = "app"; - text = ""; - inherit fg; - } - { - name = "applescript"; - text = ""; - inherit fg; - } - { - name = "asc"; - text = "󰦝"; - inherit fg; - } - { - name = "ass"; - text = "󰨖"; - inherit fg; - } - { - name = "astro"; - text = ""; - inherit fg; - } - { - name = "awk"; - text = ""; - inherit fg; - } - { - name = "azcli"; - text = ""; - inherit fg; - } - { - name = "bak"; - text = "󰁯"; - inherit fg; - } - { - name = "bash"; - text = ""; - inherit fg; - } - { - name = "bat"; - text = ""; - inherit fg; - } - { - name = "bazel"; - text = ""; - inherit fg; - } - { - name = "bib"; - text = "󱉟"; - inherit fg; - } - { - name = "bicep"; - text = ""; - inherit fg; - } - { - name = "bicepparam"; - text = ""; - inherit fg; - } - { - name = "bin"; - text = ""; - inherit fg; - } - { - name = "blade.php"; - text = ""; - inherit fg; - } - { - name = "blend"; - text = "󰂫"; - inherit fg; - } - { - name = "blp"; - text = "󰺾"; - inherit fg; - } - { - name = "bmp"; - text = ""; - inherit fg; - } - { - name = "brep"; - text = "󰻫"; - inherit fg; - } - { - name = "bz"; - text = ""; - inherit fg; - } - { - name = "bz2"; - text = ""; - inherit fg; - } - { - name = "bz3"; - text = ""; - inherit fg; - } - { - name = "bzl"; - text = ""; - inherit fg; - } - { - name = "c"; - text = ""; - inherit fg; - } - { - name = "c++"; - text = ""; - inherit fg; - } - { - name = "cache"; - text = ""; - inherit fg; - } - { - name = "cast"; - text = ""; - inherit fg; - } - { - name = "cbl"; - text = "⚙"; - inherit fg; - } - { - name = "cc"; - text = ""; - inherit fg; - } - { - name = "ccm"; - text = ""; - inherit fg; - } - { - name = "cfg"; - text = ""; - inherit fg; - } - { - name = "cjs"; - text = ""; - inherit fg; - } - { - name = "clj"; - text = ""; - inherit fg; - } - { - name = "cljc"; - text = ""; - inherit fg; - } - { - name = "cljd"; - text = ""; - inherit fg; - } - { - name = "cljs"; - text = ""; - inherit fg; - } - { - name = "cmake"; - text = ""; - inherit fg; - } - { - name = "cob"; - text = "⚙"; - inherit fg; - } - { - name = "cobol"; - text = "⚙"; - inherit fg; - } - { - name = "coffee"; - text = ""; - inherit fg; - } - { - name = "conf"; - text = ""; - inherit fg; - } - { - name = "config.ru"; - text = ""; - inherit fg; - } - { - name = "cp"; - text = ""; - inherit fg; - } - { - name = "cpp"; - text = ""; - inherit fg; - } - { - name = "cppm"; - text = ""; - inherit fg; - } - { - name = "cpy"; - text = "⚙"; - inherit fg; - } - { - name = "cr"; - text = ""; - inherit fg; - } - { - name = "crdownload"; - text = ""; - inherit fg; - } - { - name = "cs"; - text = "󰌛"; - inherit fg; - } - { - name = "csh"; - text = ""; - inherit fg; - } - { - name = "cshtml"; - text = "󱦗"; - inherit fg; - } - { - name = "cson"; - text = ""; - inherit fg; - } - { - name = "csproj"; - text = "󰪮"; - inherit fg; - } - { - name = "css"; - text = ""; - inherit fg; - } - { - name = "csv"; - text = ""; - inherit fg; - } - { - name = "cts"; - text = ""; - inherit fg; - } - { - name = "cu"; - text = ""; - inherit fg; - } - { - name = "cue"; - text = "󰲹"; - inherit fg; - } - { - name = "cuh"; - text = ""; - inherit fg; - } - { - name = "cxx"; - text = ""; - inherit fg; - } - { - name = "cxxm"; - text = ""; - inherit fg; - } - { - name = "d"; - text = ""; - inherit fg; - } - { - name = "d.ts"; - text = ""; - inherit fg; - } - { - name = "dart"; - text = ""; - inherit fg; - } - { - name = "db"; - text = ""; - inherit fg; - } - { - name = "dconf"; - text = ""; - inherit fg; - } - { - name = "desktop"; - text = ""; - inherit fg; - } - { - name = "diff"; - text = ""; - inherit fg; - } - { - name = "dll"; - text = ""; - inherit fg; - } - { - name = "doc"; - text = "󰈬"; - inherit fg; - } - { - name = "Dockerfile"; - text = "󰡨"; - inherit fg; - } - { - name = "docx"; - text = "󰈬"; - inherit fg; - } - { - name = "dot"; - text = "󱁉"; - inherit fg; - } - { - name = "download"; - text = ""; - inherit fg; - } - { - name = "drl"; - text = ""; - inherit fg; - } - { - name = "dropbox"; - text = ""; - inherit fg; - } - { - name = "dump"; - text = ""; - inherit fg; - } - { - name = "dwg"; - text = "󰻫"; - inherit fg; - } - { - name = "dxf"; - text = "󰻫"; - inherit fg; - } - { - name = "ebook"; - text = ""; - inherit fg; - } - { - name = "edn"; - text = ""; - inherit fg; - } - { - name = "eex"; - text = ""; - inherit fg; - } - { - name = "ejs"; - text = ""; - inherit fg; - } - { - name = "el"; - text = ""; - inherit fg; - } - { - name = "elc"; - text = ""; - inherit fg; - } - { - name = "elf"; - text = ""; - inherit fg; - } - { - name = "elm"; - text = ""; - inherit fg; - } - { - name = "eln"; - text = ""; - inherit fg; - } - { - name = "env"; - text = ""; - inherit fg; - } - { - name = "eot"; - text = ""; - inherit fg; - } - { - name = "epp"; - text = ""; - inherit fg; - } - { - name = "epub"; - text = ""; - inherit fg; - } - { - name = "erb"; - text = ""; - inherit fg; - } - { - name = "erl"; - text = ""; - inherit fg; - } - { - name = "ex"; - text = ""; - inherit fg; - } - { - name = "exe"; - text = ""; - inherit fg; - } - { - name = "exs"; - text = ""; - inherit fg; - } - { - name = "f#"; - text = ""; - inherit fg; - } - { - name = "f3d"; - text = "󰻫"; - inherit fg; - } - { - name = "f90"; - text = "󱈚"; - inherit fg; - } - { - name = "fbx"; - text = "󰆧"; - inherit fg; - } - { - name = "fcbak"; - text = ""; - inherit fg; - } - { - name = "fcmacro"; - text = ""; - inherit fg; - } - { - name = "fcmat"; - text = ""; - inherit fg; - } - { - name = "fcparam"; - text = ""; - inherit fg; - } - { - name = "fcscript"; - text = ""; - inherit fg; - } - { - name = "fcstd"; - text = ""; - inherit fg; - } - { - name = "fcstd1"; - text = ""; - inherit fg; - } - { - name = "fctb"; - text = ""; - inherit fg; - } - { - name = "fctl"; - text = ""; - inherit fg; - } - { - name = "fdmdownload"; - text = ""; - inherit fg; - } - { - name = "fish"; - text = ""; - inherit fg; - } - { - name = "flac"; - text = ""; - inherit fg; - } - { - name = "flc"; - text = ""; - inherit fg; - } - { - name = "flf"; - text = ""; - inherit fg; - } - { - name = "fnl"; - text = ""; - inherit fg; - } - { - name = "fs"; - text = ""; - inherit fg; - } - { - name = "fsi"; - text = ""; - inherit fg; - } - { - name = "fsscript"; - text = ""; - inherit fg; - } - { - name = "fsx"; - text = ""; - inherit fg; - } - { - name = "gcode"; - text = "󰐫"; - inherit fg; - } - { - name = "gd"; - text = ""; - inherit fg; - } - { - name = "gemspec"; - text = ""; - inherit fg; - } - { - name = "gif"; - text = ""; - inherit fg; - } - { - name = "git"; - text = ""; - inherit fg; - } - { - name = "glb"; - text = ""; - inherit fg; - } - { - name = "gnumakefile"; - text = ""; - inherit fg; - } - { - name = "go"; - text = ""; - inherit fg; - } - { - name = "godot"; - text = ""; - inherit fg; - } - { - name = "gql"; - text = ""; - inherit fg; - } - { - name = "graphql"; - text = ""; - inherit fg; - } - { - name = "gresource"; - text = ""; - inherit fg; - } - { - name = "gv"; - text = "󱁉"; - inherit fg; - } - { - name = "gz"; - text = ""; - inherit fg; - } - { - name = "h"; - text = ""; - inherit fg; - } - { - name = "haml"; - text = ""; - inherit fg; - } - { - name = "hbs"; - text = ""; - inherit fg; - } - { - name = "heex"; - text = ""; - inherit fg; - } - { - name = "hex"; - text = ""; - inherit fg; - } - { - name = "hh"; - text = ""; - inherit fg; - } - { - name = "hpp"; - text = ""; - inherit fg; - } - { - name = "hrl"; - text = ""; - inherit fg; - } - { - name = "hs"; - text = ""; - inherit fg; - } - { - name = "htm"; - text = ""; - inherit fg; - } - { - name = "html"; - text = ""; - inherit fg; - } - { - name = "huff"; - text = "󰡘"; - inherit fg; - } - { - name = "hurl"; - text = ""; - inherit fg; - } - { - name = "hx"; - text = ""; - inherit fg; - } - { - name = "hxx"; - text = ""; - inherit fg; - } - { - name = "ical"; - text = ""; - inherit fg; - } - { - name = "icalendar"; - text = ""; - inherit fg; - } - { - name = "ico"; - text = ""; - inherit fg; - } - { - name = "ics"; - text = ""; - inherit fg; - } - { - name = "ifb"; - text = ""; - inherit fg; - } - { - name = "ifc"; - text = "󰻫"; - inherit fg; - } - { - name = "ige"; - text = "󰻫"; - inherit fg; - } - { - name = "iges"; - text = "󰻫"; - inherit fg; - } - { - name = "igs"; - text = "󰻫"; - inherit fg; - } - { - name = "image"; - text = ""; - inherit fg; - } - { - name = "img"; - text = ""; - inherit fg; - } - { - name = "import"; - text = ""; - inherit fg; - } - { - name = "info"; - text = ""; - inherit fg; - } - { - name = "ini"; - text = ""; - inherit fg; - } - { - name = "ino"; - text = ""; - inherit fg; - } - { - name = "ipynb"; - text = ""; - inherit fg; - } - { - name = "iso"; - text = ""; - inherit fg; - } - { - name = "ixx"; - text = ""; - inherit fg; - } - { - name = "java"; - text = ""; - inherit fg; - } - { - name = "jl"; - text = ""; - inherit fg; - } - { - name = "jpeg"; - text = ""; - inherit fg; - } - { - name = "jpg"; - text = ""; - inherit fg; - } - { - name = "js"; - text = ""; - inherit fg; - } - { - name = "json"; - text = ""; - inherit fg; - } - { - name = "json5"; - text = ""; - inherit fg; - } - { - name = "jsonc"; - text = ""; - inherit fg; - } - { - name = "jsx"; - text = ""; - inherit fg; - } - { - name = "jwmrc"; - text = ""; - inherit fg; - } - { - name = "jxl"; - text = ""; - inherit fg; - } - { - name = "kbx"; - text = "󰯄"; - inherit fg; - } - { - name = "kdb"; - text = ""; - inherit fg; - } - { - name = "kdbx"; - text = ""; - inherit fg; - } - { - name = "kdenlive"; - text = ""; - inherit fg; - } - { - name = "kdenlivetitle"; - text = ""; - inherit fg; - } - { - name = "kicad_dru"; - text = ""; - inherit fg; - } - { - name = "kicad_mod"; - text = ""; - inherit fg; - } - { - name = "kicad_pcb"; - text = ""; - inherit fg; - } - { - name = "kicad_prl"; - text = ""; - inherit fg; - } - { - name = "kicad_pro"; - text = ""; - inherit fg; - } - { - name = "kicad_sch"; - text = ""; - inherit fg; - } - { - name = "kicad_sym"; - text = ""; - inherit fg; - } - { - name = "kicad_wks"; - text = ""; - inherit fg; - } - { - name = "ko"; - text = ""; - inherit fg; - } - { - name = "kpp"; - text = ""; - inherit fg; - } - { - name = "kra"; - text = ""; - inherit fg; - } - { - name = "krz"; - text = ""; - inherit fg; - } - { - name = "ksh"; - text = ""; - inherit fg; - } - { - name = "kt"; - text = ""; - inherit fg; - } - { - name = "kts"; - text = ""; - inherit fg; - } - { - name = "lck"; - text = ""; - inherit fg; - } - { - name = "leex"; - text = ""; - inherit fg; - } - { - name = "less"; - text = ""; - inherit fg; - } - { - name = "lff"; - text = ""; - inherit fg; - } - { - name = "lhs"; - text = ""; - inherit fg; - } - { - name = "lib"; - text = ""; - inherit fg; - } - { - name = "license"; - text = ""; - inherit fg; - } - { - name = "liquid"; - text = ""; - inherit fg; - } - { - name = "lock"; - text = ""; - inherit fg; - } - { - name = "log"; - text = "󰌱"; - inherit fg; - } - { - name = "lrc"; - text = "󰨖"; - inherit fg; - } - { - name = "lua"; - text = ""; - inherit fg; - } - { - name = "luac"; - text = ""; - inherit fg; - } - { - name = "luau"; - text = ""; - inherit fg; - } - { - name = "m"; - text = ""; - inherit fg; - } - { - name = "m3u"; - text = "󰲹"; - inherit fg; - } - { - name = "m3u8"; - text = "󰲹"; - inherit fg; - } - { - name = "m4a"; - text = ""; - inherit fg; - } - { - name = "m4v"; - text = ""; - inherit fg; - } - { - name = "magnet"; - text = ""; - inherit fg; - } - { - name = "makefile"; - text = ""; - inherit fg; - } - { - name = "markdown"; - text = ""; - inherit fg; - } - { - name = "material"; - text = "󰔉"; - inherit fg; - } - { - name = "md"; - text = ""; - inherit fg; - } - { - name = "md5"; - text = "󰕥"; - inherit fg; - } - { - name = "mdx"; - text = ""; - inherit fg; - } - { - name = "mint"; - text = "󰌪"; - inherit fg; - } - { - name = "mjs"; - text = ""; - inherit fg; - } - { - name = "mk"; - text = ""; - inherit fg; - } - { - name = "mkv"; - text = ""; - inherit fg; - } - { - name = "ml"; - text = ""; - inherit fg; - } - { - name = "mli"; - text = ""; - inherit fg; - } - { - name = "mm"; - text = ""; - inherit fg; - } - { - name = "mo"; - text = "∞"; - inherit fg; - } - { - name = "mobi"; - text = ""; - inherit fg; - } - { - name = "mov"; - text = ""; - inherit fg; - } - { - name = "mp3"; - text = ""; - inherit fg; - } - { - name = "mp4"; - text = ""; - inherit fg; - } - { - name = "mpp"; - text = ""; - inherit fg; - } - { - name = "msf"; - text = ""; - inherit fg; - } - { - name = "mts"; - text = ""; - inherit fg; - } - { - name = "mustache"; - text = ""; - inherit fg; - } - { - name = "nfo"; - text = ""; - inherit fg; - } - { - name = "nim"; - text = ""; - inherit fg; - } - { - name = "nix"; - text = ""; - inherit fg; - } - { - name = "nswag"; - text = ""; - inherit fg; - } - { - name = "nu"; - text = ">"; - inherit fg; - } - { - name = "o"; - text = ""; - inherit fg; - } - { - name = "obj"; - text = "󰆧"; - inherit fg; - } - { - name = "ogg"; - text = ""; - inherit fg; - } - { - name = "opus"; - text = ""; - inherit fg; - } - { - name = "org"; - text = ""; - inherit fg; - } - { - name = "otf"; - text = ""; - inherit fg; - } - { - name = "out"; - text = ""; - inherit fg; - } - { - name = "part"; - text = ""; - inherit fg; - } - { - name = "patch"; - text = ""; - inherit fg; - } - { - name = "pck"; - text = ""; - inherit fg; - } - { - name = "pcm"; - text = ""; - inherit fg; - } - { - name = "pdf"; - text = ""; - inherit fg; - } - { - name = "php"; - text = ""; - inherit fg; - } - { - name = "pl"; - text = ""; - inherit fg; - } - { - name = "pls"; - text = "󰲹"; - inherit fg; - } - { - name = "ply"; - text = "󰆧"; - inherit fg; - } - { - name = "pm"; - text = ""; - inherit fg; - } - { - name = "png"; - text = ""; - inherit fg; - } - { - name = "po"; - text = ""; - inherit fg; - } - { - name = "pot"; - text = ""; - inherit fg; - } - { - name = "pp"; - text = ""; - inherit fg; - } - { - name = "ppt"; - text = "󰈧"; - inherit fg; - } - { - name = "prisma"; - text = ""; - inherit fg; - } - { - name = "pro"; - text = ""; - inherit fg; - } - { - name = "ps1"; - text = "󰨊"; - inherit fg; - } - { - name = "psb"; - text = ""; - inherit fg; - } - { - name = "psd"; - text = ""; - inherit fg; - } - { - name = "psd1"; - text = "󰨊"; - inherit fg; - } - { - name = "psm1"; - text = "󰨊"; - inherit fg; - } - { - name = "pub"; - text = "󰷖"; - inherit fg; - } - { - name = "pxd"; - text = ""; - inherit fg; - } - { - name = "pxi"; - text = ""; - inherit fg; - } - { - name = "py"; - text = ""; - inherit fg; - } - { - name = "pyc"; - text = ""; - inherit fg; - } - { - name = "pyd"; - text = ""; - inherit fg; - } - { - name = "pyi"; - text = ""; - inherit fg; - } - { - name = "pyo"; - text = ""; - inherit fg; - } - { - name = "pyx"; - text = ""; - inherit fg; - } - { - name = "qm"; - text = ""; - inherit fg; - } - { - name = "qml"; - text = ""; - inherit fg; - } - { - name = "qrc"; - text = ""; - inherit fg; - } - { - name = "qss"; - text = ""; - inherit fg; - } - { - name = "query"; - text = ""; - inherit fg; - } - { - name = "r"; - text = "󰟔"; - inherit fg; - } - { - name = "rake"; - text = ""; - inherit fg; - } - { - name = "rar"; - text = ""; - inherit fg; - } - { - name = "razor"; - text = "󱦘"; - inherit fg; - } - { - name = "rb"; - text = ""; - inherit fg; - } - { - name = "res"; - text = ""; - inherit fg; - } - { - name = "resi"; - text = ""; - inherit fg; - } - { - name = "rlib"; - text = ""; - inherit fg; - } - { - name = "rmd"; - text = ""; - inherit fg; - } - { - name = "rproj"; - text = "󰗆"; - inherit fg; - } - { - name = "rs"; - text = ""; - inherit fg; - } - { - name = "rss"; - text = ""; - inherit fg; - } - { - name = "sass"; - text = ""; - inherit fg; - } - { - name = "sbt"; - text = ""; - inherit fg; - } - { - name = "sc"; - text = ""; - inherit fg; - } - { - name = "scad"; - text = ""; - inherit fg; - } - { - name = "scala"; - text = ""; - inherit fg; - } - { - name = "scm"; - text = "󰘧"; - inherit fg; - } - { - name = "scss"; - text = ""; - inherit fg; - } - { - name = "sh"; - text = ""; - inherit fg; - } - { - name = "sha1"; - text = "󰕥"; - inherit fg; - } - { - name = "sha224"; - text = "󰕥"; - inherit fg; - } - { - name = "sha256"; - text = "󰕥"; - inherit fg; - } - { - name = "sha384"; - text = "󰕥"; - inherit fg; - } - { - name = "sha512"; - text = "󰕥"; - inherit fg; - } - { - name = "sig"; - text = "λ"; - inherit fg; - } - { - name = "signature"; - text = "λ"; - inherit fg; - } - { - name = "skp"; - text = "󰻫"; - inherit fg; - } - { - name = "sldasm"; - text = "󰻫"; - inherit fg; - } - { - name = "sldprt"; - text = "󰻫"; - inherit fg; - } - { - name = "slim"; - text = ""; - inherit fg; - } - { - name = "sln"; - text = ""; - inherit fg; - } - { - name = "slvs"; - text = "󰻫"; - inherit fg; - } - { - name = "sml"; - text = "λ"; - inherit fg; - } - { - name = "so"; - text = ""; - inherit fg; - } - { - name = "sol"; - text = ""; - inherit fg; - } - { - name = "spec.js"; - text = ""; - inherit fg; - } - { - name = "spec.jsx"; - text = ""; - inherit fg; - } - { - name = "spec.ts"; - text = ""; - inherit fg; - } - { - name = "spec.tsx"; - text = ""; - inherit fg; - } - { - name = "sql"; - text = ""; - inherit fg; - } - { - name = "sqlite"; - text = ""; - inherit fg; - } - { - name = "sqlite3"; - text = ""; - inherit fg; - } - { - name = "srt"; - text = "󰨖"; - inherit fg; - } - { - name = "ssa"; - text = "󰨖"; - inherit fg; - } - { - name = "ste"; - text = "󰻫"; - inherit fg; - } - { - name = "step"; - text = "󰻫"; - inherit fg; - } - { - name = "stl"; - text = "󰆧"; - inherit fg; - } - { - name = "stp"; - text = "󰻫"; - inherit fg; - } - { - name = "strings"; - text = ""; - inherit fg; - } - { - name = "styl"; - text = ""; - inherit fg; - } - { - name = "sub"; - text = "󰨖"; - inherit fg; - } - { - name = "sublime"; - text = ""; - inherit fg; - } - { - name = "suo"; - text = ""; - inherit fg; - } - { - name = "sv"; - text = "󰍛"; - inherit fg; - } - { - name = "svelte"; - text = ""; - inherit fg; - } - { - name = "svg"; - text = "󰜡"; - inherit fg; - } - { - name = "svh"; - text = "󰍛"; - inherit fg; - } - { - name = "swift"; - text = ""; - inherit fg; - } - { - name = "t"; - text = ""; - inherit fg; - } - { - name = "tbc"; - text = "󰛓"; - inherit fg; - } - { - name = "tcl"; - text = "󰛓"; - inherit fg; - } - { - name = "templ"; - text = ""; - inherit fg; - } - { - name = "terminal"; - text = ""; - inherit fg; - } - { - name = "test.js"; - text = ""; - inherit fg; - } - { - name = "test.jsx"; - text = ""; - inherit fg; - } - { - name = "test.ts"; - text = ""; - inherit fg; - } - { - name = "test.tsx"; - text = ""; - inherit fg; - } - { - name = "tex"; - text = ""; - inherit fg; - } - { - name = "tf"; - text = ""; - inherit fg; - } - { - name = "tfvars"; - text = ""; - inherit fg; - } - { - name = "tgz"; - text = ""; - inherit fg; - } - { - name = "tmux"; - text = ""; - inherit fg; - } - { - name = "toml"; - text = ""; - inherit fg; - } - { - name = "torrent"; - text = ""; - inherit fg; - } - { - name = "tres"; - text = ""; - inherit fg; - } - { - name = "ts"; - text = ""; - inherit fg; - } - { - name = "tscn"; - text = ""; - inherit fg; - } - { - name = "tsconfig"; - text = ""; - inherit fg; - } - { - name = "tsx"; - text = ""; - inherit fg; - } - { - name = "ttf"; - text = ""; - inherit fg; - } - { - name = "twig"; - text = ""; - inherit fg; - } - { - name = "txt"; - text = "󰈙"; - inherit fg; - } - { - name = "txz"; - text = ""; - inherit fg; - } - { - name = "typoscript"; - text = ""; - inherit fg; - } - { - name = "ui"; - text = ""; - inherit fg; - } - { - name = "v"; - text = "󰍛"; - inherit fg; - } - { - name = "vala"; - text = ""; - inherit fg; - } - { - name = "vh"; - text = "󰍛"; - inherit fg; - } - { - name = "vhd"; - text = "󰍛"; - inherit fg; - } - { - name = "vhdl"; - text = "󰍛"; - inherit fg; - } - { - name = "vim"; - text = ""; - inherit fg; - } - { - name = "vsh"; - text = ""; - inherit fg; - } - { - name = "vsix"; - text = ""; - inherit fg; - } - { - name = "vue"; - text = ""; - inherit fg; - } - { - name = "wasm"; - text = ""; - inherit fg; - } - { - name = "wav"; - text = ""; - inherit fg; - } - { - name = "webm"; - text = ""; - inherit fg; - } - { - name = "webmanifest"; - text = ""; - inherit fg; - } - { - name = "webp"; - text = ""; - inherit fg; - } - { - name = "webpack"; - text = "󰜫"; - inherit fg; - } - { - name = "wma"; - text = ""; - inherit fg; - } - { - name = "woff"; - text = ""; - inherit fg; - } - { - name = "woff2"; - text = ""; - inherit fg; - } - { - name = "wrl"; - text = "󰆧"; - inherit fg; - } - { - name = "wrz"; - text = "󰆧"; - inherit fg; - } - { - name = "x"; - text = ""; - inherit fg; - } - { - name = "xaml"; - text = "󰙳"; - inherit fg; - } - { - name = "xcf"; - text = ""; - inherit fg; - } - { - name = "xcplayground"; - text = ""; - inherit fg; - } - { - name = "xcstrings"; - text = ""; - inherit fg; - } - { - name = "xls"; - text = "󰈛"; - inherit fg; - } - { - name = "xlsx"; - text = "󰈛"; - inherit fg; - } - { - name = "xm"; - text = ""; - inherit fg; - } - { - name = "xml"; - text = "󰗀"; - inherit fg; - } - { - name = "xpi"; - text = ""; - inherit fg; - } - { - name = "xul"; - text = ""; - inherit fg; - } - { - name = "xz"; - text = ""; - inherit fg; - } - { - name = "yaml"; - text = ""; - inherit fg; - } - { - name = "yml"; - text = ""; - inherit fg; - } - { - name = "zig"; - text = ""; - inherit fg; - } - { - name = "zip"; - text = ""; - inherit fg; - } - { - name = "zsh"; - text = ""; - inherit fg; - } - { - name = "zst"; - text = ""; - inherit fg; - } - ]; - files = [ - { - name = "gulpfile.js"; - text = ""; - inherit fg; - } - { - name = ".babelrc"; - text = ""; - inherit fg; - } - { - name = "copying.lesser"; - text = ""; - inherit fg; - } - { - name = ".npmrc"; - text = ""; - inherit fg; - } - { - name = "docker-compose.yml"; - text = "󰡨"; - inherit fg; - } - { - name = "svelte.config.js"; - text = ""; - inherit fg; - } - { - name = "copying"; - text = ""; - inherit fg; - } - { - name = "prettier.config.ts"; - text = ""; - inherit fg; - } - { - name = "gruntfile.babel.js"; - text = ""; - inherit fg; - } - { - name = ".SRCINFO"; - text = "󰣇"; - inherit fg; - } - { - name = ".xinitrc"; - text = ""; - inherit fg; - } - { - name = "docker-compose.yaml"; - text = "󰡨"; - inherit fg; - } - { - name = "nuxt.config.ts"; - text = "󱄆"; - inherit fg; - } - { - name = "build"; - text = ""; - inherit fg; - } - { - name = ".editorconfig"; - text = ""; - inherit fg; - } - { - name = "nuxt.config.mjs"; - text = "󱄆"; - inherit fg; - } - { - name = ".gitlab-ci.yml"; - text = ""; - inherit fg; - } - { - name = "PKGBUILD"; - text = ""; - inherit fg; - } - { - name = ".bash_profile"; - text = ""; - inherit fg; - } - { - name = ".bashrc"; - text = ""; - inherit fg; - } - { - name = "compose.yml"; - text = "󰡨"; - inherit fg; - } - { - name = "eslint.config.cjs"; - text = ""; - inherit fg; - } - { - name = "go.mod"; - text = ""; - inherit fg; - } - { - name = ".mailmap"; - text = "󰊢"; - inherit fg; - } - { - name = "gtkrc"; - text = ""; - inherit fg; - } - { - name = "go.work"; - text = ""; - inherit fg; - } - { - name = "justfile"; - text = ""; - inherit fg; - } - { - name = "kritadisplayrc"; - text = ""; - inherit fg; - } - { - name = "commitlint.config.js"; - text = "󰜘"; - inherit fg; - } - { - name = ".env"; - text = ""; - inherit fg; - } - { - name = "PrusaSlicerGcodeViewer.ini"; - text = ""; - inherit fg; - } - { - name = "r"; - text = "󰟔"; - inherit fg; - } - { - name = "license"; - text = ""; - inherit fg; - } - { - name = ".gitignore"; - text = ""; - inherit fg; - } - { - name = "tailwind.config.js"; - text = "󱏿"; - inherit fg; - } - { - name = ".prettierrc.yml"; - text = ""; - inherit fg; - } - { - name = ".zprofile"; - text = ""; - inherit fg; - } - { - name = ".zshenv"; - text = ""; - inherit fg; - } - { - name = "xmonad.hs"; - text = ""; - inherit fg; - } - { - name = ".eslintignore"; - text = ""; - inherit fg; - } - { - name = "tsconfig.json"; - text = ""; - inherit fg; - } - { - name = ".prettierrc.json5"; - text = ""; - inherit fg; - } - { - name = ".ds_store"; - text = ""; - inherit fg; - } - { - name = "gulpfile.coffee"; - text = ""; - inherit fg; - } - { - name = "R"; - text = "󰟔"; - inherit fg; - } - { - name = ".zshrc"; - text = ""; - inherit fg; - } - { - name = ".prettierrc.toml"; - text = ""; - inherit fg; - } - { - name = ".gvimrc"; - text = ""; - inherit fg; - } - { - name = ".xsession"; - text = ""; - inherit fg; - } - { - name = ".justfile"; - text = ""; - inherit fg; - } - { - name = ".gitconfig"; - text = ""; - inherit fg; - } - { - name = "gradle-wrapper.properties"; - text = ""; - inherit fg; - } - { - name = "ionic.config.json"; - text = ""; - inherit fg; - } - { - name = "cantorrc"; - text = ""; - inherit fg; - } - { - name = ".gleam"; - text = ""; - inherit fg; - } - { - name = "package-lock.json"; - text = ""; - inherit fg; - } - { - name = "package.json"; - text = ""; - inherit fg; - } - { - name = "hyprland.conf"; - text = ""; - inherit fg; - } - { - name = "gulpfile.babel.js"; - text = ""; - inherit fg; - } - { - name = ".nvmrc"; - text = ""; - inherit fg; - } - { - name = ".prettierignore"; - text = ""; - inherit fg; - } - { - name = "ext_typoscript_setup.txt"; - text = ""; - inherit fg; - } - { - name = "QtProject.conf"; - text = ""; - inherit fg; - } - { - name = "avif"; - text = ""; - inherit fg; - } - { - name = "mix.lock"; - text = ""; - inherit fg; - } - { - name = "build.gradle"; - text = ""; - inherit fg; - } - { - name = "gemfile$"; - text = ""; - inherit fg; - } - { - name = ".vimrc"; - text = ""; - inherit fg; - } - { - name = "i18n.config.ts"; - text = "󰗊"; - inherit fg; - } - { - name = "gulpfile.ts"; - text = ""; - inherit fg; - } - { - name = "build.zig.zon"; - text = ""; - inherit fg; - } - { - name = "checkhealth"; - text = "󰓙"; - inherit fg; - } - { - name = "xmobarrc"; - text = ""; - inherit fg; - } - { - name = "_vimrc"; - text = ""; - inherit fg; - } - { - name = ".luaurc"; - text = ""; - inherit fg; - } - { - name = "kdenlive-layoutsrc"; - text = ""; - inherit fg; - } - { - name = "gradlew"; - text = ""; - inherit fg; - } - { - name = "xsettingsd.conf"; - text = ""; - inherit fg; - } - { - name = "vlcrc"; - text = "󰕼"; - inherit fg; - } - { - name = "xorg.conf"; - text = ""; - inherit fg; - } - { - name = "xmobarrc.hs"; - text = ""; - inherit fg; - } - { - name = "workspace"; - text = ""; - inherit fg; - } - { - name = ".gitattributes"; - text = ""; - inherit fg; - } - { - name = "favicon.ico"; - text = ""; - inherit fg; - } - { - name = "go.sum"; - text = ""; - inherit fg; - } - { - name = "pom.xml"; - text = ""; - inherit fg; - } - { - name = "webpack"; - text = "󰜫"; - inherit fg; - } - { - name = "vagrantfile$"; - text = ""; - inherit fg; - } - { - name = "unlicense"; - text = ""; - inherit fg; - } - { - name = "tmux.conf.local"; - text = ""; - inherit fg; - } - { - name = "settings.gradle"; - text = ""; - inherit fg; - } - { - name = ".dockerignore"; - text = "󰡨"; - inherit fg; - } - { - name = "sym-lib-table"; - text = ""; - inherit fg; - } - { - name = "_gvimrc"; - text = ""; - inherit fg; - } - { - name = "kdenliverc"; - text = ""; - inherit fg; - } - { - name = "kdeglobals"; - text = ""; - inherit fg; - } - { - name = ".prettierrc.yaml"; - text = ""; - inherit fg; - } - { - name = "rmd"; - text = ""; - inherit fg; - } - { - name = "tailwind.config.mjs"; - text = "󱏿"; - inherit fg; - } - { - name = "sxhkdrc"; - text = ""; - inherit fg; - } - { - name = "robots.txt"; - text = "󰚩"; - inherit fg; - } - { - name = "tailwind.config.ts"; - text = "󱏿"; - inherit fg; - } - { - name = "prettier.config.mjs"; - text = ""; - inherit fg; - } - { - name = "mpv.conf"; - text = ""; - inherit fg; - } - { - name = "py.typed"; - text = ""; - inherit fg; - } - { - name = "PrusaSlicer.ini"; - text = ""; - inherit fg; - } - { - name = "procfile"; - text = ""; - inherit fg; - } - { - name = "rakefile"; - text = ""; - inherit fg; - } - { - name = "kritarc"; - text = ""; - inherit fg; - } - { - name = ".Xresources"; - text = ""; - inherit fg; - } - { - name = "prettier.config.js"; - text = ""; - inherit fg; - } - { - name = "commitlint.config.ts"; - text = "󰜘"; - inherit fg; - } - { - name = "weston.ini"; - text = ""; - inherit fg; - } - { - name = "eslint.config.js"; - text = ""; - inherit fg; - } - { - name = "cmakelists.txt"; - text = ""; - inherit fg; - } - { - name = ".git-blame-ignore-revs"; - text = ""; - inherit fg; - } - { - name = "config"; - text = ""; - inherit fg; - } - { - name = "nuxt.config.cjs"; - text = "󱄆"; - inherit fg; - } - { - name = "node_modules"; - text = ""; - inherit fg; - } - { - name = "makefile"; - text = ""; - inherit fg; - } - { - name = "lxqt.conf"; - text = ""; - inherit fg; - } - { - name = "i18n.config.js"; - text = "󰗊"; - inherit fg; - } - { - name = "FreeCAD.conf"; - text = ""; - inherit fg; - } - { - name = "prettier.config.cjs"; - text = ""; - inherit fg; - } - { - name = "tmux.conf"; - text = ""; - inherit fg; - } - { - name = "kalgebrarc"; - text = ""; - inherit fg; - } - { - name = "i3status.conf"; - text = ""; - inherit fg; - } - { - name = ".settings.json"; - text = ""; - inherit fg; - } - { - name = "containerfile"; - text = "󰡨"; - inherit fg; - } - { - name = "i3blocks.conf"; - text = ""; - inherit fg; - } - { - name = "lxde-rc.xml"; - text = ""; - inherit fg; - } - { - name = "gradle.properties"; - text = ""; - inherit fg; - } - { - name = "hypridle.conf"; - text = ""; - inherit fg; - } - { - name = "gruntfile.ts"; - text = ""; - inherit fg; - } - { - name = "gruntfile.js"; - text = ""; - inherit fg; - } - { - name = "dockerfile"; - text = "󰡨"; - inherit fg; - } - { - name = "groovy"; - text = ""; - inherit fg; - } - { - name = "hyprlock.conf"; - text = ""; - inherit fg; - } - { - name = ".prettierrc"; - text = ""; - inherit fg; - } - { - name = "gnumakefile"; - text = ""; - inherit fg; - } - { - name = "commit_editmsg"; - text = ""; - inherit fg; - } - { - name = "fp-lib-table"; - text = ""; - inherit fg; - } - { - name = "fp-info-cache"; - text = ""; - inherit fg; - } - { - name = "eslint.config.ts"; - text = ""; - inherit fg; - } - { - name = "nuxt.config.js"; - text = "󱄆"; - inherit fg; - } - { - name = "platformio.ini"; - text = ""; - inherit fg; - } - { - name = ".nuxtrc"; - text = "󱄆"; - inherit fg; - } - { - name = "gruntfile.coffee"; - text = ""; - inherit fg; - } - { - name = "eslint.config.mjs"; - text = ""; - inherit fg; - } - { - name = "compose.yaml"; - text = "󰡨"; - inherit fg; - } - { - name = "bspwmrc"; - text = ""; - inherit fg; - } - { - name = "brewfile"; - text = ""; - inherit fg; - } - { - name = ".eslintrc"; - text = ""; - inherit fg; - } - { - name = ".gtkrc-2.0"; - text = ""; - inherit fg; - } - { - name = ".Xauthority"; - text = ""; - inherit fg; - } - { - name = ".prettierrc.json"; - text = ""; - inherit fg; - } - { - name = ".npmignore"; - text = ""; - inherit fg; - } - { - name = ".gitmodules"; - text = ""; - inherit fg; - } - ]; + tab_width = 1; + border_style = { fg = "#${base00}"; }; + marker_selected = { + bg = "#${base0C}"; + fg = "#${base00}"; + bold = true; + }; + marker_copied = { + bg = "#${base0B}"; + fg = "#${base00}"; + bold = true; + }; + marker_cut = { + bg = "#${base0A}"; + fg = "#${base00}"; + bold = true; }; }; + which = { + cols = 3; + mask = { bg = "#${base01}"; }; + }; + filetype = { + rules = [ + { + mime = "{audio,video}/*"; + fg = "#${base0C}"; + } + { + name = "*"; + inherit fg; + } + { + name = "*/"; + inherit fg; + } + ]; + }; + icon = { + exts = [ + { + name = "3gp"; + text = ""; + inherit fg; + } + { + name = "3mf"; + text = "󰆧"; + inherit fg; + } + { + name = "7z"; + text = ""; + inherit fg; + } + { + name = "a"; + text = ""; + inherit fg; + } + { + name = "aac"; + text = ""; + inherit fg; + } + { + name = "ai"; + text = ""; + inherit fg; + } + { + name = "aif"; + text = ""; + inherit fg; + } + { + name = "aiff"; + text = ""; + inherit fg; + } + { + name = "android"; + text = ""; + inherit fg; + } + { + name = "ape"; + text = ""; + inherit fg; + } + { + name = "apk"; + text = ""; + inherit fg; + } + { + name = "app"; + text = ""; + inherit fg; + } + { + name = "applescript"; + text = ""; + inherit fg; + } + { + name = "asc"; + text = "󰦝"; + inherit fg; + } + { + name = "ass"; + text = "󰨖"; + inherit fg; + } + { + name = "astro"; + text = ""; + inherit fg; + } + { + name = "awk"; + text = ""; + inherit fg; + } + { + name = "azcli"; + text = ""; + inherit fg; + } + { + name = "bak"; + text = "󰁯"; + inherit fg; + } + { + name = "bash"; + text = ""; + inherit fg; + } + { + name = "bat"; + text = ""; + inherit fg; + } + { + name = "bazel"; + text = ""; + inherit fg; + } + { + name = "bib"; + text = "󱉟"; + inherit fg; + } + { + name = "bicep"; + text = ""; + inherit fg; + } + { + name = "bicepparam"; + text = ""; + inherit fg; + } + { + name = "bin"; + text = ""; + inherit fg; + } + { + name = "blade.php"; + text = ""; + inherit fg; + } + { + name = "blend"; + text = "󰂫"; + inherit fg; + } + { + name = "blp"; + text = "󰺾"; + inherit fg; + } + { + name = "bmp"; + text = ""; + inherit fg; + } + { + name = "brep"; + text = "󰻫"; + inherit fg; + } + { + name = "bz"; + text = ""; + inherit fg; + } + { + name = "bz2"; + text = ""; + inherit fg; + } + { + name = "bz3"; + text = ""; + inherit fg; + } + { + name = "bzl"; + text = ""; + inherit fg; + } + { + name = "c"; + text = ""; + inherit fg; + } + { + name = "c++"; + text = ""; + inherit fg; + } + { + name = "cache"; + text = ""; + inherit fg; + } + { + name = "cast"; + text = ""; + inherit fg; + } + { + name = "cbl"; + text = "⚙"; + inherit fg; + } + { + name = "cc"; + text = ""; + inherit fg; + } + { + name = "ccm"; + text = ""; + inherit fg; + } + { + name = "cfg"; + text = ""; + inherit fg; + } + { + name = "cjs"; + text = ""; + inherit fg; + } + { + name = "clj"; + text = ""; + inherit fg; + } + { + name = "cljc"; + text = ""; + inherit fg; + } + { + name = "cljd"; + text = ""; + inherit fg; + } + { + name = "cljs"; + text = ""; + inherit fg; + } + { + name = "cmake"; + text = ""; + inherit fg; + } + { + name = "cob"; + text = "⚙"; + inherit fg; + } + { + name = "cobol"; + text = "⚙"; + inherit fg; + } + { + name = "coffee"; + text = ""; + inherit fg; + } + { + name = "conf"; + text = ""; + inherit fg; + } + { + name = "config.ru"; + text = ""; + inherit fg; + } + { + name = "cp"; + text = ""; + inherit fg; + } + { + name = "cpp"; + text = ""; + inherit fg; + } + { + name = "cppm"; + text = ""; + inherit fg; + } + { + name = "cpy"; + text = "⚙"; + inherit fg; + } + { + name = "cr"; + text = ""; + inherit fg; + } + { + name = "crdownload"; + text = ""; + inherit fg; + } + { + name = "cs"; + text = "󰌛"; + inherit fg; + } + { + name = "csh"; + text = ""; + inherit fg; + } + { + name = "cshtml"; + text = "󱦗"; + inherit fg; + } + { + name = "cson"; + text = ""; + inherit fg; + } + { + name = "csproj"; + text = "󰪮"; + inherit fg; + } + { + name = "css"; + text = ""; + inherit fg; + } + { + name = "csv"; + text = ""; + inherit fg; + } + { + name = "cts"; + text = ""; + inherit fg; + } + { + name = "cu"; + text = ""; + inherit fg; + } + { + name = "cue"; + text = "󰲹"; + inherit fg; + } + { + name = "cuh"; + text = ""; + inherit fg; + } + { + name = "cxx"; + text = ""; + inherit fg; + } + { + name = "cxxm"; + text = ""; + inherit fg; + } + { + name = "d"; + text = ""; + inherit fg; + } + { + name = "d.ts"; + text = ""; + inherit fg; + } + { + name = "dart"; + text = ""; + inherit fg; + } + { + name = "db"; + text = ""; + inherit fg; + } + { + name = "dconf"; + text = ""; + inherit fg; + } + { + name = "desktop"; + text = ""; + inherit fg; + } + { + name = "diff"; + text = ""; + inherit fg; + } + { + name = "dll"; + text = ""; + inherit fg; + } + { + name = "doc"; + text = "󰈬"; + inherit fg; + } + { + name = "Dockerfile"; + text = "󰡨"; + inherit fg; + } + { + name = "docx"; + text = "󰈬"; + inherit fg; + } + { + name = "dot"; + text = "󱁉"; + inherit fg; + } + { + name = "download"; + text = ""; + inherit fg; + } + { + name = "drl"; + text = ""; + inherit fg; + } + { + name = "dropbox"; + text = ""; + inherit fg; + } + { + name = "dump"; + text = ""; + inherit fg; + } + { + name = "dwg"; + text = "󰻫"; + inherit fg; + } + { + name = "dxf"; + text = "󰻫"; + inherit fg; + } + { + name = "ebook"; + text = ""; + inherit fg; + } + { + name = "edn"; + text = ""; + inherit fg; + } + { + name = "eex"; + text = ""; + inherit fg; + } + { + name = "ejs"; + text = ""; + inherit fg; + } + { + name = "el"; + text = ""; + inherit fg; + } + { + name = "elc"; + text = ""; + inherit fg; + } + { + name = "elf"; + text = ""; + inherit fg; + } + { + name = "elm"; + text = ""; + inherit fg; + } + { + name = "eln"; + text = ""; + inherit fg; + } + { + name = "env"; + text = ""; + inherit fg; + } + { + name = "eot"; + text = ""; + inherit fg; + } + { + name = "epp"; + text = ""; + inherit fg; + } + { + name = "epub"; + text = ""; + inherit fg; + } + { + name = "erb"; + text = ""; + inherit fg; + } + { + name = "erl"; + text = ""; + inherit fg; + } + { + name = "ex"; + text = ""; + inherit fg; + } + { + name = "exe"; + text = ""; + inherit fg; + } + { + name = "exs"; + text = ""; + inherit fg; + } + { + name = "f#"; + text = ""; + inherit fg; + } + { + name = "f3d"; + text = "󰻫"; + inherit fg; + } + { + name = "f90"; + text = "󱈚"; + inherit fg; + } + { + name = "fbx"; + text = "󰆧"; + inherit fg; + } + { + name = "fcbak"; + text = ""; + inherit fg; + } + { + name = "fcmacro"; + text = ""; + inherit fg; + } + { + name = "fcmat"; + text = ""; + inherit fg; + } + { + name = "fcparam"; + text = ""; + inherit fg; + } + { + name = "fcscript"; + text = ""; + inherit fg; + } + { + name = "fcstd"; + text = ""; + inherit fg; + } + { + name = "fcstd1"; + text = ""; + inherit fg; + } + { + name = "fctb"; + text = ""; + inherit fg; + } + { + name = "fctl"; + text = ""; + inherit fg; + } + { + name = "fdmdownload"; + text = ""; + inherit fg; + } + { + name = "fish"; + text = ""; + inherit fg; + } + { + name = "flac"; + text = ""; + inherit fg; + } + { + name = "flc"; + text = ""; + inherit fg; + } + { + name = "flf"; + text = ""; + inherit fg; + } + { + name = "fnl"; + text = ""; + inherit fg; + } + { + name = "fs"; + text = ""; + inherit fg; + } + { + name = "fsi"; + text = ""; + inherit fg; + } + { + name = "fsscript"; + text = ""; + inherit fg; + } + { + name = "fsx"; + text = ""; + inherit fg; + } + { + name = "gcode"; + text = "󰐫"; + inherit fg; + } + { + name = "gd"; + text = ""; + inherit fg; + } + { + name = "gemspec"; + text = ""; + inherit fg; + } + { + name = "gif"; + text = ""; + inherit fg; + } + { + name = "git"; + text = ""; + inherit fg; + } + { + name = "glb"; + text = ""; + inherit fg; + } + { + name = "gnumakefile"; + text = ""; + inherit fg; + } + { + name = "go"; + text = ""; + inherit fg; + } + { + name = "godot"; + text = ""; + inherit fg; + } + { + name = "gql"; + text = ""; + inherit fg; + } + { + name = "graphql"; + text = ""; + inherit fg; + } + { + name = "gresource"; + text = ""; + inherit fg; + } + { + name = "gv"; + text = "󱁉"; + inherit fg; + } + { + name = "gz"; + text = ""; + inherit fg; + } + { + name = "h"; + text = ""; + inherit fg; + } + { + name = "haml"; + text = ""; + inherit fg; + } + { + name = "hbs"; + text = ""; + inherit fg; + } + { + name = "heex"; + text = ""; + inherit fg; + } + { + name = "hex"; + text = ""; + inherit fg; + } + { + name = "hh"; + text = ""; + inherit fg; + } + { + name = "hpp"; + text = ""; + inherit fg; + } + { + name = "hrl"; + text = ""; + inherit fg; + } + { + name = "hs"; + text = ""; + inherit fg; + } + { + name = "htm"; + text = ""; + inherit fg; + } + { + name = "html"; + text = ""; + inherit fg; + } + { + name = "huff"; + text = "󰡘"; + inherit fg; + } + { + name = "hurl"; + text = ""; + inherit fg; + } + { + name = "hx"; + text = ""; + inherit fg; + } + { + name = "hxx"; + text = ""; + inherit fg; + } + { + name = "ical"; + text = ""; + inherit fg; + } + { + name = "icalendar"; + text = ""; + inherit fg; + } + { + name = "ico"; + text = ""; + inherit fg; + } + { + name = "ics"; + text = ""; + inherit fg; + } + { + name = "ifb"; + text = ""; + inherit fg; + } + { + name = "ifc"; + text = "󰻫"; + inherit fg; + } + { + name = "ige"; + text = "󰻫"; + inherit fg; + } + { + name = "iges"; + text = "󰻫"; + inherit fg; + } + { + name = "igs"; + text = "󰻫"; + inherit fg; + } + { + name = "image"; + text = ""; + inherit fg; + } + { + name = "img"; + text = ""; + inherit fg; + } + { + name = "import"; + text = ""; + inherit fg; + } + { + name = "info"; + text = ""; + inherit fg; + } + { + name = "ini"; + text = ""; + inherit fg; + } + { + name = "ino"; + text = ""; + inherit fg; + } + { + name = "ipynb"; + text = ""; + inherit fg; + } + { + name = "iso"; + text = ""; + inherit fg; + } + { + name = "ixx"; + text = ""; + inherit fg; + } + { + name = "java"; + text = ""; + inherit fg; + } + { + name = "jl"; + text = ""; + inherit fg; + } + { + name = "jpeg"; + text = ""; + inherit fg; + } + { + name = "jpg"; + text = ""; + inherit fg; + } + { + name = "js"; + text = ""; + inherit fg; + } + { + name = "json"; + text = ""; + inherit fg; + } + { + name = "json5"; + text = ""; + inherit fg; + } + { + name = "jsonc"; + text = ""; + inherit fg; + } + { + name = "jsx"; + text = ""; + inherit fg; + } + { + name = "jwmrc"; + text = ""; + inherit fg; + } + { + name = "jxl"; + text = ""; + inherit fg; + } + { + name = "kbx"; + text = "󰯄"; + inherit fg; + } + { + name = "kdb"; + text = ""; + inherit fg; + } + { + name = "kdbx"; + text = ""; + inherit fg; + } + { + name = "kdenlive"; + text = ""; + inherit fg; + } + { + name = "kdenlivetitle"; + text = ""; + inherit fg; + } + { + name = "kicad_dru"; + text = ""; + inherit fg; + } + { + name = "kicad_mod"; + text = ""; + inherit fg; + } + { + name = "kicad_pcb"; + text = ""; + inherit fg; + } + { + name = "kicad_prl"; + text = ""; + inherit fg; + } + { + name = "kicad_pro"; + text = ""; + inherit fg; + } + { + name = "kicad_sch"; + text = ""; + inherit fg; + } + { + name = "kicad_sym"; + text = ""; + inherit fg; + } + { + name = "kicad_wks"; + text = ""; + inherit fg; + } + { + name = "ko"; + text = ""; + inherit fg; + } + { + name = "kpp"; + text = ""; + inherit fg; + } + { + name = "kra"; + text = ""; + inherit fg; + } + { + name = "krz"; + text = ""; + inherit fg; + } + { + name = "ksh"; + text = ""; + inherit fg; + } + { + name = "kt"; + text = ""; + inherit fg; + } + { + name = "kts"; + text = ""; + inherit fg; + } + { + name = "lck"; + text = ""; + inherit fg; + } + { + name = "leex"; + text = ""; + inherit fg; + } + { + name = "less"; + text = ""; + inherit fg; + } + { + name = "lff"; + text = ""; + inherit fg; + } + { + name = "lhs"; + text = ""; + inherit fg; + } + { + name = "lib"; + text = ""; + inherit fg; + } + { + name = "license"; + text = ""; + inherit fg; + } + { + name = "liquid"; + text = ""; + inherit fg; + } + { + name = "lock"; + text = ""; + inherit fg; + } + { + name = "log"; + text = "󰌱"; + inherit fg; + } + { + name = "lrc"; + text = "󰨖"; + inherit fg; + } + { + name = "lua"; + text = ""; + inherit fg; + } + { + name = "luac"; + text = ""; + inherit fg; + } + { + name = "luau"; + text = ""; + inherit fg; + } + { + name = "m"; + text = ""; + inherit fg; + } + { + name = "m3u"; + text = "󰲹"; + inherit fg; + } + { + name = "m3u8"; + text = "󰲹"; + inherit fg; + } + { + name = "m4a"; + text = ""; + inherit fg; + } + { + name = "m4v"; + text = ""; + inherit fg; + } + { + name = "magnet"; + text = ""; + inherit fg; + } + { + name = "makefile"; + text = ""; + inherit fg; + } + { + name = "markdown"; + text = ""; + inherit fg; + } + { + name = "material"; + text = "󰔉"; + inherit fg; + } + { + name = "md"; + text = ""; + inherit fg; + } + { + name = "md5"; + text = "󰕥"; + inherit fg; + } + { + name = "mdx"; + text = ""; + inherit fg; + } + { + name = "mint"; + text = "󰌪"; + inherit fg; + } + { + name = "mjs"; + text = ""; + inherit fg; + } + { + name = "mk"; + text = ""; + inherit fg; + } + { + name = "mkv"; + text = ""; + inherit fg; + } + { + name = "ml"; + text = ""; + inherit fg; + } + { + name = "mli"; + text = ""; + inherit fg; + } + { + name = "mm"; + text = ""; + inherit fg; + } + { + name = "mo"; + text = "∞"; + inherit fg; + } + { + name = "mobi"; + text = ""; + inherit fg; + } + { + name = "mov"; + text = ""; + inherit fg; + } + { + name = "mp3"; + text = ""; + inherit fg; + } + { + name = "mp4"; + text = ""; + inherit fg; + } + { + name = "mpp"; + text = ""; + inherit fg; + } + { + name = "msf"; + text = ""; + inherit fg; + } + { + name = "mts"; + text = ""; + inherit fg; + } + { + name = "mustache"; + text = ""; + inherit fg; + } + { + name = "nfo"; + text = ""; + inherit fg; + } + { + name = "nim"; + text = ""; + inherit fg; + } + { + name = "nix"; + text = ""; + inherit fg; + } + { + name = "nswag"; + text = ""; + inherit fg; + } + { + name = "nu"; + text = ">"; + inherit fg; + } + { + name = "o"; + text = ""; + inherit fg; + } + { + name = "obj"; + text = "󰆧"; + inherit fg; + } + { + name = "ogg"; + text = ""; + inherit fg; + } + { + name = "opus"; + text = ""; + inherit fg; + } + { + name = "org"; + text = ""; + inherit fg; + } + { + name = "otf"; + text = ""; + inherit fg; + } + { + name = "out"; + text = ""; + inherit fg; + } + { + name = "part"; + text = ""; + inherit fg; + } + { + name = "patch"; + text = ""; + inherit fg; + } + { + name = "pck"; + text = ""; + inherit fg; + } + { + name = "pcm"; + text = ""; + inherit fg; + } + { + name = "pdf"; + text = ""; + inherit fg; + } + { + name = "php"; + text = ""; + inherit fg; + } + { + name = "pl"; + text = ""; + inherit fg; + } + { + name = "pls"; + text = "󰲹"; + inherit fg; + } + { + name = "ply"; + text = "󰆧"; + inherit fg; + } + { + name = "pm"; + text = ""; + inherit fg; + } + { + name = "png"; + text = ""; + inherit fg; + } + { + name = "po"; + text = ""; + inherit fg; + } + { + name = "pot"; + text = ""; + inherit fg; + } + { + name = "pp"; + text = ""; + inherit fg; + } + { + name = "ppt"; + text = "󰈧"; + inherit fg; + } + { + name = "prisma"; + text = ""; + inherit fg; + } + { + name = "pro"; + text = ""; + inherit fg; + } + { + name = "ps1"; + text = "󰨊"; + inherit fg; + } + { + name = "psb"; + text = ""; + inherit fg; + } + { + name = "psd"; + text = ""; + inherit fg; + } + { + name = "psd1"; + text = "󰨊"; + inherit fg; + } + { + name = "psm1"; + text = "󰨊"; + inherit fg; + } + { + name = "pub"; + text = "󰷖"; + inherit fg; + } + { + name = "pxd"; + text = ""; + inherit fg; + } + { + name = "pxi"; + text = ""; + inherit fg; + } + { + name = "py"; + text = ""; + inherit fg; + } + { + name = "pyc"; + text = ""; + inherit fg; + } + { + name = "pyd"; + text = ""; + inherit fg; + } + { + name = "pyi"; + text = ""; + inherit fg; + } + { + name = "pyo"; + text = ""; + inherit fg; + } + { + name = "pyx"; + text = ""; + inherit fg; + } + { + name = "qm"; + text = ""; + inherit fg; + } + { + name = "qml"; + text = ""; + inherit fg; + } + { + name = "qrc"; + text = ""; + inherit fg; + } + { + name = "qss"; + text = ""; + inherit fg; + } + { + name = "query"; + text = ""; + inherit fg; + } + { + name = "r"; + text = "󰟔"; + inherit fg; + } + { + name = "rake"; + text = ""; + inherit fg; + } + { + name = "rar"; + text = ""; + inherit fg; + } + { + name = "razor"; + text = "󱦘"; + inherit fg; + } + { + name = "rb"; + text = ""; + inherit fg; + } + { + name = "res"; + text = ""; + inherit fg; + } + { + name = "resi"; + text = ""; + inherit fg; + } + { + name = "rlib"; + text = ""; + inherit fg; + } + { + name = "rmd"; + text = ""; + inherit fg; + } + { + name = "rproj"; + text = "󰗆"; + inherit fg; + } + { + name = "rs"; + text = ""; + inherit fg; + } + { + name = "rss"; + text = ""; + inherit fg; + } + { + name = "sass"; + text = ""; + inherit fg; + } + { + name = "sbt"; + text = ""; + inherit fg; + } + { + name = "sc"; + text = ""; + inherit fg; + } + { + name = "scad"; + text = ""; + inherit fg; + } + { + name = "scala"; + text = ""; + inherit fg; + } + { + name = "scm"; + text = "󰘧"; + inherit fg; + } + { + name = "scss"; + text = ""; + inherit fg; + } + { + name = "sh"; + text = ""; + inherit fg; + } + { + name = "sha1"; + text = "󰕥"; + inherit fg; + } + { + name = "sha224"; + text = "󰕥"; + inherit fg; + } + { + name = "sha256"; + text = "󰕥"; + inherit fg; + } + { + name = "sha384"; + text = "󰕥"; + inherit fg; + } + { + name = "sha512"; + text = "󰕥"; + inherit fg; + } + { + name = "sig"; + text = "λ"; + inherit fg; + } + { + name = "signature"; + text = "λ"; + inherit fg; + } + { + name = "skp"; + text = "󰻫"; + inherit fg; + } + { + name = "sldasm"; + text = "󰻫"; + inherit fg; + } + { + name = "sldprt"; + text = "󰻫"; + inherit fg; + } + { + name = "slim"; + text = ""; + inherit fg; + } + { + name = "sln"; + text = ""; + inherit fg; + } + { + name = "slvs"; + text = "󰻫"; + inherit fg; + } + { + name = "sml"; + text = "λ"; + inherit fg; + } + { + name = "so"; + text = ""; + inherit fg; + } + { + name = "sol"; + text = ""; + inherit fg; + } + { + name = "spec.js"; + text = ""; + inherit fg; + } + { + name = "spec.jsx"; + text = ""; + inherit fg; + } + { + name = "spec.ts"; + text = ""; + inherit fg; + } + { + name = "spec.tsx"; + text = ""; + inherit fg; + } + { + name = "sql"; + text = ""; + inherit fg; + } + { + name = "sqlite"; + text = ""; + inherit fg; + } + { + name = "sqlite3"; + text = ""; + inherit fg; + } + { + name = "srt"; + text = "󰨖"; + inherit fg; + } + { + name = "ssa"; + text = "󰨖"; + inherit fg; + } + { + name = "ste"; + text = "󰻫"; + inherit fg; + } + { + name = "step"; + text = "󰻫"; + inherit fg; + } + { + name = "stl"; + text = "󰆧"; + inherit fg; + } + { + name = "stp"; + text = "󰻫"; + inherit fg; + } + { + name = "strings"; + text = ""; + inherit fg; + } + { + name = "styl"; + text = ""; + inherit fg; + } + { + name = "sub"; + text = "󰨖"; + inherit fg; + } + { + name = "sublime"; + text = ""; + inherit fg; + } + { + name = "suo"; + text = ""; + inherit fg; + } + { + name = "sv"; + text = "󰍛"; + inherit fg; + } + { + name = "svelte"; + text = ""; + inherit fg; + } + { + name = "svg"; + text = "󰜡"; + inherit fg; + } + { + name = "svh"; + text = "󰍛"; + inherit fg; + } + { + name = "swift"; + text = ""; + inherit fg; + } + { + name = "t"; + text = ""; + inherit fg; + } + { + name = "tbc"; + text = "󰛓"; + inherit fg; + } + { + name = "tcl"; + text = "󰛓"; + inherit fg; + } + { + name = "templ"; + text = ""; + inherit fg; + } + { + name = "terminal"; + text = ""; + inherit fg; + } + { + name = "test.js"; + text = ""; + inherit fg; + } + { + name = "test.jsx"; + text = ""; + inherit fg; + } + { + name = "test.ts"; + text = ""; + inherit fg; + } + { + name = "test.tsx"; + text = ""; + inherit fg; + } + { + name = "tex"; + text = ""; + inherit fg; + } + { + name = "tf"; + text = ""; + inherit fg; + } + { + name = "tfvars"; + text = ""; + inherit fg; + } + { + name = "tgz"; + text = ""; + inherit fg; + } + { + name = "tmux"; + text = ""; + inherit fg; + } + { + name = "toml"; + text = ""; + inherit fg; + } + { + name = "torrent"; + text = ""; + inherit fg; + } + { + name = "tres"; + text = ""; + inherit fg; + } + { + name = "ts"; + text = ""; + inherit fg; + } + { + name = "tscn"; + text = ""; + inherit fg; + } + { + name = "tsconfig"; + text = ""; + inherit fg; + } + { + name = "tsx"; + text = ""; + inherit fg; + } + { + name = "ttf"; + text = ""; + inherit fg; + } + { + name = "twig"; + text = ""; + inherit fg; + } + { + name = "txt"; + text = "󰈙"; + inherit fg; + } + { + name = "txz"; + text = ""; + inherit fg; + } + { + name = "typoscript"; + text = ""; + inherit fg; + } + { + name = "ui"; + text = ""; + inherit fg; + } + { + name = "v"; + text = "󰍛"; + inherit fg; + } + { + name = "vala"; + text = ""; + inherit fg; + } + { + name = "vh"; + text = "󰍛"; + inherit fg; + } + { + name = "vhd"; + text = "󰍛"; + inherit fg; + } + { + name = "vhdl"; + text = "󰍛"; + inherit fg; + } + { + name = "vim"; + text = ""; + inherit fg; + } + { + name = "vsh"; + text = ""; + inherit fg; + } + { + name = "vsix"; + text = ""; + inherit fg; + } + { + name = "vue"; + text = ""; + inherit fg; + } + { + name = "wasm"; + text = ""; + inherit fg; + } + { + name = "wav"; + text = ""; + inherit fg; + } + { + name = "webm"; + text = ""; + inherit fg; + } + { + name = "webmanifest"; + text = ""; + inherit fg; + } + { + name = "webp"; + text = ""; + inherit fg; + } + { + name = "webpack"; + text = "󰜫"; + inherit fg; + } + { + name = "wma"; + text = ""; + inherit fg; + } + { + name = "woff"; + text = ""; + inherit fg; + } + { + name = "woff2"; + text = ""; + inherit fg; + } + { + name = "wrl"; + text = "󰆧"; + inherit fg; + } + { + name = "wrz"; + text = "󰆧"; + inherit fg; + } + { + name = "x"; + text = ""; + inherit fg; + } + { + name = "xaml"; + text = "󰙳"; + inherit fg; + } + { + name = "xcf"; + text = ""; + inherit fg; + } + { + name = "xcplayground"; + text = ""; + inherit fg; + } + { + name = "xcstrings"; + text = ""; + inherit fg; + } + { + name = "xls"; + text = "󰈛"; + inherit fg; + } + { + name = "xlsx"; + text = "󰈛"; + inherit fg; + } + { + name = "xm"; + text = ""; + inherit fg; + } + { + name = "xml"; + text = "󰗀"; + inherit fg; + } + { + name = "xpi"; + text = ""; + inherit fg; + } + { + name = "xul"; + text = ""; + inherit fg; + } + { + name = "xz"; + text = ""; + inherit fg; + } + { + name = "yaml"; + text = ""; + inherit fg; + } + { + name = "yml"; + text = ""; + inherit fg; + } + { + name = "zig"; + text = ""; + inherit fg; + } + { + name = "zip"; + text = ""; + inherit fg; + } + { + name = "zsh"; + text = ""; + inherit fg; + } + { + name = "zst"; + text = ""; + inherit fg; + } + ]; + files = [ + { + name = "gulpfile.js"; + text = ""; + inherit fg; + } + { + name = ".babelrc"; + text = ""; + inherit fg; + } + { + name = "copying.lesser"; + text = ""; + inherit fg; + } + { + name = ".npmrc"; + text = ""; + inherit fg; + } + { + name = "docker-compose.yml"; + text = "󰡨"; + inherit fg; + } + { + name = "svelte.config.js"; + text = ""; + inherit fg; + } + { + name = "copying"; + text = ""; + inherit fg; + } + { + name = "prettier.config.ts"; + text = ""; + inherit fg; + } + { + name = "gruntfile.babel.js"; + text = ""; + inherit fg; + } + { + name = ".SRCINFO"; + text = "󰣇"; + inherit fg; + } + { + name = ".xinitrc"; + text = ""; + inherit fg; + } + { + name = "docker-compose.yaml"; + text = "󰡨"; + inherit fg; + } + { + name = "nuxt.config.ts"; + text = "󱄆"; + inherit fg; + } + { + name = "build"; + text = ""; + inherit fg; + } + { + name = ".editorconfig"; + text = ""; + inherit fg; + } + { + name = "nuxt.config.mjs"; + text = "󱄆"; + inherit fg; + } + { + name = ".gitlab-ci.yml"; + text = ""; + inherit fg; + } + { + name = "PKGBUILD"; + text = ""; + inherit fg; + } + { + name = ".bash_profile"; + text = ""; + inherit fg; + } + { + name = ".bashrc"; + text = ""; + inherit fg; + } + { + name = "compose.yml"; + text = "󰡨"; + inherit fg; + } + { + name = "eslint.config.cjs"; + text = ""; + inherit fg; + } + { + name = "go.mod"; + text = ""; + inherit fg; + } + { + name = ".mailmap"; + text = "󰊢"; + inherit fg; + } + { + name = "gtkrc"; + text = ""; + inherit fg; + } + { + name = "go.work"; + text = ""; + inherit fg; + } + { + name = "justfile"; + text = ""; + inherit fg; + } + { + name = "kritadisplayrc"; + text = ""; + inherit fg; + } + { + name = "commitlint.config.js"; + text = "󰜘"; + inherit fg; + } + { + name = ".env"; + text = ""; + inherit fg; + } + { + name = "PrusaSlicerGcodeViewer.ini"; + text = ""; + inherit fg; + } + { + name = "r"; + text = "󰟔"; + inherit fg; + } + { + name = "license"; + text = ""; + inherit fg; + } + { + name = ".gitignore"; + text = ""; + inherit fg; + } + { + name = "tailwind.config.js"; + text = "󱏿"; + inherit fg; + } + { + name = ".prettierrc.yml"; + text = ""; + inherit fg; + } + { + name = ".zprofile"; + text = ""; + inherit fg; + } + { + name = ".zshenv"; + text = ""; + inherit fg; + } + { + name = "xmonad.hs"; + text = ""; + inherit fg; + } + { + name = ".eslintignore"; + text = ""; + inherit fg; + } + { + name = "tsconfig.json"; + text = ""; + inherit fg; + } + { + name = ".prettierrc.json5"; + text = ""; + inherit fg; + } + { + name = ".ds_store"; + text = ""; + inherit fg; + } + { + name = "gulpfile.coffee"; + text = ""; + inherit fg; + } + { + name = "R"; + text = "󰟔"; + inherit fg; + } + { + name = ".zshrc"; + text = ""; + inherit fg; + } + { + name = ".prettierrc.toml"; + text = ""; + inherit fg; + } + { + name = ".gvimrc"; + text = ""; + inherit fg; + } + { + name = ".xsession"; + text = ""; + inherit fg; + } + { + name = ".justfile"; + text = ""; + inherit fg; + } + { + name = ".gitconfig"; + text = ""; + inherit fg; + } + { + name = "gradle-wrapper.properties"; + text = ""; + inherit fg; + } + { + name = "ionic.config.json"; + text = ""; + inherit fg; + } + { + name = "cantorrc"; + text = ""; + inherit fg; + } + { + name = ".gleam"; + text = ""; + inherit fg; + } + { + name = "package-lock.json"; + text = ""; + inherit fg; + } + { + name = "package.json"; + text = ""; + inherit fg; + } + { + name = "hyprland.conf"; + text = ""; + inherit fg; + } + { + name = "gulpfile.babel.js"; + text = ""; + inherit fg; + } + { + name = ".nvmrc"; + text = ""; + inherit fg; + } + { + name = ".prettierignore"; + text = ""; + inherit fg; + } + { + name = "ext_typoscript_setup.txt"; + text = ""; + inherit fg; + } + { + name = "QtProject.conf"; + text = ""; + inherit fg; + } + { + name = "avif"; + text = ""; + inherit fg; + } + { + name = "mix.lock"; + text = ""; + inherit fg; + } + { + name = "build.gradle"; + text = ""; + inherit fg; + } + { + name = "gemfile$"; + text = ""; + inherit fg; + } + { + name = ".vimrc"; + text = ""; + inherit fg; + } + { + name = "i18n.config.ts"; + text = "󰗊"; + inherit fg; + } + { + name = "gulpfile.ts"; + text = ""; + inherit fg; + } + { + name = "build.zig.zon"; + text = ""; + inherit fg; + } + { + name = "checkhealth"; + text = "󰓙"; + inherit fg; + } + { + name = "xmobarrc"; + text = ""; + inherit fg; + } + { + name = "_vimrc"; + text = ""; + inherit fg; + } + { + name = ".luaurc"; + text = ""; + inherit fg; + } + { + name = "kdenlive-layoutsrc"; + text = ""; + inherit fg; + } + { + name = "gradlew"; + text = ""; + inherit fg; + } + { + name = "xsettingsd.conf"; + text = ""; + inherit fg; + } + { + name = "vlcrc"; + text = "󰕼"; + inherit fg; + } + { + name = "xorg.conf"; + text = ""; + inherit fg; + } + { + name = "xmobarrc.hs"; + text = ""; + inherit fg; + } + { + name = "workspace"; + text = ""; + inherit fg; + } + { + name = ".gitattributes"; + text = ""; + inherit fg; + } + { + name = "favicon.ico"; + text = ""; + inherit fg; + } + { + name = "go.sum"; + text = ""; + inherit fg; + } + { + name = "pom.xml"; + text = ""; + inherit fg; + } + { + name = "webpack"; + text = "󰜫"; + inherit fg; + } + { + name = "vagrantfile$"; + text = ""; + inherit fg; + } + { + name = "unlicense"; + text = ""; + inherit fg; + } + { + name = "tmux.conf.local"; + text = ""; + inherit fg; + } + { + name = "settings.gradle"; + text = ""; + inherit fg; + } + { + name = ".dockerignore"; + text = "󰡨"; + inherit fg; + } + { + name = "sym-lib-table"; + text = ""; + inherit fg; + } + { + name = "_gvimrc"; + text = ""; + inherit fg; + } + { + name = "kdenliverc"; + text = ""; + inherit fg; + } + { + name = "kdeglobals"; + text = ""; + inherit fg; + } + { + name = ".prettierrc.yaml"; + text = ""; + inherit fg; + } + { + name = "rmd"; + text = ""; + inherit fg; + } + { + name = "tailwind.config.mjs"; + text = "󱏿"; + inherit fg; + } + { + name = "sxhkdrc"; + text = ""; + inherit fg; + } + { + name = "robots.txt"; + text = "󰚩"; + inherit fg; + } + { + name = "tailwind.config.ts"; + text = "󱏿"; + inherit fg; + } + { + name = "prettier.config.mjs"; + text = ""; + inherit fg; + } + { + name = "mpv.conf"; + text = ""; + inherit fg; + } + { + name = "py.typed"; + text = ""; + inherit fg; + } + { + name = "PrusaSlicer.ini"; + text = ""; + inherit fg; + } + { + name = "procfile"; + text = ""; + inherit fg; + } + { + name = "rakefile"; + text = ""; + inherit fg; + } + { + name = "kritarc"; + text = ""; + inherit fg; + } + { + name = ".Xresources"; + text = ""; + inherit fg; + } + { + name = "prettier.config.js"; + text = ""; + inherit fg; + } + { + name = "commitlint.config.ts"; + text = "󰜘"; + inherit fg; + } + { + name = "weston.ini"; + text = ""; + inherit fg; + } + { + name = "eslint.config.js"; + text = ""; + inherit fg; + } + { + name = "cmakelists.txt"; + text = ""; + inherit fg; + } + { + name = ".git-blame-ignore-revs"; + text = ""; + inherit fg; + } + { + name = "config"; + text = ""; + inherit fg; + } + { + name = "nuxt.config.cjs"; + text = "󱄆"; + inherit fg; + } + { + name = "node_modules"; + text = ""; + inherit fg; + } + { + name = "makefile"; + text = ""; + inherit fg; + } + { + name = "lxqt.conf"; + text = ""; + inherit fg; + } + { + name = "i18n.config.js"; + text = "󰗊"; + inherit fg; + } + { + name = "FreeCAD.conf"; + text = ""; + inherit fg; + } + { + name = "prettier.config.cjs"; + text = ""; + inherit fg; + } + { + name = "tmux.conf"; + text = ""; + inherit fg; + } + { + name = "kalgebrarc"; + text = ""; + inherit fg; + } + { + name = "i3status.conf"; + text = ""; + inherit fg; + } + { + name = ".settings.json"; + text = ""; + inherit fg; + } + { + name = "containerfile"; + text = "󰡨"; + inherit fg; + } + { + name = "i3blocks.conf"; + text = ""; + inherit fg; + } + { + name = "lxde-rc.xml"; + text = ""; + inherit fg; + } + { + name = "gradle.properties"; + text = ""; + inherit fg; + } + { + name = "hypridle.conf"; + text = ""; + inherit fg; + } + { + name = "gruntfile.ts"; + text = ""; + inherit fg; + } + { + name = "gruntfile.js"; + text = ""; + inherit fg; + } + { + name = "dockerfile"; + text = "󰡨"; + inherit fg; + } + { + name = "groovy"; + text = ""; + inherit fg; + } + { + name = "hyprlock.conf"; + text = ""; + inherit fg; + } + { + name = ".prettierrc"; + text = ""; + inherit fg; + } + { + name = "gnumakefile"; + text = ""; + inherit fg; + } + { + name = "commit_editmsg"; + text = ""; + inherit fg; + } + { + name = "fp-lib-table"; + text = ""; + inherit fg; + } + { + name = "fp-info-cache"; + text = ""; + inherit fg; + } + { + name = "eslint.config.ts"; + text = ""; + inherit fg; + } + { + name = "nuxt.config.js"; + text = "󱄆"; + inherit fg; + } + { + name = "platformio.ini"; + text = ""; + inherit fg; + } + { + name = ".nuxtrc"; + text = "󱄆"; + inherit fg; + } + { + name = "gruntfile.coffee"; + text = ""; + inherit fg; + } + { + name = "eslint.config.mjs"; + text = ""; + inherit fg; + } + { + name = "compose.yaml"; + text = "󰡨"; + inherit fg; + } + { + name = "bspwmrc"; + text = ""; + inherit fg; + } + { + name = "brewfile"; + text = ""; + inherit fg; + } + { + name = ".eslintrc"; + text = ""; + inherit fg; + } + { + name = ".gtkrc-2.0"; + text = ""; + inherit fg; + } + { + name = ".Xauthority"; + text = ""; + inherit fg; + } + { + name = ".prettierrc.json"; + text = ""; + inherit fg; + } + { + name = ".npmignore"; + text = ""; + inherit fg; + } + { + name = ".gitmodules"; + text = ""; + inherit fg; + } + ]; + }; + }; } diff --git a/modules/home/wm/hyprland/binds.nix b/modules/home/wm/hyprland/binds.nix index 6adc981..fd29b10 100644 --- a/modules/home/wm/hyprland/binds.nix +++ b/modules/home/wm/hyprland/binds.nix @@ -12,8 +12,7 @@ let "$mod SHIFT, code:1${toString i}, movetoworkspace, ${toString ws}" ]) 10)); in { - wayland.windowManager.hyprland.settings = { - # SHORTCUTS + wayland.windowManager.hyprland.settings = { # SHORTCUTS "$m" = "SUPER"; "$s" = "SHIFT"; "$a" = "ALT"; @@ -31,10 +30,8 @@ in { "$mu" = "mouse_up"; "$ex" = "exec"; - # KEYBOARD - bind = with cfg; - [ - # MENU + bind = with cfg; # KEYBOARD + [ # MENU "$m, $tb, exec, ${pkgs.nwg-drawer}/bin/nwg-drawer -ovl -nocats -nofs -d -c 5 -mb -49" # BUILTIN COMMANDS @@ -54,11 +51,11 @@ in { "$m $s, G, changegroupactive" "$m $a, G, moveoutofgroup" - "$m, Z, togglespecialworkspace, extra" - "$m $s, Z, movetoworkspace, special:extra" + "$m, A, togglespecialworkspace, extra" + "$m $s, A, movetoworkspace, special:extra" - "$m, C, togglespecialworkspace, magic" - "$m $s, C, movetoworkspace, special:magic" + "$m, D, togglespecialworkspace, magic" + "$m $s, D, movetoworkspace, special:magic" "$m, $md, workspace, e+1" "$m, $mu, workspace, e-1" @@ -127,8 +124,7 @@ in { ", XF86MonBrightnessUp, $ex, doas light -A 10" ]; - # MOUSE - bindm = [ + bindm = [ # MOUSE "$m, mouse:272, movewindow" "$m, mouse:273, resizewindow" "$m $s, mouse:273, resizewindow 1" @@ -137,11 +133,11 @@ in { # SELECT AREA FOR VIDEO RECORD xdg.configFile."hypr/wfrec" = { + executable = true; text = with config.lib.stylix.colors; '' #!/usr/bin/env bash ${pkgs.wf-recorder}/bin/wf-recorder -a ${aud} -f ${vid} -g "$(${pkgs.slurp}/bin/slurp -b '${base00}CC' -c '${base0F}FF' -B '${base02}CC' -w '3')" ''; - executable = true; }; } diff --git a/workst/home/default.nix b/workst/home/default.nix index 113dd4d..90883aa 100644 --- a/workst/home/default.nix +++ b/workst/home/default.nix @@ -46,9 +46,7 @@ icon = "adwaita"; }; qt = True; # QT APPS - stylix = True // { # ALL_OVER - image = "train"; - }; + stylix = True // { image = "ocean"; }; }; wm = { # WINDOW MANAGER hyprland = True; diff --git a/workst/home/parts/hyprland.nix b/workst/home/parts/hyprland.nix index 53aff78..8dd9d09 100644 --- a/workst/home/parts/hyprland.nix +++ b/workst/home/parts/hyprland.nix @@ -22,9 +22,9 @@ "$m $s, M, exec, kitty ${c}=anicliru anicli-ru -q 1080" "$m $a, M, exec, onlyoffice" - "$m, S, exec, bottles" - "$m $s, S, exec, prismlauncher" - "$m $a, S, exec, qbittorrent" + "$m, Z, exec, bottles" + "$m $s, Z, exec, prismlauncher" + "$m $a, Z, exec, qbittorrent" # SCREENSHOTTER & VIDEO ", $PR, exec, ${grimblast}/bin/grimblast copysave area"