From d80c8d525756567b7f69eefdc633be1d93f7f40d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 26 Dec 2024 00:52:12 -0800 Subject: [PATCH] chore: remove unneeded users/youwen directory --- users/youwen/common/core.nix | 201 ------ users/youwen/common/default.nix | 1 - users/youwen/common/essentials/README.md | 1 - users/youwen/common/essentials/tabliss.json | 1 - .../common/essentials/vencord-settings.json | 617 ------------------ users/youwen/common/fastfetch/config.json | 81 --- users/youwen/common/fastfetch/default.nix | 26 - users/youwen/common/fastfetch/nixos-logo.png | Bin 28684 -> 0 bytes users/youwen/common/jetpack.toml | 315 --------- users/youwen/darwin/darwin-home.nix | 81 --- users/youwen/linux/desktop/default.nix | 10 - users/youwen/linux/home.nix | 125 ---- users/youwen/linux/hyprland/common.nix | 404 ------------ .../youwen/linux/hyprland/desktop/default.nix | 1 - .../youwen/linux/hyprland/laptop/default.nix | 18 - users/youwen/linux/laptop/default.nix | 15 - .../linux/packages/aarch-64/default.nix | 12 - .../youwen/linux/packages/common-packages.nix | 41 -- .../youwen/linux/packages/x86_64/default.nix | 20 - users/youwen/linux/programs/default.nix | 76 --- users/youwen/linux/spicetify/default.nix | 26 - users/youwen/linux/theming/catppuccin.nix | 22 - users/youwen/linux/theming/default.nix | 32 - users/youwen/linux/theming/stylix.nix | 12 - .../linux/var/easyeffects/input/Default.json | 75 --- .../linux/var/easyeffects/input/Studio.json | 75 --- .../easyeffects/output/AirPods Pro ANC.json | 243 ------- .../output/AirPods Pro Transparency.json | 243 ------- .../var/easyeffects/output/Arctis Pro EQ.json | 243 ------- .../var/easyeffects/output/DT770 Pro.json | 243 ------- .../linux/var/easyeffects/output/Default.json | 243 ------- users/youwen/linux/var/settings.json | 611 ----------------- users/youwen/linux/vesktop/default.nix | 18 - users/youwen/linux/waybar/desktop/default.nix | 171 ----- users/youwen/linux/waybar/desktop/style.css | 71 -- users/youwen/linux/waybar/laptop/default.nix | 192 ------ users/youwen/linux/waybar/laptop/style.css | 78 --- users/youwen/linux/waybar/laptop/swaync.nix | 310 --------- 38 files changed, 4954 deletions(-) delete mode 100755 users/youwen/common/core.nix delete mode 100644 users/youwen/common/default.nix delete mode 100644 users/youwen/common/essentials/README.md delete mode 100644 users/youwen/common/essentials/tabliss.json delete mode 100644 users/youwen/common/essentials/vencord-settings.json delete mode 100644 users/youwen/common/fastfetch/config.json delete mode 100644 users/youwen/common/fastfetch/default.nix delete mode 100644 users/youwen/common/fastfetch/nixos-logo.png delete mode 100644 users/youwen/common/jetpack.toml delete mode 100755 users/youwen/darwin/darwin-home.nix delete mode 100644 users/youwen/linux/desktop/default.nix delete mode 100755 users/youwen/linux/home.nix delete mode 100644 users/youwen/linux/hyprland/common.nix delete mode 100644 users/youwen/linux/hyprland/desktop/default.nix delete mode 100644 users/youwen/linux/hyprland/laptop/default.nix delete mode 100644 users/youwen/linux/laptop/default.nix delete mode 100644 users/youwen/linux/packages/aarch-64/default.nix delete mode 100644 users/youwen/linux/packages/common-packages.nix delete mode 100644 users/youwen/linux/packages/x86_64/default.nix delete mode 100644 users/youwen/linux/programs/default.nix delete mode 100644 users/youwen/linux/spicetify/default.nix delete mode 100755 users/youwen/linux/theming/catppuccin.nix delete mode 100644 users/youwen/linux/theming/default.nix delete mode 100644 users/youwen/linux/theming/stylix.nix delete mode 100644 users/youwen/linux/var/easyeffects/input/Default.json delete mode 100644 users/youwen/linux/var/easyeffects/input/Studio.json delete mode 100644 users/youwen/linux/var/easyeffects/output/AirPods Pro ANC.json delete mode 100644 users/youwen/linux/var/easyeffects/output/AirPods Pro Transparency.json delete mode 100644 users/youwen/linux/var/easyeffects/output/Arctis Pro EQ.json delete mode 100644 users/youwen/linux/var/easyeffects/output/DT770 Pro.json delete mode 100644 users/youwen/linux/var/easyeffects/output/Default.json delete mode 100644 users/youwen/linux/var/settings.json delete mode 100644 users/youwen/linux/vesktop/default.nix delete mode 100644 users/youwen/linux/waybar/desktop/default.nix delete mode 100644 users/youwen/linux/waybar/desktop/style.css delete mode 100644 users/youwen/linux/waybar/laptop/default.nix delete mode 100644 users/youwen/linux/waybar/laptop/style.css delete mode 100644 users/youwen/linux/waybar/laptop/swaync.nix diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix deleted file mode 100755 index 7e02d4c..0000000 --- a/users/youwen/common/core.nix +++ /dev/null @@ -1,201 +0,0 @@ -{ pkgs, ... }: -{ - home.file.".essentials" = { - source = ./essentials; - recursive = true; - }; - - home.file.".gitignore".text = '' - result - .direnv/ - ''; - - programs.bash.enable = true; - programs.nushell = { - enable = true; - configFile.text = '' - $env.config = { - edit_mode: vi, - show_banner: false - } - ''; - }; - - programs.fzf = { - enable = true; - }; - - programs.git = { - enable = true; - userName = "Youwen Wu"; - userEmail = "youwenw@gmail.com"; - delta.enable = true; - maintenance.enable = true; - signing = { - signByDefault = true; - key = "8F5E6C1AF90976CA7102917A865658ED1FE61EC3"; - }; - extraConfig = { - init.defaultBranch = "main"; - safe.directory = "/etc/nixos/.git"; - }; - }; - - home.packages = [ pkgs.git-absorb ]; - - programs.lazygit = { - enable = true; - settings = { - git.paging = { - colorArg = "always"; - pager = "delta --dark --paging=never"; - }; - }; - }; - - programs.bat.enable = true; - - programs.ripgrep.enable = true; - - programs.readline = { - enable = true; - extraConfig = "set editing-mode vi"; - }; - - programs.zoxide = { - enable = true; - # enableZshIntegration = true; - enableFishIntegration = true; - enableNushellIntegration = true; - }; - - programs.gh = { - enable = true; - }; - - programs.starship = { - enable = true; - enableFishIntegration = true; - enableBashIntegration = true; - enableNushellIntegration = true; - }; - - home.file.".config/starship.toml".text = builtins.readFile ./jetpack.toml; - - programs.direnv = { - enable = true; - nix-direnv.enable = true; - config = { - global.hide_env_diff = true; - }; - }; - - programs.fish = { - enable = true; - shellAliases = { - ls = "eza -l --icons=auto"; - neofetch = "${pkgs.fastfetch}/bin/fastfetch"; - }; - # shellInit = '' - # oh-my-posh disable notice - # ''; - interactiveShellInit = '' - fish_vi_key_bindings - set -g fish_greeting - ''; - plugins = [ - { - name = "autopair"; - src = pkgs.fetchFromGitHub { - owner = "jorgebucaran"; - repo = "autopair.fish"; - rev = "4d1752ff5b39819ab58d7337c69220342e9de0e2"; - hash = "sha256-qt3t1iKRRNuiLWiVoiAYOu+9E7jsyECyIqZJ/oRIT1A="; - }; - } - { - name = "fzf"; - src = pkgs.fetchFromGitHub { - owner = "PatrickF1"; - repo = "fzf.fish"; - rev = "8920367cf85eee5218cc25a11e209d46e2591e7a"; - hash = "sha256-T8KYLA/r/gOKvAivKRoeqIwE2pINlxFQtZJHpOy9GMM="; - }; - } - { - name = "sponge"; - src = pkgs.fetchFromGitHub { - owner = "meaningful-ooo"; - repo = "sponge"; - rev = "384299545104d5256648cee9d8b117aaa9a6d7be"; - hash = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w="; - }; - } - { - name = "done"; - src = pkgs.fetchFromGitHub { - owner = "franciscolourenco"; - repo = "done"; - rev = "eb32ade85c0f2c68cbfcff3036756bbf27a4f366"; - hash = "sha256-DMIRKRAVOn7YEnuAtz4hIxrU93ULxNoQhW6juxCoh4o="; - }; - } - ]; - }; - - programs.nix-index = { - enable = true; - enableBashIntegration = true; - enableFishIntegration = true; - }; - - programs.nix-index-database.comma.enable = true; - - programs.fd.enable = true; - - programs.btop = { - enable = true; - settings = { - # color_theme = "tokyo-night"; - vim_keys = true; - theme_background = false; - }; - }; - - programs.eza = { - enable = true; - enableFishIntegration = true; - enableBashIntegration = true; - git = true; - }; - - programs.yazi = { - enable = true; - enableBashIntegration = true; - enableFishIntegration = true; - plugins = { - mediainfo = pkgs.fetchFromGitHub { - owner = "Ape"; - repo = "mediainfo.yazi"; - rev = "c69314e80f5b45fe87a0e06a10d064ed54110439"; - hash = "sha256-8xdBPdKSiwB7iRU8DJdTHY+BjfR9D3FtyVtDL9tNiy4="; - }; - }; - settings = { - plugin = { - prepend_previewers = [ - { - mime = "{image,audio,video}/*"; - run = "mediainfo"; - } - { - mime = "application/x-subrip"; - run = "mediainfo"; - } - ]; - }; - }; - }; - - programs.zathura.enable = true; -} diff --git a/users/youwen/common/default.nix b/users/youwen/common/default.nix deleted file mode 100644 index 977e74b..0000000 --- a/users/youwen/common/default.nix +++ /dev/null @@ -1 +0,0 @@ -{ imports = [ ./core.nix ]; } diff --git a/users/youwen/common/essentials/README.md b/users/youwen/common/essentials/README.md deleted file mode 100644 index 5d8c79d..0000000 --- a/users/youwen/common/essentials/README.md +++ /dev/null @@ -1 +0,0 @@ -This place contains all of the stuff that is too hard or unwieldy to manage fully with nix, but is still useful to have ready on every system. diff --git a/users/youwen/common/essentials/tabliss.json b/users/youwen/common/essentials/tabliss.json deleted file mode 100644 index c4ff7a1..0000000 --- a/users/youwen/common/essentials/tabliss.json +++ /dev/null @@ -1 +0,0 @@ -{"locale":"en","widget/QmFu0MVUS_uo":null,"widget/cMOmcy4ZqrjS":null,"widget/i54ELqP74_Sv":null,"widget/B_kz3lJkUxlp":null,"widget/Yvubo6Zu9lT8":null,"widget/MHcdYwMetd1i":null,"timeZone":null,"widget/Dj61R7yvYklL":null,"data/He0QCGvD65VV":{"messages":["There is no system but GNU, and Linux is one of its kernels."]},"widget/RuC5niQwKdxR":null,"widget/LCUpMUdJn0Yf":null,"widget/yJ9fL4n4XbdH":null,"widget/FkVDvMgaeXIG":null,"widget/L8ulAGK5O_0u":{"id":"L8ulAGK5O_0u","key":"widget/literature-clock","order":1,"display":{"position":"middleCentre","fontFamily":"Lora"}},"data/default-unsplash":{"by":"topics","collections":"","featured":false,"paused":false,"search":"","topics":"xHxYTMHLgOc","timeout":900},"data/y8f2hoHcUia3":{"columns":3,"links":[{"url":"https://github.com/","icon":"github"},{"url":"https://www.youtube.com/","icon":"youtube"},{"url":"https://github.com/youwen5","icon":"user"}],"visible":true,"linkOpenStyle":false},"widget/sqbQm1Apn-Ad":null,"widget/1SHRYajLSARQ":{"id":"1SHRYajLSARQ","key":"widget/weather","order":0,"display":{"position":"topCentre","fontSize":26,"fontFamily":"Lora"}},"widget/He0QCGvD65VV":{"id":"He0QCGvD65VV","key":"widget/message","order":5,"display":{"position":"bottomCentre","fontFamily":"Lora","fontWeight":400}},"widget/y8f2hoHcUia3":{"id":"y8f2hoHcUia3","key":"widget/links","order":4,"display":{"position":"middleCentre"}},"widget/KNX14ZQq5_lc":{"id":"KNX14ZQq5_lc","key":"widget/css","order":2,"display":{"position":"middleCentre","fontFamily":""}},"widget/rOHrlmChb_Sp":null,"data/KNX14ZQq5_lc":{"input":"\n.Widget .LiteratureClock {\n padding: 20px;\n background-color: rgba(0,0,0,0.1);\n border-radius: 20px;\n backdrop-filter: blur(4px);\n font-size: 1.2em;\n max-width: 800px;\n}\n\n.Widget .Message {\n margin-bottom: 60px;\n}\n\n\n.Widget {\n user-select: none;\n}\n\n.Widget .Weather {\n padding: 20px;\n}\n\n.Widget .Links {\n margin-top: 40px;\n}\n.Widget .Links a:hover {\n scale: 1.15;\n}"},"background":{"id":"default-unsplash","key":"background/unsplash","display":{"luminosity":-0.2,"blur":0}},"widget/default-time":null,"widget/default-greeting":null,"focus":false,"data/1SHRYajLSARQ":{"showDetails":false,"units":"us","latitude":34.4133,"longitude":-119.861,"name":"Isla Vista"},"version":3} \ No newline at end of file diff --git a/users/youwen/common/essentials/vencord-settings.json b/users/youwen/common/essentials/vencord-settings.json deleted file mode 100644 index b147d49..0000000 --- a/users/youwen/common/essentials/vencord-settings.json +++ /dev/null @@ -1,617 +0,0 @@ -{ - "settings": { - "autoUpdate": true, - "autoUpdateNotification": true, - "useQuickCss": true, - "themeLinks": [ - "https://raw.githubusercontent.com/catppuccin/discord/main/themes/macchiato.theme.css" - ], - "enabledThemes": [ - "stylix.theme.css" - ], - "enableReactDevtools": false, - "frameless": false, - "transparent": false, - "winCtrlQ": false, - "disableMinSize": false, - "winNativeTitleBar": false, - "plugins": { - "ChatInputButtonAPI": { - "enabled": false - }, - "CommandsAPI": { - "enabled": true - }, - "MemberListDecoratorsAPI": { - "enabled": false - }, - "MessageAccessoriesAPI": { - "enabled": true - }, - "MessageDecorationsAPI": { - "enabled": false - }, - "MessageEventsAPI": { - "enabled": true - }, - "MessagePopoverAPI": { - "enabled": false - }, - "MessageUpdaterAPI": { - "enabled": false - }, - "ServerListAPI": { - "enabled": true - }, - "UserSettingsAPI": { - "enabled": true - }, - "AlwaysAnimate": { - "enabled": false - }, - "AlwaysTrust": { - "enabled": true, - "domain": true, - "file": true - }, - "AnonymiseFileNames": { - "enabled": true, - "anonymiseByDefault": true, - "method": 0, - "randomisedLength": 7 - }, - "AppleMusicRichPresence": { - "enabled": false - }, - "WebRichPresence (arRPC)": { - "enabled": false - }, - "AutomodContext": { - "enabled": false - }, - "BANger": { - "enabled": false - }, - "BetterFolders": { - "enabled": true, - "sidebar": true, - "showFolderIcon": 1, - "keepIcons": false, - "closeAllHomeButton": false, - "closeAllFolders": false, - "forceOpen": false, - "sidebarAnim": true - }, - "BetterGifAltText": { - "enabled": false - }, - "BetterGifPicker": { - "enabled": false - }, - "BetterNotesBox": { - "enabled": false - }, - "BetterRoleContext": { - "enabled": false - }, - "BetterRoleDot": { - "enabled": true, - "bothStyles": false, - "copyRoleColorInProfilePopout": false - }, - "BetterSessions": { - "enabled": true, - "backgroundCheck": false - }, - "BetterSettings": { - "enabled": false, - "disableFade": true, - "eagerLoad": true - }, - "BetterUploadButton": { - "enabled": false - }, - "BiggerStreamPreview": { - "enabled": false - }, - "BlurNSFW": { - "enabled": false - }, - "CallTimer": { - "enabled": true - }, - "ClearURLs": { - "enabled": true - }, - "ClientTheme": { - "enabled": false - }, - "ColorSighted": { - "enabled": false - }, - "ConsoleJanitor": { - "enabled": false - }, - "ConsoleShortcuts": { - "enabled": false - }, - "CopyEmojiMarkdown": { - "enabled": false - }, - "CopyUserURLs": { - "enabled": true - }, - "CrashHandler": { - "enabled": true - }, - "CtrlEnterSend": { - "enabled": false - }, - "CustomRPC": { - "enabled": false - }, - "CustomIdle": { - "enabled": false - }, - "Dearrow": { - "enabled": false - }, - "Decor": { - "enabled": false - }, - "DisableCallIdle": { - "enabled": false - }, - "DontRoundMyTimestamps": { - "enabled": false - }, - "EmoteCloner": { - "enabled": false - }, - "Experiments": { - "enabled": false - }, - "F8Break": { - "enabled": false - }, - "FakeNitro": { - "enabled": false - }, - "FakeProfileThemes": { - "enabled": false - }, - "FavoriteEmojiFirst": { - "enabled": false - }, - "FavoriteGifSearch": { - "enabled": false - }, - "FixCodeblockGap": { - "enabled": false - }, - "FixSpotifyEmbeds": { - "enabled": false - }, - "FixYoutubeEmbeds": { - "enabled": false - }, - "ForceOwnerCrown": { - "enabled": false - }, - "FriendInvites": { - "enabled": false - }, - "FriendsSince": { - "enabled": false - }, - "GameActivityToggle": { - "enabled": false - }, - "GifPaste": { - "enabled": false - }, - "GreetStickerPicker": { - "enabled": false - }, - "HideAttachments": { - "enabled": false - }, - "iLoveSpam": { - "enabled": false - }, - "IgnoreActivities": { - "enabled": false - }, - "ImageLink": { - "enabled": false - }, - "ImageZoom": { - "enabled": false - }, - "ImplicitRelationships": { - "enabled": false - }, - "InvisibleChat": { - "enabled": false - }, - "KeepCurrentChannel": { - "enabled": false - }, - "LastFMRichPresence": { - "enabled": false - }, - "LoadingQuotes": { - "enabled": false - }, - "MaskedLinkPaste": { - "enabled": false - }, - "MemberCount": { - "enabled": false - }, - "MessageClickActions": { - "enabled": false - }, - "MessageLatency": { - "enabled": false - }, - "MessageLinkEmbeds": { - "enabled": false - }, - "MessageLogger": { - "enabled": false - }, - "MessageTags": { - "enabled": false - }, - "MoreCommands": { - "enabled": false - }, - "MoreKaomoji": { - "enabled": false - }, - "MoreUserTags": { - "enabled": false - }, - "Moyai": { - "enabled": false - }, - "MutualGroupDMs": { - "enabled": false - }, - "NewGuildSettings": { - "enabled": false - }, - "NoBlockedMessages": { - "enabled": false - }, - "NoDefaultHangStatus": { - "enabled": false - }, - "NoDevtoolsWarning": { - "enabled": false - }, - "NoF1": { - "enabled": false - }, - "NoMosaic": { - "enabled": false - }, - "NoOnboardingDelay": { - "enabled": false - }, - "NoPendingCount": { - "enabled": false - }, - "NoProfileThemes": { - "enabled": false - }, - "NoReplyMention": { - "enabled": false - }, - "NoScreensharePreview": { - "enabled": false - }, - "NoServerEmojis": { - "enabled": false - }, - "NoTypingAnimation": { - "enabled": false - }, - "NoUnblockToJump": { - "enabled": false - }, - "NormalizeMessageLinks": { - "enabled": false - }, - "NotificationVolume": { - "enabled": false - }, - "NSFWGateBypass": { - "enabled": false - }, - "OnePingPerDM": { - "enabled": false - }, - "oneko": { - "enabled": false - }, - "OpenInApp": { - "enabled": false - }, - "OverrideForumDefaults": { - "enabled": false - }, - "PartyMode": { - "enabled": false - }, - "PauseInvitesForever": { - "enabled": false - }, - "PermissionFreeWill": { - "enabled": false - }, - "PermissionsViewer": { - "enabled": false - }, - "petpet": { - "enabled": false - }, - "PictureInPicture": { - "enabled": false - }, - "PinDMs": { - "enabled": false - }, - "PlainFolderIcon": { - "enabled": false - }, - "PlatformIndicators": { - "enabled": false - }, - "PreviewMessage": { - "enabled": false - }, - "QuickMention": { - "enabled": false - }, - "QuickReply": { - "enabled": false - }, - "ReactErrorDecoder": { - "enabled": false - }, - "ReadAllNotificationsButton": { - "enabled": true - }, - "RelationshipNotifier": { - "enabled": false - }, - "ReplaceGoogleSearch": { - "enabled": false - }, - "ReplyTimestamp": { - "enabled": false - }, - "RevealAllSpoilers": { - "enabled": false - }, - "ReverseImageSearch": { - "enabled": false - }, - "ReviewDB": { - "enabled": false - }, - "RoleColorEverywhere": { - "enabled": false - }, - "SecretRingToneEnabler": { - "enabled": false - }, - "Summaries": { - "enabled": false - }, - "SendTimestamps": { - "enabled": false - }, - "ServerInfo": { - "enabled": false - }, - "ServerListIndicators": { - "enabled": false - }, - "ShikiCodeblocks": { - "enabled": false - }, - "ShowAllMessageButtons": { - "enabled": false - }, - "ShowConnections": { - "enabled": false - }, - "ShowHiddenChannels": { - "enabled": true, - "showMode": 0, - "hideUnreads": true - }, - "ShowHiddenThings": { - "enabled": true, - "showTimeouts": true, - "showInvitesPaused": true, - "showModView": true, - "disableDiscoveryFilters": true, - "disableDisallowedDiscoveryFilters": true - }, - "ShowMeYourName": { - "enabled": false - }, - "ShowTimeoutDuration": { - "enabled": false - }, - "SilentMessageToggle": { - "enabled": false - }, - "SilentTyping": { - "enabled": false - }, - "SortFriendRequests": { - "enabled": false - }, - "SpotifyControls": { - "enabled": true, - "hoverControls": false - }, - "SpotifyCrack": { - "enabled": false - }, - "SpotifyShareCommands": { - "enabled": false - }, - "StartupTimings": { - "enabled": false - }, - "StreamerModeOnStream": { - "enabled": false - }, - "SuperReactionTweaks": { - "enabled": false - }, - "TextReplace": { - "enabled": false - }, - "ThemeAttributes": { - "enabled": false - }, - "TimeBarAllActivities": { - "enabled": false - }, - "Translate": { - "enabled": false - }, - "TypingIndicator": { - "enabled": false - }, - "TypingTweaks": { - "enabled": false - }, - "Unindent": { - "enabled": false - }, - "UnlockedAvatarZoom": { - "enabled": false - }, - "UnsuppressEmbeds": { - "enabled": false - }, - "UserVoiceShow": { - "enabled": false - }, - "USRBG": { - "enabled": false - }, - "ValidReply": { - "enabled": false - }, - "ValidUser": { - "enabled": false - }, - "VoiceChatDoubleClick": { - "enabled": false - }, - "VcNarrator": { - "enabled": false - }, - "VencordToolbox": { - "enabled": false - }, - "ViewIcons": { - "enabled": false - }, - "ViewRaw": { - "enabled": false - }, - "VoiceDownload": { - "enabled": false - }, - "VoiceMessages": { - "enabled": false - }, - "WebKeybinds": { - "enabled": true - }, - "WebScreenShareFixes": { - "enabled": true - }, - "WhoReacted": { - "enabled": false - }, - "XSOverlay": { - "enabled": false - }, - "NoTrack": { - "enabled": true, - "disableAnalytics": true - }, - "WebContextMenus": { - "enabled": true, - "addBack": true - }, - "Settings": { - "enabled": true, - "settingsLocation": "aboveNitro" - }, - "SupportHelper": { - "enabled": true - }, - "YoutubeAdblock": { - "enabled": true - }, - "AlwaysExpandRoles": { - "enabled": false - }, - "FullSearchContext": { - "enabled": false - }, - "UserMessagesPronouns": { - "enabled": false - }, - "DynamicImageModalAPI": { - "enabled": false - }, - "AccountPanelServerProfile": { - "enabled": false - }, - "CopyFileContents": { - "enabled": false - }, - "FixImagesQuality": { - "enabled": false - }, - "MentionAvatars": { - "enabled": false - }, - "NoMaskedUrlPaste": { - "enabled": false - }, - "StickerPaste": { - "enabled": false - }, - "VolumeBooster": { - "enabled": false - } - }, - "notifications": { - "timeout": 5000, - "position": "bottom-right", - "useNative": "not-focused", - "logLimit": 50 - }, - "cloud": { - "authenticated": false, - "url": "https://api.vencord.dev/", - "settingsSync": false, - "settingsSyncVersion": 1730351821316 - } - }, - "quickCss": "" -} \ No newline at end of file diff --git a/users/youwen/common/fastfetch/config.json b/users/youwen/common/fastfetch/config.json deleted file mode 100644 index 2021c56..0000000 --- a/users/youwen/common/fastfetch/config.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "display": { - "separator": " " - }, - "modules": [ - "break", - "break", - "break", - "break", - "break", - { - "type": "title", - "keyWidth": 10 - }, - "break", - { - "type": "os", - "key": " ", - "keyColor": "34", - "format": "{3} on {12}" - }, - { - "type": "kernel", - "key": " ", - "keyColor": "34" - }, - { - "type": "packages", - "key": " ", - "keyColor": "34" - }, - { - "type": "shell", - "key": " ", - "keyColor": "34" - }, - { - "type": "terminal", - "key": " ", - "keyColor": "34" - }, - { - "type": "wm", - "key": " ", - "keyColor": "34" - }, - { - "type": "CPU", - "key": " ", - "keyColor": "34" - }, - { - "type": "GPU", - "key": "󰍹 ", - "keyColor": "34" - }, - { - "type": "uptime", - "key": " ", - "keyColor": "34" - }, - { - "type": "media", - "key": "󰝚 ", - "keyColor": "34" - }, - { - "type": "player", - "key": " ", - "keyColor": "34" - }, - "break", - { - "type": "custom", - "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m " - }, - "break", - "break" - ] -} diff --git a/users/youwen/common/fastfetch/default.nix b/users/youwen/common/fastfetch/default.nix deleted file mode 100644 index 59926c0..0000000 --- a/users/youwen/common/fastfetch/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - kitty ? true, -}: -{ config, ... }: -let - fastfetchConfig = builtins.fromJSON (builtins.readFile ./config.json); -in -{ - # home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc; - programs.fastfetch = { - enable = true; - settings = ( - fastfetchConfig - // { - logo = { - height = 18; - padding = { - top = 2; - }; - type = if kitty == "cassini" then "auto" else "kitty"; - source = ./nixos-logo.png; - }; - } - ); - }; -} diff --git a/users/youwen/common/fastfetch/nixos-logo.png b/users/youwen/common/fastfetch/nixos-logo.png deleted file mode 100644 index acbaad447a878c1a51db324ed07d8e938cb38127..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28684 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 /dev/null - if contains -- os $argv or contains -- clean $argv - doas ${pkgs.nh}/bin/nh $argv -R - else - ${pkgs.nh}/bin/nh $argv - end - else - ${pkgs.nh}/bin/nh - end - ''; - }; - spt = "${pkgs.spotify-player}/bin/spotify_player"; - }; - - home.file = { - ".config/vesktop/settings.json".source = config.lib.file.mkOutOfStoreSymlink ./var/settings.json; - ".config/easyeffects/output" = { - source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/liminalOS/users/youwen/linux/var/easyeffects/output"; - recursive = true; - }; - ".config/easyeffects/input" = { - source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/liminalOS/users/youwen/linux/var/easyeffects/input"; - recursive = true; - }; - }; -} diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix deleted file mode 100644 index cd58f11..0000000 --- a/users/youwen/linux/hyprland/common.nix +++ /dev/null @@ -1,404 +0,0 @@ -{ - pkgs, - config, - ... -}: -{ - home.packages = with pkgs; [ - wl-clipboard - libsForQt5.qtstyleplugin-kvantum - libsForQt5.qt5ct - papirus-icon-theme - libsForQt5.qt5ct - ]; - - wayland.windowManager.hyprland = { - enable = true; - settings = { - exec-once = [ - # "${pkgs.waypaper}/bin/waypaper --restore" - "[workspace 2 silent] ${pkgs.kitty}/bin/kitty" - ]; - "$mod" = "SUPER"; - "$Left" = "H"; - "$Right" = "L"; - "$Up" = "K"; - "$Down" = "J"; - env = [ - # "HYPRCURSOR_THEME,Bibata-Modern-Ice" - # "HYPRCURSOR_SIZE,26" - # "XCURSOR_THEME,Bibata-Modern-Ice" - # "XCURSOR_SIZE,26" - # fix - "GSK_RENDERER,gl" - ]; - bind = [ - # Application Keybinds - "$mod, T, exec, ${pkgs.kitty}/bin/kitty" - "$mod, E, exec, ${pkgs.xfce.thunar}/bin/thunar" - "$mod, R, exec, ${pkgs.pavucontrol}/bin/pavucontrol -t 3" # open pavucontrol on 'outputs' tab - "$mod, M, exec, ${pkgs.thunderbird}/bin/thunderbird" - # "$mod, B, exec, ${pkgs.waypaper}/bin/waypaper" - # "$mod, A, exec, ${pkgs.neovide}/bin/neovide" - "$mod, N, exec, sleep 0.1 && ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw" - - # Window actions - "$mod, Q, killactive" - "$mod, W, togglefloating" - "$mod, V, togglesplit" - "$mod, Return, fullscreen" - - # Move around - "$mod, $Left, movefocus, l" - "$mod, $Right, movefocus, r" - "$mod, $Up, movefocus, u" - "$mod, $Down, movefocus, d" - - "$mod, D, workspace, previous" - - "$mod, 1, workspace, 1" - "$mod+Ctrl, H, workspace, 1" - "$mod, 2, workspace, 2" - "$mod+Ctrl, J, workspace, 2" - "$mod, 3, workspace, 3" - "$mod+Ctrl, K, workspace, 3" - "$mod, 4, workspace, 4" - "$mod+Ctrl, L, workspace, 4" - "$mod, 5, workspace, 5" - "$mod+Ctrl, semicolon, workspace, 5" - "$mod, 6, workspace, 6" - "$mod+Ctrl, apostrophe, workspace, 6" - "$mod, 7, workspace, 7" - "$mod+Ctrl, U, workspace, 7" - "$mod, 8, workspace, 8" - "$mod+Ctrl, I, workspace, 8" - "$mod, 9, workspace, 9" - "$mod+Ctrl, O, workspace, 9" - "$mod, 0, workspace, 10" - "$mod+Ctrl, P, workspace, 10" - - # Move active window to a workspace with mainMod + SHIFT + [0-9] - "$mod+Shift, 1, movetoworkspace, 1" - "$mod+Ctrl+Shift, H, movetoworkspace, 1" - "$mod+Shift, 2, movetoworkspace, 2" - "$mod+Ctrl+Shift, J, movetoworkspace, 2" - "$mod+Shift, 3, movetoworkspace, 3" - "$mod+Ctrl+Shift, K, movetoworkspace, 3" - "$mod+Shift, 4, movetoworkspace, 4" - "$mod+Ctrl+Shift, L, movetoworkspace, 4" - "$mod+Shift, 5, movetoworkspace, 5" - "$mod+Ctrl+Shift, semicolon, movetoworkspace, 5" - "$mod+Shift, 6, movetoworkspace, 6" - "$mod+Ctrl+Shift, apostrophe, movetoworkspace, 6" - "$mod+Shift, 7, movetoworkspace, 7" - "$mod+Ctrl+Shift, U, movetoworkspace, 7" - "$mod+Shift, 8, movetoworkspace, 8" - "$mod+Ctrl+Shift, I, movetoworkspace, 8" - "$mod+Shift, 9, movetoworkspace, 9" - "$mod+Ctrl+Shift, O, movetoworkspace, 9" - "$mod+Shift, 0, movetoworkspace, 10" - "$mod+Ctrl+Shift, P, movetoworkspace, 10" - - # Special workspace - "$mod, S, togglespecialworkspace" - "$mod+Alt, S, movetoworkspacesilent, special" - - # Move windows around - "$mod+Shift, $Left, movewindow, l" - "$mod+Shift, $Right, movewindow, r" - "$mod+Shift, $Up, movewindow, u" - "$mod+Shift, $Down, movewindow, d" - - "$mod+Ctrl, bracketright, movetoworkspace, r+1" - "$mod+Ctrl, bracketleft, movetoworkspace, r-1" - - "$mod, bracketright, workspace, r+1" - "$mod, bracketleft, workspace, r-1" - - # Utilities - "$mod, Space, exec, pkill -x rofi || rofi -show drun" # Run rofi application launcher - "$mod, G, exec, pkill -x rofi || rofi -show window" # Run rofi window switcher - - ''$mod, P, exec, ${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)" - | ${pkgs.swappy}/bin/swappy -f -'' # Screenshot - ''$mod+Shift, P, exec, ${pkgs.grim}/bin/grim - | ${pkgs.swappy}/bin/swappy -f -'' # Screenshot - - "$mod, Backspace, exec, pkill -x wlogout || wlogout" # show logout menu - - "$mod, Z, exec, loginctl lock-session" - - # Media controls - ",XF86AudioMute, exec, ${pkgs.pamixer}/bin/pamixer -t" - ",XF86AudioPlay, exec, ${pkgs.playerctl}/bin/playerctl --player=%any,firefox play-pause" - ",XF86AudioNext, exec, ${pkgs.playerctl}/bin/playerctl --player=%any,firefox next" - ",XF86AudioRewind, exec, ${pkgs.playerctl}/bin/playerctl --player=%any,firefox previous" - "$mod, F, exec, zen" - ]; - # ++ ( - # if pkgs.system != "aarch64-linux" then [ "$mod, F, exec, zen" ] else [ "$mod, F, exec, floorp" ] - # ); - bindm = [ - "$mod, mouse:272, movewindow" - "$mod, mouse:273, resizewindow" - ]; - bindel = [ - ",XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 5%-" - ",XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 5%+" - ",XF86AudioRaiseVolume, exec, ${pkgs.pamixer}/bin/pamixer -i 5" - ",XF86AudioLowerVolume, exec, ${pkgs.pamixer}/bin/pamixer -d 5" - ]; - binde = [ - # Resize windows - "$mod+Alt, $Right, resizeactive, 30 0" - "$mod+Alt, $Left, resizeactive, -30 0" - "$mod+Alt, $Up, resizeactive, 0 -30" - "$mod+Alt, $Down, resizeactive, 0 30" - ]; - windowrulev2 = [ - "opacity 0.90 0.90,class:^(librewolf)$" - "opacity 0.90 0.90,class:^(floorp)$" - "opacity 0.90 0.90,class:^(zen-alpha)$" - "opacity 0.90 0.90,class:^(zen-beta)$" - "opacity 0.90 0.90,class:^(Brave-browser)$" - "opacity 0.80 0.80,class:^(Steam)$" - "opacity 0.80 0.80,class:^(steam)$" - "opacity 0.80 0.80,class:^(steamwebhelper)$" - "opacity 0.80 0.80,class:^(Spotify)$" - "opacity 0.80 0.80,initialTitle:^(Spotify Premium)$" - "opacity 0.80 0.80,initialTitle:^(Spotify Free)$" - "opacity 0.80 0.80,class:^(code-oss)$" - "opacity 0.80 0.80,class:^(Code)$" - "opacity 0.80 0.80,class:^(code-url-handler)$" - "opacity 0.80 0.80,class:^(code-insiders-url-handler)$" - "opacity 0.80 0.80,class:^(kitty)$" - "opacity 0.80 0.80,class:^(neovide)$" - "opacity 0.80 0.80,class:^(org.kde.dolphin)$" - "opacity 0.80 0.80,class:^(thunar)$" - "opacity 0.80 0.80,class:^(org.kde.ark)$" - "opacity 0.80 0.80,class:^(nwg-look)$" - "opacity 0.80 0.80,class:^(qt5ct)$" - "opacity 0.80 0.80,class:^(qt6ct)$" - "opacity 0.80 0.80,class:^(kvantummanager)$" - "opacity 0.80 0.80,class:^(waypaper)$" - "opacity 0.80 0.80,class:^(org.pulseaudio.pavucontrol)$" - "opacity 0.80 0.80,class:^(com.github.wwmm.easyeffects)$" - "opacity 0.80 0.80,class:^(thunderbird)$" - - "opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$ # Clapper-Gtk" - "opacity 0.80 0.80,class:^(com.github.tchx84.Flatseal)$ # Flatseal-Gtk" - "opacity 0.80 0.80,class:^(hu.kramo.Cartridges)$ # Cartridges-Gtk" - "opacity 0.80 0.80,class:^(com.obsproject.Studio)$ # Obs-Qt" - "opacity 0.80 0.80,class:^(gnome-boxes)$ # Boxes-Gtk" - "opacity 0.80 0.80,class:^(discord)$ # Discord-Electron" - "opacity 0.80 0.80,class:^(vesktop)$ # Vesktop-Electron" - "opacity 0.80 0.80,class:^(ArmCord)$ # ArmCord-Electron" - "opacity 0.80 0.80,class:^(app.drey.Warp)$ # Warp-Gtk" - "opacity 0.80 0.80,class:^(net.davidotek.pupgui2)$ # ProtonUp-Qt" - "opacity 0.80 0.80,class:^(yad)$ # Protontricks-Gtk" - "opacity 0.80 0.80,class:^(signal)$ # Signal-Gtk" - "opacity 0.80 0.80,class:^(io.github.alainm23.planify)$ # planify-Gtk" - "opacity 0.80 0.80,class:^(io.gitlab.theevilskeleton.Upscaler)$ # Upscaler-Gtk" - "opacity 0.80 0.80,class:^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gtk" - "opacity 0.80 0.80,class:^(lutris)$ # Lutris game launcher" - - "opacity 0.80 0.70,class:^(pavucontrol)$" - "opacity 0.80 0.70,class:^(blueman-manager)$" - "opacity 0.80 0.70,class:^(nm-applet)$" - "opacity 0.80 0.70,class:^(nm-connection-editor)$" - "opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$" - - "float,class:^(org.kde.dolphin)$,title:^(Progress Dialog — Dolphin)$" - "float,class:^(org.kde.dolphin)$,title:^(Copying — Dolphin)$" - "float,title:^(Picture-in-Picture)$" - "float,class:^(librewolf)$,title:^(Library)$" - "float,class:^(floorp)$,title:^(Library)$" - "float,class:^(zen-alpha)$,title:^(Library)$" - "float,title:^(Extension: (Bitwarden Password Manager))$" - "float,class:^(vlc)$" - "float,class:^(kvantummanager)$" - "float,class:^(qt5ct)$" - "float,class:^(qt6ct)$" - "float,class:^(nwg-look)$" - "float,class:^(org.kde.ark)$" - "float,class:^(org.pulseaudio.pavucontrol)$" - "float,class:^(com.github.rafostar.Clapper)$ # Clapper-Gtk" - "float,class:^(app.drey.Warp)$ # Warp-Gtk" - "float,class:^(net.davidotek.pupgui2)$ # ProtonUp-Qt" - "float,class:^(yad)$ # Protontricks-Gtk" - "float,class:^(eog)$ # Imageviewer-Gtk" - "float,class:^(io.github.alainm23.planify)$ # planify-Gtk" - "float,class:^(io.gitlab.theevilskeleton.Upscaler)$ # Upscaler-Gtk" - "float,class:^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gkk" - "float,class:^(blueman-manager)$" - "float,class:^(nm-applet)$" - "float,class:^(nm-connection-editor)$" - "float,class:^(org.kde.polkit-kde-authentication-agent-1)$" - "opacity 0.80 0.80,class:^(org.freedesktop.impl.portal.desktop.gtk)$" - "opacity 0.80 0.80,class:^(org.freedesktop.impl.portal.desktop.hyprland)$" - - "size 50% 50%,class:^(org.pulseaudio.pavucontrol)" - - "stayfocused, class:^(pinentry-)" # fix pinentry losing focus - ]; - layerrule = [ - "blur,rofi" - "ignorezero,rofi" - "animation slide bottom 0.2 0.2 wind,rofi" - "blur,notifications" - "ignorezero,notifications" - "blur,swaync-notification-window" - "animation slide right 0.5 0.5,swaync-control-center" - "animation slide right 0.5 0.5,notifications" - "animation slide right 0.5 0.5,swaync-notification-window" - "ignorezero,swaync-notification-window" - "blur,swaync-control-center" - "ignorezero,swaync-control-center" - "blur,logout_dialog" - ]; - dwindle = { - pseudotile = "yes"; - preserve_split = "yes"; - }; - animations = { - enabled = "yes"; - bezier = [ - "wind, 0.05, 0.9, 0.1, 1.05" - "winIn, 0.1, 1.1, 0.1, 1.1" - "winOut, 0.3, -0.3, 0, 1" - "liner, 1, 1, 1, 1" - ]; - animation = [ - "windows, 1, 6, wind, slide" - "windowsIn, 1, 6, winIn, slide" - "windowsOut, 1, 5, winOut, slide" - "windowsMove, 1, 5, wind, slide" - # "border, 1, 1, liner" - # "borderangle, 1, 30, liner, loop" - "fade, 1, 10, default" - "workspaces, 1, 5, wind" - # "layers, 1, 8, default, slide" - ]; - }; - - general = { - gaps_in = "3"; - gaps_out = "8"; - border_size = "2"; - # - # the dot is a hyprland name, not nix syntax, so we escape it - "col.active_border" = pkgs.lib.mkForce "rgba(ca9ee6ff) rgba(f2d5cfff) 45deg"; - "col.inactive_border" = pkgs.lib.mkForce "rgba(b4befecc) rgba(6c7086cc) 45deg"; - layout = "dwindle"; - resize_on_border = "true"; - }; - - misc = { - disable_hyprland_logo = true; - disable_splash_rendering = true; - }; - - cursor = { - hide_on_key_press = true; - }; - - decoration = { - rounding = "10"; - dim_special = "0.3"; - blur = { - enabled = "yes"; - size = "6"; - passes = "3"; - new_optimizations = "on"; - ignore_opacity = "on"; - xray = "false"; - special = true; - }; - shadow = { - enabled = false; - }; - }; - input = { - sensitivity = "-0.65"; - }; - }; - }; - - services.hyprpaper.enable = true; - - programs.hyprlock = { - enable = true; - settings = { - general = { - hide_cursor = true; - grace = 1; - }; - background = { - monitor = ""; - path = "/tmp/__hyprlock-monitor-screenshot.png"; - blur_passes = 3; - blur_size = 7; - noise = 0.0117; - contrast = 0.8916; - brightness = 0.8172; - vibrancy = 0.1696; - vibrancy_darkness = 0.0; - }; - input-field = { - monitor = ""; - size = "200, 50"; - outline_thickness = 3; - dots_size = 0.33; - dots_spacing = 0.15; - dots_center = false; - dots_rounding = -1; - outer_color = "rgb(151515)"; - inner_color = "rgb(200, 200, 200)"; - font_color = "rgb(10, 10, 10)"; - fade_on_empty = true; - fade_timeout = 1000; - placeholder_text = "Input Password..."; - hide_input = false; - rounding = -1; - check_color = "rgb(204, 136, 34)"; - fail_color = "rgb(204, 34, 34)"; - fail_text = "$FAIL ($ATTEMPTS)"; - fail_timeout = 2000; - fail_transition = 300; - capslock_color = -1; - numlock_color = -1; - bothlock_color = -1; - invert_numlock = false; - swap_font_color = false; - - position = "0, -20"; - halign = "center"; - valign = "center"; - }; - }; - }; - - services.hypridle = { - enable = true; - settings = { - general = { - lock_cmd = "pidof hyprlock || ${pkgs.grim}/bin/grim -o ${config.programs.hyprlock.settings.background.monitor} /tmp/__hyprlock-monitor-screenshot.png && ${pkgs.hyprlock}/bin/hyprlock"; # avoid starting multiple hyprlock instances. - before_sleep_cmd = "loginctl lock-session"; # lock before suspend. - after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display. - }; - listener = [ - { - timeout = 1500; - on-timeout = "loginctl lock-session"; - } - { - timeout = 330; # 5.5min - on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed - on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has fired. - } - { - timeout = 1800; - on-timeout = "systemctl suspend"; - } - ]; - }; - }; -} diff --git a/users/youwen/linux/hyprland/desktop/default.nix b/users/youwen/linux/hyprland/desktop/default.nix deleted file mode 100644 index 3870786..0000000 --- a/users/youwen/linux/hyprland/desktop/default.nix +++ /dev/null @@ -1 +0,0 @@ -{ imports = [ ../common.nix ]; } diff --git a/users/youwen/linux/hyprland/laptop/default.nix b/users/youwen/linux/hyprland/laptop/default.nix deleted file mode 100644 index b21b9ee..0000000 --- a/users/youwen/linux/hyprland/laptop/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ lib, ... }: -{ - imports = [ ../common.nix ]; - wayland.windowManager.hyprland.settings.input.touchpad = { - natural_scroll = true; - disable_while_typing = true; - clickfinger_behavior = true; - tap-to-click = false; - scroll_factor = 0.15; - }; - wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce "0.0"; - wayland.windowManager.hyprland.settings.env = [ - "HYPRCURSOR_THEME,Bibata-Modern-Ice" - "HYPRCURSOR_SIZE,24" - "XCURSOR_THEME,Bibata-Modern-Ice" - "XCURSOR_SIZE,24" - ]; -} diff --git a/users/youwen/linux/laptop/default.nix b/users/youwen/linux/laptop/default.nix deleted file mode 100644 index 23b9a62..0000000 --- a/users/youwen/linux/laptop/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ../theming - ../home.nix - ../programs - ../hyprland/laptop - ../waybar/laptop - ../vesktop - ]; - - # some overrides for laptop specifically - programs.kitty.settings.font_size = pkgs.lib.mkForce 11; - programs.neovide.settings.font.size = pkgs.lib.mkForce 11; -} diff --git a/users/youwen/linux/packages/aarch-64/default.nix b/users/youwen/linux/packages/aarch-64/default.nix deleted file mode 100644 index dc5fd2d..0000000 --- a/users/youwen/linux/packages/aarch-64/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ inputs, pkgs, ... }: -let - createCommon = import ../common-packages.nix; -in -{ - home.packages = (createCommon pkgs) ++ [ - ]; - - home.sessionVariables = { - DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen"; - }; -} diff --git a/users/youwen/linux/packages/common-packages.nix b/users/youwen/linux/packages/common-packages.nix deleted file mode 100644 index f1352d8..0000000 --- a/users/youwen/linux/packages/common-packages.nix +++ /dev/null @@ -1,41 +0,0 @@ -pkgs: with pkgs; [ - # archives - zip - xz - unzip - p7zip - - # utils - nurl # helps fetch git data for nixpkgs - ffmpeg - - # nix related - # - # it provides the command `nom` works just like `nix` - # with more details log output - nix-output-monitor - - # system tools - pciutils # lspci - usbutils # lsusb - - # desktop utils - # bitwarden-cli - - # desktop apps - xfce.thunar - thunderbird - - # messengers - signal-desktop - iamb - discordo - - # fun - ani-cli - manga-tui - - gcc - - hledger -] diff --git a/users/youwen/linux/packages/x86_64/default.nix b/users/youwen/linux/packages/x86_64/default.nix deleted file mode 100644 index 5be5436..0000000 --- a/users/youwen/linux/packages/x86_64/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - pkgs, - inputs, - ... -}: -let - createCommon = import ../common-packages.nix; -in -{ - home.packages = - (createCommon pkgs) - ++ (with pkgs; [ - bitwarden-desktop - sbctl - ]); - - home.sessionVariables = { - DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen"; - }; -} diff --git a/users/youwen/linux/programs/default.nix b/users/youwen/linux/programs/default.nix deleted file mode 100644 index 1002fd0..0000000 --- a/users/youwen/linux/programs/default.nix +++ /dev/null @@ -1,76 +0,0 @@ -{ pkgs, inputs, ... }: -let - # mkFirefoxModule = inputs.home-manager.mkFirefoxModule; - mkFirefoxModule = import "${inputs.home-manager}/modules/programs/firefox/mkFirefoxModule.nix"; -in -{ - - imports = [ - (mkFirefoxModule { - modulePath = [ - "programs" - "zen" - ]; - name = "Zen"; - wrappedPackageName = "zen-browser"; - unwrappedPackageName = "zen-browser-unwrapped"; - visible = true; - - platforms.linux = { - configPath = ".zen"; - vendorPath = ".zen"; - }; - # platforms.darwin = { - # configPath = "Library/Application Support/Floorp"; - # }; - }) - ]; - programs.kitty = { - enable = true; - # themeFile = "rose-pine"; - font.name = "CaskaydiaCove Nerd Font"; - shellIntegration.enableFishIntegration = true; - shellIntegration.enableBashIntegration = true; - settings = { - font_size = 12; - window_padding_width = "8 8"; - confirm_os_window_close = -1; - enable_audio_bell = "no"; - background_opacity = pkgs.lib.mkForce "0.8"; - allow_remote_control = "yes"; - listen_on = "unix:/tmp/kitty"; - scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "''; - cursor = pkgs.lib.mkForce "#c0caf5"; - cursor_text_color = pkgs.lib.mkForce "#1a1b26"; - cursor_trail = 3; - }; - keybindings = { - "kitty_mod+h" = "show_scrollback"; - }; - }; - - programs.neovide = { - enable = false; - settings = { - font = { - normal = [ "CaskaydiaCove Nerd Font" ]; - size = 13; - }; - }; - }; - - xdg.mimeApps = { - enable = true; - defaultApplications = { - "text/html" = [ "zen.desktop" ]; - "x-scheme-handler/http" = [ "zen.desktop" ]; - "x-scheme-handler/https" = [ "zen.desktop" ]; - "x-scheme-handler/about" = [ "zen.desktop" ]; - "x-scheme-handler/unknown" = [ "zen.desktop" ]; - }; - }; - - programs.zen = { - enable = true; - }; -} diff --git a/users/youwen/linux/spicetify/default.nix b/users/youwen/linux/spicetify/default.nix deleted file mode 100644 index 05c4a76..0000000 --- a/users/youwen/linux/spicetify/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - inputs, - pkgs, - ... -}: -let - spicepkgs = inputs.spicetify.legacyPackages.${pkgs.system}; -in -{ - imports = [ - inputs.spicetify.homeManagerModules.default - ]; - - programs.spicetify = { - enable = true; - # theme = spicepkgs.themes.dribbblish; - # colorScheme = "rosepine"; - enabledExtensions = with spicepkgs.extensions; [ - lastfm - fullAppDisplayMod - ]; - enabledCustomApps = with spicepkgs.apps; [ - lyricsPlus - ]; - }; -} diff --git a/users/youwen/linux/theming/catppuccin.nix b/users/youwen/linux/theming/catppuccin.nix deleted file mode 100755 index e6b4b43..0000000 --- a/users/youwen/linux/theming/catppuccin.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - programs.fzf.catppuccin = { - enable = true; - flavor = "macchiato"; - }; - programs.lazygit.catppuccin = { - enable = true; - flavor = "macchiato"; - }; - programs.bat.catppuccin = { - enable = true; - flavor = "macchiato"; - }; - programs.fish.catppuccin = { - enable = true; - flavor = "mocha"; - }; - programs.yazi.catppuccin = { - enable = true; - flavor = "macchiato"; - }; -} diff --git a/users/youwen/linux/theming/default.nix b/users/youwen/linux/theming/default.nix deleted file mode 100644 index 5b1a9ef..0000000 --- a/users/youwen/linux/theming/default.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ pkgs, ... }: -{ - # imports = [ ./catppuccin.nix ]; - # - imports = [ ./stylix.nix ]; - - gtk = { - enable = true; - cursorTheme = { - name = "Bibata-Modern-Ice"; - size = 26; - }; - iconTheme = { - name = "Papirus-Dark"; - }; - # theme = { - # name = "rose-pine"; - # package = pkgs.rose-pine-gtk-theme; - # }; - }; - - # qt = { - # enable = true; - # platformTheme.name = "gtk"; - # style.name = "gtk2"; - # }; - - # home.file.".config/kdeglobals".text = '' - # [Colors:View] - # BackgroundNormal=#191724 - # ''; -} diff --git a/users/youwen/linux/theming/stylix.nix b/users/youwen/linux/theming/stylix.nix deleted file mode 100644 index e545db8..0000000 --- a/users/youwen/linux/theming/stylix.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ - stylix.targets = { - waybar.enable = false; - kitty.variant256Colors = true; - neovim.enable = false; - kde.enable = true; - gnome.enable = true; - swaync.enable = false; - hyprlock.enable = false; - hyprland.enable = false; - }; -} diff --git a/users/youwen/linux/var/easyeffects/input/Default.json b/users/youwen/linux/var/easyeffects/input/Default.json deleted file mode 100644 index 60b5635..0000000 --- a/users/youwen/linux/var/easyeffects/input/Default.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "input": { - "blocklist": [], - "compressor#0": { - "attack": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "bypass": true, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -6.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "mode": "Downward", - "output-gain": 0.0, - "ratio": 4.0, - "release": 100.0, - "release-threshold": -100.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right", - "type": "Feed-forward" - }, - "stereo-split": false, - "threshold": -12.0, - "wet": 0.0 - }, - "limiter#0": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 5.0, - "bypass": true, - "dithering": "None", - "external-sidechain": false, - "gain-boost": true, - "input-gain": 0.0, - "lookahead": 5.0, - "mode": "Herm Thin", - "output-gain": 0.0, - "oversampling": "None", - "release": 5.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": 0.0 - }, - "plugins_order": [ - "limiter#0", - "compressor#0", - "reverb#0" - ], - "reverb#0": { - "amount": -12.0, - "bass-cut": 300.0, - "bypass": true, - "decay-time": 1.5, - "diffusion": 0.5, - "dry": 0.0, - "hf-damp": 5000.0, - "input-gain": 0.0, - "output-gain": 0.0, - "predelay": 0.0, - "room-size": "Large", - "treble-cut": 5000.0 - } - } -} diff --git a/users/youwen/linux/var/easyeffects/input/Studio.json b/users/youwen/linux/var/easyeffects/input/Studio.json deleted file mode 100644 index f05bb2d..0000000 --- a/users/youwen/linux/var/easyeffects/input/Studio.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "input": { - "blocklist": [], - "compressor#0": { - "attack": 20.0, - "boost-amount": 6.0, - "boost-threshold": -72.0, - "bypass": false, - "dry": -100.0, - "hpf-frequency": 10.0, - "hpf-mode": "off", - "input-gain": 0.0, - "knee": -6.0, - "lpf-frequency": 20000.0, - "lpf-mode": "off", - "makeup": 0.0, - "mode": "Downward", - "output-gain": -2.1, - "ratio": 4.0, - "release": 100.0, - "release-threshold": -100.0, - "sidechain": { - "lookahead": 0.0, - "mode": "RMS", - "preamp": 0.0, - "reactivity": 10.0, - "source": "Middle", - "stereo-split-source": "Left/Right", - "type": "Feed-forward" - }, - "stereo-split": false, - "threshold": -12.0, - "wet": 0.0 - }, - "limiter#0": { - "alr": false, - "alr-attack": 5.0, - "alr-knee": 0.0, - "alr-release": 50.0, - "attack": 5.0, - "bypass": false, - "dithering": "None", - "external-sidechain": false, - "gain-boost": true, - "input-gain": 0.0, - "lookahead": 5.0, - "mode": "Herm Thin", - "output-gain": 0.0, - "oversampling": "None", - "release": 5.0, - "sidechain-preamp": 0.0, - "stereo-link": 100.0, - "threshold": 0.0 - }, - "plugins_order": [ - "limiter#0", - "speex#0", - "compressor#0" - ], - "speex#0": { - "bypass": false, - "enable-agc": true, - "enable-denoise": true, - "enable-dereverb": false, - "input-gain": 0.0, - "noise-suppression": -70, - "output-gain": 0.0, - "vad": { - "enable": true, - "probability-continue": 90, - "probability-start": 95 - } - } - } -} diff --git a/users/youwen/linux/var/easyeffects/output/AirPods Pro ANC.json b/users/youwen/linux/var/easyeffects/output/AirPods Pro ANC.json deleted file mode 100644 index 73a2624..0000000 --- a/users/youwen/linux/var/easyeffects/output/AirPods Pro ANC.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": -3.68, - "left": { - "band0": { - "frequency": 105.0, - "gain": 0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 27.100000381469727, - "gain": -0.30000001192092896, - "mode": "APO (DR)", - "mute": false, - "q": 2.7300000190734863, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 79.0, - "gain": 1.7999999523162842, - "mode": "APO (DR)", - "mute": false, - "q": 1.2300000190734863, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 474.8999938964844, - "gain": -2.5, - "mode": "APO (DR)", - "mute": false, - "q": 0.5400000214576721, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1164.199951171875, - "gain": 2.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.119999885559082, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2344.60009765625, - "gain": 2.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.0899999141693115, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 5148.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 1.6100000143051147, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 6457.60009765625, - "gain": -5.0, - "mode": "APO (DR)", - "mute": false, - "q": 6.0, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 9619.900390625, - "gain": 3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.309999942779541, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 105.0, - "gain": 0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 27.100000381469727, - "gain": -0.30000001192092896, - "mode": "APO (DR)", - "mute": false, - "q": 2.7300000190734863, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 79.0, - "gain": 1.7999999523162842, - "mode": "APO (DR)", - "mute": false, - "q": 1.2300000190734863, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 474.8999938964844, - "gain": -2.5, - "mode": "APO (DR)", - "mute": false, - "q": 0.5400000214576721, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1164.199951171875, - "gain": 2.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.119999885559082, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2344.60009765625, - "gain": 2.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.0899999141693115, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 5148.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 1.6100000143051147, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 6457.60009765625, - "gain": -5.0, - "mode": "APO (DR)", - "mute": false, - "q": 6.0, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 9619.900390625, - "gain": 3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.309999942779541, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "plugins_order": [ - "equalizer#0" - ] - } -} diff --git a/users/youwen/linux/var/easyeffects/output/AirPods Pro Transparency.json b/users/youwen/linux/var/easyeffects/output/AirPods Pro Transparency.json deleted file mode 100644 index ae46b48..0000000 --- a/users/youwen/linux/var/easyeffects/output/AirPods Pro Transparency.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": -3.34, - "left": { - "band0": { - "frequency": 105.0, - "gain": 0.699999988079071, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 26.5, - "gain": -0.4000000059604645, - "mode": "APO (DR)", - "mute": false, - "q": 2.380000114440918, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 79.19999694824219, - "gain": 1.600000023841858, - "mode": "APO (DR)", - "mute": false, - "q": 1.2999999523162842, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 468.0, - "gain": -2.5, - "mode": "APO (DR)", - "mute": false, - "q": 0.5400000214576721, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1152.699951171875, - "gain": 1.899999976158142, - "mode": "APO (DR)", - "mute": false, - "q": 2.890000104904175, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2310.800048828125, - "gain": 1.7999999523162842, - "mode": "APO (DR)", - "mute": false, - "q": 2.569999933242798, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 5148.7001953125, - "gain": 3.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.4700000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 6472.39990234375, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 6.0, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 9526.5, - "gain": 3.700000047683716, - "mode": "APO (DR)", - "mute": false, - "q": 2.25, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 0.0, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 105.0, - "gain": 0.699999988079071, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 26.5, - "gain": -0.4000000059604645, - "mode": "APO (DR)", - "mute": false, - "q": 2.380000114440918, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 79.19999694824219, - "gain": 1.600000023841858, - "mode": "APO (DR)", - "mute": false, - "q": 1.2999999523162842, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 468.0, - "gain": -2.5, - "mode": "APO (DR)", - "mute": false, - "q": 0.5400000214576721, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1152.699951171875, - "gain": 1.899999976158142, - "mode": "APO (DR)", - "mute": false, - "q": 2.890000104904175, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2310.800048828125, - "gain": 1.7999999523162842, - "mode": "APO (DR)", - "mute": false, - "q": 2.569999933242798, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 5148.7001953125, - "gain": 3.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.4700000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 6472.39990234375, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 6.0, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 9526.5, - "gain": 3.700000047683716, - "mode": "APO (DR)", - "mute": false, - "q": 2.25, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "plugins_order": [ - "equalizer#0" - ] - } -} diff --git a/users/youwen/linux/var/easyeffects/output/Arctis Pro EQ.json b/users/youwen/linux/var/easyeffects/output/Arctis Pro EQ.json deleted file mode 100644 index 3f774c8..0000000 --- a/users/youwen/linux/var/easyeffects/output/Arctis Pro EQ.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": -8.61, - "left": { - "band0": { - "frequency": 105.0, - "gain": -0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 50.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.0399999618530273, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 135.6999969482422, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.149999976158142, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 361.3999938964844, - "gain": 3.0999999046325684, - "mode": "APO (DR)", - "mute": false, - "q": 1.159999966621399, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1135.300048828125, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 1.2200000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2703.699951171875, - "gain": -3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.799999952316284, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3766.800048828125, - "gain": 9.399999618530273, - "mode": "APO (DR)", - "mute": false, - "q": 1.8300000429153442, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5260.39990234375, - "gain": 5.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.609999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8775.2998046875, - "gain": -7.400000095367432, - "mode": "APO (DR)", - "mute": false, - "q": 1.75, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 3.9, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 105.0, - "gain": -0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 50.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.0399999618530273, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 135.6999969482422, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.149999976158142, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 361.3999938964844, - "gain": 3.0999999046325684, - "mode": "APO (DR)", - "mute": false, - "q": 1.159999966621399, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1135.300048828125, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 1.2200000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2703.699951171875, - "gain": -3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.799999952316284, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3766.800048828125, - "gain": 9.399999618530273, - "mode": "APO (DR)", - "mute": false, - "q": 1.8300000429153442, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5260.39990234375, - "gain": 5.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.609999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8775.2998046875, - "gain": -7.400000095367432, - "mode": "APO (DR)", - "mute": false, - "q": 1.75, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "plugins_order": [ - "equalizer#0" - ] - } -} diff --git a/users/youwen/linux/var/easyeffects/output/DT770 Pro.json b/users/youwen/linux/var/easyeffects/output/DT770 Pro.json deleted file mode 100644 index d30f198..0000000 --- a/users/youwen/linux/var/easyeffects/output/DT770 Pro.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer#0": { - "balance": 0.0, - "bypass": false, - "input-gain": -4.74, - "left": { - "band0": { - "frequency": 105.0, - "gain": 3.0, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 53.5, - "gain": -6.800000190734863, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 141.89999389648438, - "gain": -2.4000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.7699999809265137, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 199.89999389648438, - "gain": 6.0, - "mode": "APO (DR)", - "mute": false, - "q": 2.5, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 943.5, - "gain": -1.399999976158142, - "mode": "APO (DR)", - "mute": false, - "q": 3.5, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2352.89990234375, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 3.440000057220459, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3523.5, - "gain": 4.800000190734863, - "mode": "APO (DR)", - "mute": false, - "q": 3.859999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5082.7001953125, - "gain": -3.5, - "mode": "APO (DR)", - "mute": false, - "q": 4.53000020980835, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 6828.10009765625, - "gain": -3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 3.2799999713897705, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 3.9, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 105.0, - "gain": 3.0, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 53.5, - "gain": -6.800000190734863, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 141.89999389648438, - "gain": -2.4000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.7699999809265137, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 199.89999389648438, - "gain": 6.0, - "mode": "APO (DR)", - "mute": false, - "q": 2.5, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 943.5, - "gain": -1.399999976158142, - "mode": "APO (DR)", - "mute": false, - "q": 3.5, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2352.89990234375, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 3.440000057220459, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3523.5, - "gain": 4.800000190734863, - "mode": "APO (DR)", - "mute": false, - "q": 3.859999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5082.7001953125, - "gain": -3.5, - "mode": "APO (DR)", - "mute": false, - "q": 4.53000020980835, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 6828.10009765625, - "gain": -3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 3.2799999713897705, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 0.6666666865348816, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "plugins_order": [ - "equalizer#0" - ] - } -} diff --git a/users/youwen/linux/var/easyeffects/output/Default.json b/users/youwen/linux/var/easyeffects/output/Default.json deleted file mode 100644 index 02e450d..0000000 --- a/users/youwen/linux/var/easyeffects/output/Default.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer#0": { - "balance": 0.0, - "bypass": true, - "input-gain": -8.61, - "left": { - "band0": { - "frequency": 105.0, - "gain": -0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 50.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.0399999618530273, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 135.6999969482422, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.149999976158142, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 361.3999938964844, - "gain": 3.0999999046325684, - "mode": "APO (DR)", - "mute": false, - "q": 1.159999966621399, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1135.300048828125, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 1.2200000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2703.699951171875, - "gain": -3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.799999952316284, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3766.800048828125, - "gain": 9.399999618530273, - "mode": "APO (DR)", - "mute": false, - "q": 1.8300000429153442, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5260.39990234375, - "gain": 5.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.609999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8775.2998046875, - "gain": -7.400000095367432, - "mode": "APO (DR)", - "mute": false, - "q": 1.75, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "mode": "IIR", - "num-bands": 10, - "output-gain": 3.9, - "pitch-left": 0.0, - "pitch-right": 0.0, - "right": { - "band0": { - "frequency": 105.0, - "gain": -0.6000000238418579, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Lo-shelf", - "width": 4.0 - }, - "band1": { - "frequency": 50.0, - "gain": 3.9000000953674316, - "mode": "APO (DR)", - "mute": false, - "q": 2.0399999618530273, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band2": { - "frequency": 135.6999969482422, - "gain": -1.5, - "mode": "APO (DR)", - "mute": false, - "q": 1.149999976158142, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band3": { - "frequency": 361.3999938964844, - "gain": 3.0999999046325684, - "mode": "APO (DR)", - "mute": false, - "q": 1.159999966621399, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band4": { - "frequency": 1135.300048828125, - "gain": -4.599999904632568, - "mode": "APO (DR)", - "mute": false, - "q": 1.2200000286102295, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band5": { - "frequency": 2703.699951171875, - "gain": -3.799999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 2.799999952316284, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band6": { - "frequency": 3766.800048828125, - "gain": 9.399999618530273, - "mode": "APO (DR)", - "mute": false, - "q": 1.8300000429153442, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band7": { - "frequency": 5260.39990234375, - "gain": 5.0, - "mode": "APO (DR)", - "mute": false, - "q": 3.609999895095825, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band8": { - "frequency": 8775.2998046875, - "gain": -7.400000095367432, - "mode": "APO (DR)", - "mute": false, - "q": 1.75, - "slope": "x1", - "solo": false, - "type": "Bell", - "width": 4.0 - }, - "band9": { - "frequency": 10000.0, - "gain": -2.299999952316284, - "mode": "APO (DR)", - "mute": false, - "q": 0.699999988079071, - "slope": "x1", - "solo": false, - "type": "Hi-shelf", - "width": 4.0 - } - }, - "split-channels": false - }, - "plugins_order": [ - "equalizer#0" - ] - } -} diff --git a/users/youwen/linux/var/settings.json b/users/youwen/linux/var/settings.json deleted file mode 100644 index e8db804..0000000 --- a/users/youwen/linux/var/settings.json +++ /dev/null @@ -1,611 +0,0 @@ -{ - "autoUpdate": true, - "autoUpdateNotification": true, - "useQuickCss": true, - "themeLinks": [], - "enabledThemes": ["stylix.theme.css"], - "enableReactDevtools": false, - "frameless": false, - "transparent": false, - "winCtrlQ": false, - "disableMinSize": false, - "winNativeTitleBar": false, - "plugins": { - "ChatInputButtonAPI": { - "enabled": false - }, - "CommandsAPI": { - "enabled": true - }, - "MemberListDecoratorsAPI": { - "enabled": true - }, - "MessageAccessoriesAPI": { - "enabled": true - }, - "MessageDecorationsAPI": { - "enabled": true - }, - "MessageEventsAPI": { - "enabled": true - }, - "MessagePopoverAPI": { - "enabled": false - }, - "MessageUpdaterAPI": { - "enabled": false - }, - "ServerListAPI": { - "enabled": true - }, - "UserSettingsAPI": { - "enabled": true - }, - "AlwaysAnimate": { - "enabled": false - }, - "AlwaysTrust": { - "enabled": true, - "domain": true, - "file": true - }, - "AnonymiseFileNames": { - "enabled": true, - "anonymiseByDefault": true, - "method": 0, - "randomisedLength": 7 - }, - "AppleMusicRichPresence": { - "enabled": false - }, - "WebRichPresence (arRPC)": { - "enabled": false - }, - "AutomodContext": { - "enabled": false - }, - "BANger": { - "enabled": false - }, - "BetterFolders": { - "enabled": true, - "sidebar": true, - "showFolderIcon": 1, - "keepIcons": false, - "closeAllHomeButton": false, - "closeAllFolders": false, - "forceOpen": false, - "sidebarAnim": true - }, - "BetterGifAltText": { - "enabled": false - }, - "BetterGifPicker": { - "enabled": false - }, - "BetterNotesBox": { - "enabled": false - }, - "BetterRoleContext": { - "enabled": false - }, - "BetterRoleDot": { - "enabled": true, - "bothStyles": false, - "copyRoleColorInProfilePopout": false - }, - "BetterSessions": { - "enabled": true, - "backgroundCheck": false - }, - "BetterSettings": { - "enabled": false, - "disableFade": true, - "eagerLoad": true - }, - "BetterUploadButton": { - "enabled": false - }, - "BiggerStreamPreview": { - "enabled": false - }, - "BlurNSFW": { - "enabled": false - }, - "CallTimer": { - "enabled": true - }, - "ClearURLs": { - "enabled": true - }, - "ClientTheme": { - "enabled": false - }, - "ColorSighted": { - "enabled": false - }, - "ConsoleJanitor": { - "enabled": false - }, - "ConsoleShortcuts": { - "enabled": false - }, - "CopyEmojiMarkdown": { - "enabled": false - }, - "CopyUserURLs": { - "enabled": true - }, - "CrashHandler": { - "enabled": true - }, - "CtrlEnterSend": { - "enabled": false - }, - "CustomRPC": { - "enabled": false - }, - "CustomIdle": { - "enabled": false - }, - "Dearrow": { - "enabled": false - }, - "Decor": { - "enabled": false - }, - "DisableCallIdle": { - "enabled": false - }, - "DontRoundMyTimestamps": { - "enabled": false - }, - "EmoteCloner": { - "enabled": false - }, - "Experiments": { - "enabled": false - }, - "F8Break": { - "enabled": false - }, - "FakeNitro": { - "enabled": false - }, - "FakeProfileThemes": { - "enabled": false - }, - "FavoriteEmojiFirst": { - "enabled": false - }, - "FavoriteGifSearch": { - "enabled": false - }, - "FixCodeblockGap": { - "enabled": false - }, - "FixSpotifyEmbeds": { - "enabled": false - }, - "FixYoutubeEmbeds": { - "enabled": false - }, - "ForceOwnerCrown": { - "enabled": false - }, - "FriendInvites": { - "enabled": false - }, - "FriendsSince": { - "enabled": false - }, - "GameActivityToggle": { - "enabled": false - }, - "GifPaste": { - "enabled": false - }, - "GreetStickerPicker": { - "enabled": false - }, - "HideAttachments": { - "enabled": false - }, - "iLoveSpam": { - "enabled": false - }, - "IgnoreActivities": { - "enabled": false - }, - "ImageLink": { - "enabled": false - }, - "ImageZoom": { - "enabled": false - }, - "ImplicitRelationships": { - "enabled": false - }, - "InvisibleChat": { - "enabled": false - }, - "KeepCurrentChannel": { - "enabled": false - }, - "LastFMRichPresence": { - "enabled": false - }, - "LoadingQuotes": { - "enabled": false - }, - "MaskedLinkPaste": { - "enabled": false - }, - "MemberCount": { - "enabled": false - }, - "MessageClickActions": { - "enabled": false - }, - "MessageLatency": { - "enabled": false - }, - "MessageLinkEmbeds": { - "enabled": false - }, - "MessageLogger": { - "enabled": false - }, - "MessageTags": { - "enabled": false - }, - "MoreCommands": { - "enabled": false - }, - "MoreKaomoji": { - "enabled": false - }, - "MoreUserTags": { - "enabled": false - }, - "Moyai": { - "enabled": false - }, - "MutualGroupDMs": { - "enabled": false - }, - "NewGuildSettings": { - "enabled": false - }, - "NoBlockedMessages": { - "enabled": false - }, - "NoDefaultHangStatus": { - "enabled": false - }, - "NoDevtoolsWarning": { - "enabled": false - }, - "NoF1": { - "enabled": false - }, - "NoMosaic": { - "enabled": false - }, - "NoOnboardingDelay": { - "enabled": false - }, - "NoPendingCount": { - "enabled": false - }, - "NoProfileThemes": { - "enabled": false - }, - "NoReplyMention": { - "enabled": false - }, - "NoScreensharePreview": { - "enabled": false - }, - "NoServerEmojis": { - "enabled": false - }, - "NoTypingAnimation": { - "enabled": false - }, - "NoUnblockToJump": { - "enabled": false - }, - "NormalizeMessageLinks": { - "enabled": false - }, - "NotificationVolume": { - "enabled": false - }, - "NSFWGateBypass": { - "enabled": false - }, - "OnePingPerDM": { - "enabled": false - }, - "oneko": { - "enabled": false - }, - "OpenInApp": { - "enabled": false - }, - "OverrideForumDefaults": { - "enabled": false - }, - "PartyMode": { - "enabled": false - }, - "PauseInvitesForever": { - "enabled": false - }, - "PermissionFreeWill": { - "enabled": false - }, - "PermissionsViewer": { - "enabled": false - }, - "petpet": { - "enabled": false - }, - "PictureInPicture": { - "enabled": false - }, - "PinDMs": { - "enabled": false - }, - "PlainFolderIcon": { - "enabled": false - }, - "PlatformIndicators": { - "enabled": true - }, - "PreviewMessage": { - "enabled": false - }, - "QuickMention": { - "enabled": false - }, - "QuickReply": { - "enabled": false - }, - "ReactErrorDecoder": { - "enabled": false - }, - "ReadAllNotificationsButton": { - "enabled": true - }, - "RelationshipNotifier": { - "enabled": false - }, - "ReplaceGoogleSearch": { - "enabled": false - }, - "ReplyTimestamp": { - "enabled": false - }, - "RevealAllSpoilers": { - "enabled": false - }, - "ReverseImageSearch": { - "enabled": false - }, - "ReviewDB": { - "enabled": false - }, - "RoleColorEverywhere": { - "enabled": false - }, - "SecretRingToneEnabler": { - "enabled": false - }, - "Summaries": { - "enabled": false - }, - "SendTimestamps": { - "enabled": false - }, - "ServerInfo": { - "enabled": false - }, - "ServerListIndicators": { - "enabled": false - }, - "ShikiCodeblocks": { - "enabled": false - }, - "ShowAllMessageButtons": { - "enabled": false - }, - "ShowConnections": { - "enabled": false - }, - "ShowHiddenChannels": { - "enabled": true, - "showMode": 0, - "hideUnreads": true - }, - "ShowHiddenThings": { - "enabled": true, - "showTimeouts": true, - "showInvitesPaused": true, - "showModView": true, - "disableDiscoveryFilters": true, - "disableDisallowedDiscoveryFilters": true - }, - "ShowMeYourName": { - "enabled": false - }, - "ShowTimeoutDuration": { - "enabled": false - }, - "SilentMessageToggle": { - "enabled": false - }, - "SilentTyping": { - "enabled": false - }, - "SortFriendRequests": { - "enabled": false - }, - "SpotifyControls": { - "enabled": true, - "hoverControls": false - }, - "SpotifyCrack": { - "enabled": false - }, - "SpotifyShareCommands": { - "enabled": false - }, - "StartupTimings": { - "enabled": false - }, - "StreamerModeOnStream": { - "enabled": false - }, - "SuperReactionTweaks": { - "enabled": false - }, - "TextReplace": { - "enabled": false - }, - "ThemeAttributes": { - "enabled": false - }, - "TimeBarAllActivities": { - "enabled": false - }, - "Translate": { - "enabled": false - }, - "TypingIndicator": { - "enabled": false - }, - "TypingTweaks": { - "enabled": false - }, - "Unindent": { - "enabled": false - }, - "UnlockedAvatarZoom": { - "enabled": false - }, - "UnsuppressEmbeds": { - "enabled": false - }, - "UserVoiceShow": { - "enabled": false - }, - "USRBG": { - "enabled": false - }, - "ValidReply": { - "enabled": false - }, - "ValidUser": { - "enabled": false - }, - "VoiceChatDoubleClick": { - "enabled": false - }, - "VcNarrator": { - "enabled": false - }, - "VencordToolbox": { - "enabled": false - }, - "ViewIcons": { - "enabled": false - }, - "ViewRaw": { - "enabled": false - }, - "VoiceDownload": { - "enabled": false - }, - "VoiceMessages": { - "enabled": false - }, - "WebKeybinds": { - "enabled": true - }, - "WebScreenShareFixes": { - "enabled": true - }, - "WhoReacted": { - "enabled": false - }, - "XSOverlay": { - "enabled": false - }, - "NoTrack": { - "enabled": true, - "disableAnalytics": true - }, - "WebContextMenus": { - "enabled": true, - "addBack": true - }, - "Settings": { - "enabled": true, - "settingsLocation": "aboveNitro" - }, - "SupportHelper": { - "enabled": true - }, - "YoutubeAdblock": { - "enabled": true - }, - "AlwaysExpandRoles": { - "enabled": false - }, - "FullSearchContext": { - "enabled": false - }, - "UserMessagesPronouns": { - "enabled": false - }, - "DynamicImageModalAPI": { - "enabled": false - }, - "AccountPanelServerProfile": { - "enabled": false - }, - "CopyFileContents": { - "enabled": false - }, - "FixImagesQuality": { - "enabled": false - }, - "MentionAvatars": { - "enabled": false - }, - "NoMaskedUrlPaste": { - "enabled": false - }, - "StickerPaste": { - "enabled": false - }, - "VolumeBooster": { - "enabled": false - } - }, - "notifications": { - "timeout": 5000, - "position": "bottom-right", - "useNative": "not-focused", - "logLimit": 50 - }, - "cloud": { - "authenticated": false, - "url": "https://api.vencord.dev/", - "settingsSync": false, - "settingsSyncVersion": 1731210778467 - } -} - diff --git a/users/youwen/linux/vesktop/default.nix b/users/youwen/linux/vesktop/default.nix deleted file mode 100644 index 0a4cc01..0000000 --- a/users/youwen/linux/vesktop/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = [ - pkgs.vesktop - ]; - - systemd.user.services.discord-arrpc = { - Unit = { - Description = "Discord RPC server for Vesktop."; - }; - Install = { - WantedBy = [ "default.target" ]; - }; - Service = { - ExecStart = "${pkgs.arrpc}/bin/arrpc"; - }; - }; -} diff --git a/users/youwen/linux/waybar/desktop/default.nix b/users/youwen/linux/waybar/desktop/default.nix deleted file mode 100644 index 731f793..0000000 --- a/users/youwen/linux/waybar/desktop/default.nix +++ /dev/null @@ -1,171 +0,0 @@ -{ - # home.file.".config/waybar/config".source = ./config.jsonc; - programs.waybar = { - enable = true; - style = ./style.css; - systemd.enable = true; - settings = { - mainBar = { - name = "bar0"; - - layer = "top"; - position = "top"; - - height = 28; - # "width" = 1920; - - "margin" = "5px 10px 0px 10px"; - "spacing" = 10; - - "mode" = "top"; - # "exclusive" = true; - - # "output" = "eDP-1"; - - reload_style_on_change = true; - - modules-left = [ "hyprland/workspaces" ]; - modules-center = [ "hyprland/window" ]; - modules-right = [ - "tray" - "idle_inhibitor" - "backlight" - "wireplumber" - "network" - "battery" - "disk" - "memory" - "cpu" - "temperature" - "clock" - ]; - - idle_inhibitor = { - format = "{icon}"; - format-icons = { - activated = "󰛊 "; - deactivated = "󰾫 "; - }; - }; - - network = { - format = "{ifname}"; - format-wifi = "{icon}{essid}"; - format-ethernet = " {essid}"; - format-disconnected = "󰤯 Disconnected"; - format-icons = [ - "󰤟 " - "󰤢 " - "󰤨 " - ]; - tooltip-format = " {bandwidthUpBits} |  {bandwidthDownBits}"; - tooltip-format-wifi = " {bandwidthUpBits} |  {bandwidthDownBits} | 󱄙 {signalStrength}"; - }; - - backlight = { - interval = 2; - format = "󰖨 {percent}%"; - on-scroll-up = "brightnessctl set +4"; - on-scroll-down = "brightnessctl set 4-"; - }; - - wireplumber = { - format = "{icon} {volume}%"; - format-muted = "󰝟 "; - on-click = "pamixer -t"; - on-scroll-up = "pamixer set 5%+"; - on-scroll-down = "pamixer set 5%-"; - format-icons = [ - "" - "" - "" - "" - "" - ]; - }; - - battery = { - interval = 10; - format = "{icon}{capacity}%"; - format-icons = [ - "󰂎" - "󰁺" - "󰁻" - "󰁼" - "󰁽" - "󰁾" - "󰁿" - "󰂀" - "󰂁" - "󰂂" - "󰁹" - ]; - tooltip = true; - tooltip-format = "{timeTo}"; - }; - - disk = { - intervel = 30; - format = "󰋊 {percentage_used}%"; - tooltip-format = "{used} used out of {total} on \"{path}\" ({percentage_used}%)"; - }; - - memory = { - interval = 10; - format = " {used}"; - tooltip-format = "{used}GiB used of {total}GiB ({percentage}%)"; - }; - - cpu = { - interval = 10; - format = " {usage}%"; - }; - - temperature = { - interval = 10; - }; - - clock = { - interval = 1; - format = "{:%H:%M:%S}"; - }; - - "hyprland/workspaces" = { - show-special = true; - persistent-workspaces = { - "*" = [ - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - ]; - }; - format = "{icon}"; - format-icons = { - active = ""; - empty = ""; - default = ""; - urgent = ""; - special = "󰠱"; - }; - }; - "hyprland/window" = { - icon = true; - icon-size = 20; - max-length = 50; - rewrite = { - "(.*) — Ablaze Floorp" = "$1"; - "(.*) — Zen Browser" = "$1"; - "^$" = "👾"; - }; - }; - }; - }; - }; -} diff --git a/users/youwen/linux/waybar/desktop/style.css b/users/youwen/linux/waybar/desktop/style.css deleted file mode 100644 index 0307cdf..0000000 --- a/users/youwen/linux/waybar/desktop/style.css +++ /dev/null @@ -1,71 +0,0 @@ -window#waybar { - font-family: "CaskaydiaCove Nerd Font"; - background-color: rgba(0,0,0,0); - font-size: 0.8rem; - border-radius: 0.5rem; -} - -.modules-left, .modules-center { - opacity: 1; - background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252)); - border-radius: 0.5rem; - padding: 2px; -} - -.modules-right { - opacity: 1; - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 2px 2px 2px 10px -} - -/* label.module { - margin-left: -1px; -} */ - -#workspaces { - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 0 2px; -} - -#workspaces button { - font-size: 0.6rem; - padding: 0 0.3rem 0 0; -} - -#window { - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 2px 5px; -} - -#clock { - font-weight: bolder; - border-radius: 0.5rem; - padding: 0 3px 0 0; -} - -#battery { - color: lightgreen; -} - -#memory { - color: lightpink; -} - -#disk { - color: lightskyblue; -} - -#cpu { - color: lightgoldenrodyellow; -} - -#temperature { - color: lightslategray; -} - -#network { - color: lightsteelblue; -} diff --git a/users/youwen/linux/waybar/laptop/default.nix b/users/youwen/linux/waybar/laptop/default.nix deleted file mode 100644 index 0cfa664..0000000 --- a/users/youwen/linux/waybar/laptop/default.nix +++ /dev/null @@ -1,192 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ ./swaync.nix ]; - programs.waybar = { - enable = true; - style = ./style.css; - systemd.enable = true; - settings = { - mainBar = { - name = "bar0"; - - layer = "top"; - position = "top"; - - height = 28; - # "width" = 1920; - - "margin" = "5px 10px 0px 10px"; - "spacing" = 10; - - "mode" = "top"; - # "exclusive" = true; - - # "output" = "eDP-1"; - - reload_style_on_change = true; - - modules-left = [ - "hyprland/workspaces" - "hyprland/window" - ]; - modules-right = [ - "tray" - "idle_inhibitor" - "backlight" - "wireplumber" - "network" - "battery" - "disk" - "memory" - "cpu" - "temperature" - "clock" - "custom/notification" - ]; - - idle_inhibitor = { - format = "{icon}"; - format-icons = { - activated = "󰛊 "; - deactivated = "󰾫 "; - }; - }; - - network = { - format = "{ifname}"; - format-wifi = "{icon}{essid}"; - format-ethernet = " {essid}"; - format-disconnected = "󰤯 Disconnected"; - format-icons = [ - "󰤟 " - "󰤢 " - "󰤨 " - ]; - tooltip-format = " {bandwidthUpBits} |  {bandwidthDownBits}"; - tooltip-format-wifi = " {bandwidthUpBits} |  {bandwidthDownBits} | 󱄙 {signalStrength}"; - }; - - backlight = { - interval = 2; - format = "󰖨 {percent}%"; - on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl set +4"; - on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl set 4-"; - }; - - wireplumber = { - format = "{icon} {volume}%"; - format-muted = "󰝟 "; - on-click = "pamixer -t"; - on-scroll-up = "${pkgs.pamixer}/bin/pamixer set 5%+"; - on-scroll-down = "${pkgs.pamixer}/bin/pamixer set 5%-"; - format-icons = [ - "" - "" - "" - "" - "" - ]; - }; - - battery = { - interval = 10; - format = "{icon} {capacity}%"; - format-icons = [ - "󰂎" - "󰁺" - "󰁻" - "󰁼" - "󰁽" - "󰁾" - "󰁿" - "󰂀" - "󰂁" - "󰂂" - "󰁹" - ]; - tooltip = true; - tooltip-format = "{timeTo}"; - }; - - disk = { - intervel = 30; - format = "󰋊 {percentage_used}%"; - tooltip-format = "{used} used out of {total} on \"{path}\" ({percentage_used}%)"; - }; - - memory = { - interval = 10; - format = " {used}"; - tooltip-format = "{used}GiB used of {total}GiB ({percentage}%)"; - }; - - cpu = { - interval = 10; - format = " {usage}%"; - }; - - temperature = { - interval = 10; - }; - - clock = { - interval = 1; - format = "{:%H:%M:%S}"; - }; - - "custom/notification" = { - tooltip = false; - format = "{icon}"; - format-icons = { - notification = ""; - none = " "; - dnd-notification = ""; - dnd-none = " "; - }; - return-type = "json"; - exec = "${pkgs.swaynotificationcenter}/bin/swaync-client -swb"; - on-click = "sleep 0.1 && ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw"; - on-click-right = "sleep 0.1 && ${pkgs.swaynotificationcenter}/bin/swaync-client -d -sw"; - escape = true; - }; - - "hyprland/workspaces" = { - show-special = true; - persistent-workspaces = { - "*" = [ - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - ]; - }; - format = "{icon}"; - format-icons = { - active = ""; - empty = ""; - default = ""; - urgent = ""; - special = "󰠱"; - }; - }; - - "hyprland/window" = { - icon = true; - icon-size = 20; - max-length = 50; - rewrite = { - "(.*) — LibreWolf" = "$1"; - "(.*) — Zen Browser" = "$1"; - "^$" = "👾"; - }; - }; - }; - }; - }; -} diff --git a/users/youwen/linux/waybar/laptop/style.css b/users/youwen/linux/waybar/laptop/style.css deleted file mode 100644 index 9a4ef6e..0000000 --- a/users/youwen/linux/waybar/laptop/style.css +++ /dev/null @@ -1,78 +0,0 @@ -window#waybar { - font-family: "CaskaydiaCove Nerd Font"; - background-color: rgba(0,0,0,0); - font-size: 0.8rem; - border-radius: 0.5rem; - color: #cccccc; -} - -.modules-left { - opacity: 1; - background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252)); - border-radius: 0.5rem; - padding: 2px; -} - -.modules-center { - opacity: 0; -} - -.modules-right { - opacity: 1; - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 2px 2px 2px 10px -} - -/* label.module { - margin-left: -1px; -} */ - -#workspaces { - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 0 2px; -} - -#workspaces button { - font-size: 0.6rem; - padding: 0 0.3rem 0 0; - border: #cccccc; - color: #cccccc; -} - -#window { - background-color: rgba(0,0,0,0.5); - border-radius: 0.5rem; - padding: 2px 5px; -} - -#clock { - font-weight: bolder; - border-radius: 0.5rem; - padding: 0 3px 0 0; -} - -#battery { - color: lightgreen; -} - -#memory { - color: lightpink; -} - -#disk { - color: lightskyblue; -} - -#cpu { - color: lightgoldenrodyellow; -} - -#temperature { - color: lightslategray; -} - -#network { - color: lightsteelblue; -} diff --git a/users/youwen/linux/waybar/laptop/swaync.nix b/users/youwen/linux/waybar/laptop/swaync.nix deleted file mode 100644 index e325435..0000000 --- a/users/youwen/linux/waybar/laptop/swaync.nix +++ /dev/null @@ -1,310 +0,0 @@ -{ config, ... }: -{ - services.swaync.enable = true; - services.swaync.settings = { - positionX = "right"; - positionY = "top"; - control-center-margin-top = 10; - control-center-margin-bottom = 10; - control-center-margin-right = 10; - control-center-margin-left = 10; - notification-icon-size = 64; - notification-body-image-height = 100; - notification-body-image-width = 200; - timeout = 10; - timeout-low = 5; - timeout-critical = 0; - fit-to-screen = false; - control-center-width = 500; - control-center-height = 800; - notification-window-width = 500; - keyboard-shortcuts = true; - image-visibility = "when-available"; - transition-time = 200; - hide-on-clear = false; - hide-on-action = true; - script-fail-notify = true; - widgets = [ - "title" - "mpris" - "volume" - "backlight" - "dnd" - "notifications" - ]; - widget-config = { - title = { - text = "Mission Control"; - clear-all-button = "true"; - button-text = " All Systems Go"; - }; - dnd = { - text = "Do Not Disturb"; - }; - label = { - max-lines = 1; - text = "Mission Control"; - }; - mpris = { - image-size = 96; - image-radius = 7; - }; - volume = { - label = "󰕾"; - }; - backlight = { - label = "󰃟"; - }; - }; - }; - - home.file.".config/swaync/style.css".text = '' - * { - font-family: ${config.stylix.fonts.monospace.name}; - } - .control-center .notification-row:focus, - .control-center .notification-row:hover { - background: #${config.lib.stylix.colors.base00} - } - .notification-row { - outline: none; - margin: 10px; - padding: 0; - } - .notification { - background: transparent; - padding: 0; - margin: 0px; - opacity: 0.75; - } - .notification-content { - background: #${config.lib.stylix.colors.base00}; - padding: 10px; - border-radius: 5px; - border: 2px solid #${config.lib.stylix.colors.base05}; - margin: 0; - } - .notification-default-action { - margin: 0; - padding: 0; - border-radius: 5px; - } - .close-button { - background: #${config.lib.stylix.colors.base08}; - color: #${config.lib.stylix.colors.base00}; - text-shadow: none; - padding: 0; - border-radius: 5px; - margin-top: 5px; - margin-right: 5px; - } - .close-button:hover { - box-shadow: none; - background: #${config.lib.stylix.colors.base0D}; - transition: all .15s ease-in-out; - border: none - } - .notification-action { - border: 2px solid #${config.lib.stylix.colors.base0D}; - border-top: none; - border-radius: 5px; - } - .notification-default-action:hover, - .notification-action:hover { - color: #${config.lib.stylix.colors.base0B}; - background: #${config.lib.stylix.colors.base0B} - } - .notification-default-action { - border-radius: 5px; - margin: 0px; - } - .notification-default-action:not(:only-child) { - border-bottom-left-radius: 7px; - border-bottom-right-radius: 7px - } - .notification-action:first-child { - border-bottom-left-radius: 10px; - background: #${config.lib.stylix.colors.base00} - } - .notification-action:last-child { - border-bottom-right-radius: 10px; - background: #${config.lib.stylix.colors.base00} - } - .inline-reply { - margin-top: 8px - } - .inline-reply-entry { - background: #${config.lib.stylix.colors.base00}; - color: #${config.lib.stylix.colors.base05}; - caret-color: #${config.lib.stylix.colors.base05}; - border: 1px solid #${config.lib.stylix.colors.base09}; - border-radius: 5px - } - .inline-reply-button { - margin-left: 4px; - background: #${config.lib.stylix.colors.base00}; - border: 1px solid #${config.lib.stylix.colors.base09}; - border-radius: 5px; - color: #${config.lib.stylix.colors.base05} - } - .inline-reply-button:disabled { - background: initial; - color: #${config.lib.stylix.colors.base03}; - border: 1px solid transparent - } - .inline-reply-button:hover { - background: #${config.lib.stylix.colors.base00} - } - .body-image { - margin-top: 6px; - background-color: #${config.lib.stylix.colors.base05}; - border-radius: 5px - } - .summary { - font-size: 16px; - font-weight: 700; - background: transparent; - color: rgba(158, 206, 106, 1); - text-shadow: none - } - .time { - font-size: 16px; - font-weight: 700; - background: transparent; - color: #${config.lib.stylix.colors.base05}; - text-shadow: none; - margin-right: 18px - } - .body { - font-size: 15px; - font-weight: 400; - background: transparent; - color: #${config.lib.stylix.colors.base05}; - text-shadow: none - } - .control-center { - background: #${config.lib.stylix.colors.base00}; - border: 2px solid #${config.lib.stylix.colors.base0C}; - border-radius: 5px; - opacity: 0.85; - } - .control-center-list { - background: transparent - } - .control-center-list-placeholder { - opacity: .5 - } - .floating-notifications { - background: transparent - } - .blank-window { - background: alpha(black, 0) - } - .widget-title { - color: #${config.lib.stylix.colors.base0B}; - background: #${config.lib.stylix.colors.base00}; - padding: 5px 10px; - margin: 10px 10px 5px 10px; - font-size: 1.5rem; - border-radius: 5px; - } - .widget-title>button { - font-size: 1rem; - color: #${config.lib.stylix.colors.base05}; - text-shadow: none; - background: #${config.lib.stylix.colors.base00}; - box-shadow: none; - border-radius: 5px; - } - .widget-title>button:hover { - background: #${config.lib.stylix.colors.base08}; - color: #${config.lib.stylix.colors.base00}; - } - .widget-dnd { - background: #${config.lib.stylix.colors.base00}; - padding: 5px 10px; - margin: 10px 10px 5px 10px; - border-radius: 5px; - font-size: large; - color: #${config.lib.stylix.colors.base0B}; - } - .widget-dnd>switch { - border-radius: 5px; - /* border: 1px solid #${config.lib.stylix.colors.base0B}; */ - background: #${config.lib.stylix.colors.base0B}; - } - .widget-dnd>switch:checked { - background: #${config.lib.stylix.colors.base08}; - border: 1px solid #${config.lib.stylix.colors.base08}; - } - .widget-dnd>switch slider { - background: #${config.lib.stylix.colors.base00}; - border-radius: 5px - } - .widget-dnd>switch:checked slider { - background: #${config.lib.stylix.colors.base00}; - border-radius: 5px - } - .widget-label { - margin: 10px 10px 5px 10px; - } - .widget-label>label { - font-size: 1rem; - color: #${config.lib.stylix.colors.base05}; - } - .widget-mpris { - color: #${config.lib.stylix.colors.base05}; - padding: 5px 10px; - margin: 10px 10px 5px 10px; - border-radius: 5px; - } - .widget-mpris > box > button { - border-radius: 5px; - } - .widget-mpris-player { - padding: 5px 10px; - margin: 10px - } - .widget-mpris-title { - font-weight: 700; - font-size: 1.25rem - } - .widget-mpris-subtitle { - font-size: 1.1rem - } - .widget-menubar>box>.menu-button-bar>button { - border: none; - background: transparent - } - .topbar-buttons>button { - border: none; - background: transparent - } - .widget-volume { - background: #${config.lib.stylix.colors.base01}; - padding: 5px; - margin: 10px 10px 5px 10px; - border-radius: 5px; - font-size: x-large; - color: #${config.lib.stylix.colors.base05}; - } - .widget-volume>box>button { - background: #${config.lib.stylix.colors.base0B}; - border: none - } - .per-app-volume { - background-color: #${config.lib.stylix.colors.base00}; - padding: 4px 8px 8px; - margin: 0 8px 8px; - border-radius: 5px; - } - .widget-backlight { - background: #${config.lib.stylix.colors.base01}; - padding: 5px; - margin: 10px 10px 5px 10px; - border-radius: 5px; - font-size: x-large; - color: #${config.lib.stylix.colors.base05} - } - ''; -}