diff --git a/Droidnix/README.org b/Droidnix/README.org index 3b19dc159..fc93713f8 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1274,9 +1274,27 @@ in * These are all the prepared config files +** =.config/chromium/NativeMessagingHosts/com.1password.1password.json= +These are the config files for .config/chromium/NativeMessagingHosts +#+BEGIN_SRC json :tangle generated/.config/chromium/NativeMessagingHosts/com.1password.1password.json :noweb tangle :mkdirp yes :eval never-html +{ + "name": "com.1password.1password", + "description": "1Password BrowserSupport", + "path": "/run/wrappers/bin/1Password-BrowserSupport", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/", + "chrome-extension://bkpbhnjcbehoklfkljkkbbmipaphipgl/", + "chrome-extension://gejiddohjgogedgjnonbofjigllpkmbf/", + "chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/", + "chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/", + "chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/" + ] +}#+END_SRC + ** =.config/hypr/animations.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/animations.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/animations.conf :noweb tangle :mkdirp yes :eval never-html # ./assets/conf/desktop/hypr/animations.conf animations { @@ -1292,8 +1310,8 @@ animations { #+END_SRC ** =.config/hypr/behaviour.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/behaviour.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb tangle :mkdirp yes :eval never-html # Keyboard and mouse settings input { kb_layout = us @@ -1330,8 +1348,8 @@ misc { #+END_SRC ** =.config/hypr/bindings.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/bindings.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/bindings.conf :noweb tangle :mkdirp yes :eval never-html $mainMod = SUPER # use walker to show exec menu @@ -1489,8 +1507,8 @@ bind = $mainMod, W, exec, zen #+END_SRC ** =.config/hypr/exec-once.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/exec-once.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb tangle :mkdirp yes :eval never-html exec-once = dbus-update-activation-environment --systemd --all exec-once = hypridle exec-once = hyprpolkitagent @@ -1499,8 +1517,8 @@ exec-once = bash -c "sleep 5 && waybar" #+END_SRC ** =.config/hypr/hypridle.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/hypridle.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/hypridle.conf :noweb tangle :mkdirp yes :eval never-html general { lock_cmd = hyprlock after_sleep_cmd = hyprctl dispatch dpms on @@ -1520,8 +1538,8 @@ listener { #+END_SRC ** =.config/hypr/hyprland.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/hyprland.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb tangle :mkdirp yes :eval never-html source = ./theming.conf source = ./animations.conf source = ./bindings.conf @@ -1563,8 +1581,8 @@ misc { #+END_SRC ** =.config/hypr/hyprlock.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/hyprlock.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprlock.conf :noweb tangle :mkdirp yes :eval never-html # ~/.config/hypr/hyprlock.conf general { @@ -1600,8 +1618,8 @@ label { #+END_SRC ** =.config/hypr/layer-rules.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/layer-rules.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb tangle :mkdirp yes :eval never-html layerrule = blur on, ignore_alpha 1, match:namespace waybar layerrule = xray 1, match:namespace waybar layerrule = blur on, ignore_alpha 1, match:namespace walker @@ -1611,21 +1629,21 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window #+END_SRC ** =.config/hypr/layout.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/layout.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb tangle :mkdirp yes :eval never-html workspace_layouts = dwindle, master, scrolling, monocle #+END_SRC ** =.config/hypr/monitor-rules.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/monitor-rules.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/monitor-rules.conf :noweb tangle :mkdirp yes :eval never-html # Default portable monitor rule monitor=DP-1,3840x1080@144,1920x0,1 #+END_SRC ** =.config/hypr/scripts/layout-selector.sh= -These are the config files for hypr/scripts -#+BEGIN_SRC nix :tangle generated/.config/hypr/scripts/layout-selector.sh :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr/scripts +#+BEGIN_SRC bash :tangle generated/.config/hypr/scripts/layout-selector.sh :noweb tangle :mkdirp yes :eval never-html #!/usr/bin/env bash # layout-selector.sh # Select a workspace layout using Wofi, shows description, applies with layoutmsg @@ -1663,8 +1681,8 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000 #+END_SRC ** =.config/hypr/theming.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/theming.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb tangle :mkdirp yes :eval never-html # Hyprland Catppuccin Mocha Theme (solid colors) # Colors @@ -1708,8 +1726,8 @@ decoration { #+END_SRC ** =.config/hypr/window-rules.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/window-rules.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb tangle :mkdirp yes :eval never-html # Floating and centering nm-connection-editor windowrule = float, nm-connection-editor windowrule = move center, nm-connection-editor @@ -1728,8 +1746,8 @@ windowrulev2 = floatclass:Wofi,opacity:0.9,blur:15 #+END_SRC ** =.config/hypr/workspace-rules.conf= -These are the config files for hypr -#+BEGIN_SRC nix :tangle generated/.config/hypr/workspace-rules.conf :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/hypr +#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb tangle :mkdirp yes :eval never-html # Workspace definitions (modern syntax) workspace = 1 workspace = 2 @@ -1762,42 +1780,136 @@ workspace { } #+END_SRC -** =.config/mimeapps.list= -These are the config files for .config -#+BEGIN_SRC nix :tangle generated/.config/mimeapps.list :noweb tangle :mkdirp yes :eval never-html -[Default Applications] -application/x-zerosize=dev.zed.Zed.desktop -x-scheme-handler/http=zen.desktop -x-scheme-handler/https=zen.desktop -x-scheme-handler/chrome=zen.desktop -text/html=zen.desktop -application/x-extension-htm=zen.desktop -application/x-extension-html=zen.desktop -application/x-extension-shtml=zen.desktop -application/xhtml+xml=zen.desktop -application/x-extension-xhtml=zen.desktop -application/x-extension-xht=zen.desktop +** =.config/kitty/Catppuccin-Mocha.conf= +These are the config files for .config/kitty +#+BEGIN_SRC conf :tangle generated/.config/kitty/Catppuccin-Mocha.conf :noweb tangle :mkdirp yes :eval never-html +# vim:ft=kitty -[Added Associations] -application/x-zerosize=xarchiver.desktop;dev.zed.Zed.desktop; -x-scheme-handler/http=zen.desktop; -x-scheme-handler/https=zen.desktop; -x-scheme-handler/chrome=zen.desktop; -text/html=zen.desktop; -application/x-extension-htm=zen.desktop; -application/x-extension-html=zen.desktop; -application/x-extension-shtml=zen.desktop; -application/xhtml+xml=zen.desktop; -application/x-extension-xhtml=zen.desktop; -application/x-extension-xht=zen.desktop; -application/x-shellscript=dev.zed.Zed.desktop; +## name: Catppuccin Kitty Mocha +## author: Catppuccin Org +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #cdd6f4 +background #1e1e2e +selection_foreground #1e1e2e +selection_background #f5e0dc + +# Cursor colors +cursor #f5e0dc +cursor_text_color #1e1e2e + +# Scrollbar colors +scrollbar_handle_color #9399b2 +scrollbar_track_color #45475a + +# URL color when hovering with mouse +url_color #f5e0dc + +# Kitty window border colors +active_border_color #b4befe +inactive_border_color #6c7086 +bell_border_color #f9e2af + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #11111b +active_tab_background #cba6f7 +inactive_tab_foreground #cdd6f4 +inactive_tab_background #181825 +tab_bar_background #11111b + +# Colors for marks (marked text in the terminal) +mark1_foreground #1e1e2e +mark1_background #b4befe +mark2_foreground #1e1e2e +mark2_background #cba6f7 +mark3_foreground #1e1e2e +mark3_background #74c7ec + +# The 16 terminal colors + +# black +color0 #45475a +color8 #585b70 + +# red +color1 #f38ba8 +color9 #f38ba8 + +# green +color2 #a6e3a1 +color10 #a6e3a1 + +# yellow +color3 #f9e2af +color11 #f9e2af + +# blue +color4 #89b4fa +color12 #89b4fa + +# magenta +color5 #f5c2e7 +color13 #f5c2e7 + +# cyan +color6 #94e2d5 +color14 #94e2d5 + +# white +color7 #bac2de +color15 #a6adc8 #+END_SRC +** =.config/kitty/kitty.conf= +These are the config files for .config/kitty +#+BEGIN_SRC conf :tangle generated/.config/kitty/kitty.conf :noweb tangle :mkdirp yes :eval never-html +# Generated by Home Manager. +# See https://sw.kovidgoyal.net/kitty/conf.html +shell_integration no-rc +include Catppuccin-Mocha.conf + +map ctrl+shift+v paste_from_clipboard +map ctrl+shift+c copy_to_clipboard + +background_opacity 0.2 +background_blur 1 +dynamic_background_opacity yes + +font_family FiraCode Nerd Font +font_size 10.0 +#+END_SRC + +** =.config/microsoft-edge-dev/NativeMessagingHosts/com.1password.1password.json= +These are the config files for .config/microsoft-edge-dev/NativeMessagingHosts +#+BEGIN_SRC json :tangle generated/.config/microsoft-edge-dev/NativeMessagingHosts/com.1password.1password.json :noweb tangle :mkdirp yes :eval never-html +{ + "name": "com.1password.1password", + "description": "1Password BrowserSupport", + "path": "/run/wrappers/bin/1Password-BrowserSupport", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/", + "chrome-extension://bkpbhnjcbehoklfkljkkbbmipaphipgl/", + "chrome-extension://gejiddohjgogedgjnonbofjigllpkmbf/", + "chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/", + "chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/", + "chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/" + ] +}#+END_SRC ** =.config/starship.toml= These are the config files for .config -#+BEGIN_SRC nix :tangle generated/.config/starship.toml :noweb tangle :mkdirp yes :eval never-html +#+BEGIN_SRC toml :tangle generated/.config/starship.toml :noweb tangle :mkdirp yes :eval never-html "$schema" = 'https://starship.rs/config-schema.json' format = """ @@ -2079,160 +2191,35 @@ mantle = "#1e2030" crust = "#181926" #+END_SRC -** =.config/Thunar/accels.scm= -These are the config files for Thunar -#+BEGIN_SRC nix :tangle generated/.config/Thunar/accels.scm :noweb tangle :mkdirp yes :eval never-html -; thunar GtkAccelMap rc-file -*- scheme -*- -; this file is an automated accelerator map dump -; -; (gtk_accel_path "/ThunarBookmarks/8b0840406a9db6cc9e024618b73ff74d" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-type" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-last-modified" "") -; (gtk_accel_path "/Thunarwindow/menu" "") -; (gtk_accel_path "/ThunarActionManager/cut" "x") -; (gtk_accel_path "/ThunarStandardView/sort-by-size" "") -; (gtk_accel_path "/ThunarWindow/file-menu" "") -; (gtk_accel_path "/ThunarWindow/close-tab" "w") -; (gtk_accel_path "/ThunarWindow/switch-previous-tab-alt" "ISO_Left_Tab") -; (gtk_accel_path "/ThunarStatusBar/toggle-size" "") -; (gtk_accel_path "/ThunarWindow/new-window" "n") -; (gtk_accel_path "/ThunarWindow/clear-directory-specific-settings" "") -; (gtk_accel_path "/ThunarWindow/close-window" "q") -; (gtk_accel_path "/ThunarWindow/open-parent" "Up") -; (gtk_accel_path "/ThunarWindow/view-side-pane-menu" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-size-in-bytes" "") -; (gtk_accel_path "/ThunarWindow/switch-previous-tab" "Page_Up") -; (gtk_accel_path "/ThunarActionManager/open" "o") -; (gtk_accel_path "/ThunarStandardView/sort-ascending" "") -; (gtk_accel_path "/ThunarWindow/toggle-split-view" "F3") -; (gtk_accel_path "/ThunarActionManager/copy-2" "Insert") -; (gtk_accel_path "/ThunarActionManager/trash-delete" "Delete") -; (gtk_accel_path "/ThunarWindow/open-recent" "") -; (gtk_accel_path "/ThunarWindow/view-configure-toolbar" "") -; (gtk_accel_path "/ThunarStandardView/forward" "Right") -; (gtk_accel_path "/ThunarActionManager/restore" "") -; (gtk_accel_path "/ThunarWindow/open-location-alt" "d") -; (gtk_accel_path "/ThunarWindow/zoom-out-alt" "KP_Subtract") -; (gtk_accel_path "/ThunarStandardView/select-by-pattern" "s") -; (gtk_accel_path "/ThunarWindow/open-file-menu" "F10") -; (gtk_accel_path "/ThunarWindow/contents" "F1") -; (gtk_accel_path "/ThunarWindow/show-highlight" "") -; (gtk_accel_path "/ThunarStandardView/sort-descending" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-name" "") -; (gtk_accel_path "/ThunarStandardView/select-all-files" "a") -; (gtk_accel_path "/ThunarActionManager/execute" "") -; (gtk_accel_path "/ThunarStandardView/properties" "Return") -; (gtk_accel_path "/ThunarActionManager/cut-2" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-dtime" "") -; (gtk_accel_path "/ThunarWindow/switch-next-tab" "Page_Down") -; (gtk_accel_path "/ThunarWindow/open-templates" "") -; (gtk_accel_path "/ThunarActionManager/paste-2" "Insert") -; (gtk_accel_path "/ThunarStatusBar/toggle-filetype" "") -; (gtk_accel_path "/ThunarWindow/close-all-windows" "w") -; (gtk_accel_path "/ThunarStandardView/create-document" "") -; (gtk_accel_path "/ThunarWindow/detach-tab" "") -; (gtk_accel_path "/ThunarWindow/cancel-search" "Escape") -; (gtk_accel_path "/ThunarWindow/zoom-in-alt2" "equal") -; (gtk_accel_path "/ThunarStatusBar/toggle-hidden-count" "") -; (gtk_accel_path "/ThunarShortcutsPane/sendto-shortcuts" "d") -; (gtk_accel_path "/ThunarActionManager/undo" "z") -; (gtk_accel_path "/ThunarStandardView/toggle-sort-order" "") -; (gtk_accel_path "/ThunarWindow/view-location-selector-entry" "") -; (gtk_accel_path "/ThunarActionManager/paste" "v") -; (gtk_accel_path "/ThunarWindow/zoom-in-alt1" "KP_Add") -; (gtk_accel_path "/ThunarWindow/view-menubar" "m") -; (gtk_accel_path "/ThunarStandardView/back" "Left") -; (gtk_accel_path "/ThunarWindow/open-desktop" "") -; (gtk_accel_path "/ThunarWindow/view-as-detailed-list" "2") -; (gtk_accel_path "/ThunarActionManager/restore-show" "") -; (gtk_accel_path "/ThunarWindow/sendto-menu" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-display-name" "") -; (gtk_accel_path "/ThunarWindow/go-menu" "") -; (gtk_accel_path "/ThunarWindow/zoom-out" "minus") -; (gtk_accel_path "/ThunarWindow/remove-from-recent" "") -; (gtk_accel_path "/ThunarActionManager/open-with-other" "") -; (gtk_accel_path "/ThunarStandardView/invert-selection" "i") -; (gtk_accel_path "/ThunarWindow/view-side-pane-shortcuts" "b") -; (gtk_accel_path "/ThunarWindow/reload-alt-2" "Reload") -; (gtk_accel_path "/ThunarWindow/view-location-selector-menu" "") -; (gtk_accel_path "/ThunarWindow/reload" "r") -; (gtk_accel_path "/ThunarWindow/edit-menu" "") -; (gtk_accel_path "/ThunarActionManager/copy" "c") -; (gtk_accel_path "/ThunarWindow/bookmarks-menu" "") -; (gtk_accel_path "/ThunarStandardView/forward-alt" "Forward") -; (gtk_accel_path "/ThunarActionManager/move-to-trash" "") -; (gtk_accel_path "/ThunarWindow/reload-alt-1" "F5") -; (gtk_accel_path "/ThunarActionManager/delete-3" "KP_Delete") -; (gtk_accel_path "/ThunarStandardView/unselect-all-files" "Escape") -; (gtk_accel_path "/ThunarWindow/contents/help-menu" "") -; (gtk_accel_path "/ThunarStandardView/arrange-items-menu" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-mtime" "") -; (gtk_accel_path "/ThunarWindow/open-computer" "") -; (gtk_accel_path "/ThunarWindow/toggle-image-preview" "") -; (gtk_accel_path "/ThunarWindow/toggle-side-pane" "F9") -; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") -; (gtk_accel_path "/ThunarActionManager/delete-2" "Delete") -; (gtk_accel_path "/ThunarWindow/zoom-in" "plus") -; (gtk_accel_path "/ThunarStandardView/rename" "F2") -; (gtk_accel_path "/ThunarWindow/open-location" "l") -; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") -; (gtk_accel_path "/ThunarWindow/view-menu" "") -; (gtk_accel_path "/ThunarWindow/search" "f") -; (gtk_accel_path "/ThunarWindow/new-tab" "t") -; (gtk_accel_path "/ThunarWindow/zoom-reset" "0") -; (gtk_accel_path "/ThunarStandardView/back-alt2" "Back") -; (gtk_accel_path "/ThunarActionManager/open-in-new-tab" "p") -; (gtk_accel_path "/ThunarWindow/view-location-selector-buttons" "") -; (gtk_accel_path "/ThunarActionManager/redo" "z") -(gtk_accel_path "/ThunarWindow/open-trash" "r") -; (gtk_accel_path "/ThunarActionManager/open-in-new-window" "o") -; (gtk_accel_path "/ThunarWindow/view-statusbar" "") -; (gtk_accel_path "/ThunarActionManager/open-location" "") -; (gtk_accel_path "/ThunarStandardView/duplicate" "") -; (gtk_accel_path "/ThunarActionManager/trash-delete-2" "KP_Delete") -; (gtk_accel_path "/ThunarStandardView/back-alt1" "BackSpace") -; (gtk_accel_path "/ThunarStandardView/create-folder" "n") -; (gtk_accel_path "/ThunarWindow/open-home" "Home") -; (gtk_accel_path "/ThunarWindow/switch-focused-split-view-pane" "") -; (gtk_accel_path "/ThunarWindow/show-hidden" "h") -; (gtk_accel_path "/ThunarStandardView/set-default-app" "") -; (gtk_accel_path "/ThunarWindow/empty-trash" "") -; (gtk_accel_path "/ThunarWindow/preferences" "") -; (gtk_accel_path "/ThunarActionManager/delete" "") -; (gtk_accel_path "/ThunarWindow/open-network" "") -; (gtk_accel_path "/ThunarWindow/view-side-pane-tree" "e") -; (gtk_accel_path "/ThunarWindow/open-file-system" "") -; (gtk_accel_path "/ThunarWindow/search-alt" "Search") -; (gtk_accel_path "/ThunarWindow/switch-next-tab-alt" "Tab") -; (gtk_accel_path "/ThunarActionManager/sendto-desktop" "") -; (gtk_accel_path "/ThunarStandardView/make-link" "") -; (gtk_accel_path "/ThunarWindow/zoom-reset-alt" "KP_0") -; (gtk_accel_path "/ThunarWindow/about" "") -#+END_SRC - -** =.config/Thunar/uca.xml= -These are the config files for Thunar -#+BEGIN_SRC nix :tangle generated/.config/Thunar/uca.xml :noweb tangle :mkdirp yes :eval never-html - - - - utilities-terminal - Open Terminal Here - - 1773690548549124-1 - exo-open --working-directory %f --launch TerminalEmulator - Example for a custom action - - * - - - - +** =.config/stylix/palette.json= +These are the config files for .config/stylix +#+BEGIN_SRC json :tangle generated/.config/stylix/palette.json :noweb tangle :mkdirp yes :eval never-html +{ + "base00": "1e1e2e", + "base01": "181825", + "base02": "313244", + "base03": "45475a", + "base04": "585b70", + "base05": "cdd6f4", + "base06": "f5e0dc", + "base07": "b4befe", + "base08": "f38ba8", + "base09": "fab387", + "base0A": "f9e2af", + "base0B": "a6e3a1", + "base0C": "94e2d5", + "base0D": "89b4fa", + "base0E": "cba6f7", + "base0F": "f2cdcd", + "author": "https://github.com/catppuccin/catppuccin", + "scheme": "Catppuccin Mocha", + "slug": "catppuccin-mocha" +} #+END_SRC ** =.config/walker/config.toml= -These are the config files for walker -#+BEGIN_SRC nix :tangle generated/.config/walker/config.toml :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/walker +#+BEGIN_SRC toml :tangle generated/.config/walker/config.toml :noweb tangle :mkdirp yes :eval never-html # Walker UI layout/theme config (Catppuccin Mocha tuned) theme = "frosted" @@ -2352,8 +2339,8 @@ hide = true #+END_SRC ** =.config/walker/themes/frosted/default.css= -These are the config files for walker/themes/frosted -#+BEGIN_SRC nix :tangle generated/.config/walker/themes/frosted/default.css :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/walker/themes/frosted +#+BEGIN_SRC css :tangle generated/.config/walker/themes/frosted/default.css :noweb tangle :mkdirp yes :eval never-html /* AUTO GENERATED. DO NOT EDIT. CHANGES WILL BE OVERWRITTEN. */ @define-color foreground rgba(255, 255, 255, 0.8); @@ -2519,8 +2506,8 @@ child:hover { #+END_SRC ** =.config/walker/themes/frosted/style.css= -These are the config files for walker/themes/frosted -#+BEGIN_SRC nix :tangle generated/.config/walker/themes/frosted/style.css :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/walker/themes/frosted +#+BEGIN_SRC css :tangle generated/.config/walker/themes/frosted/style.css :noweb tangle :mkdirp yes :eval never-html /* Catppuccin Mocha Walker Theme — Frosted Glass */ @import "default.css"; @@ -2708,127 +2695,9 @@ child:hover { } #+END_SRC -** =.config/waybar/config= -These are the config files for waybar -#+BEGIN_SRC nix :tangle generated/.config/waybar/config :noweb tangle :mkdirp yes :eval never-html -{ - "layer": "top", - "height": 34, - - //"modules-left": ["hyprland/window"], - - "modules-center": ["hyprland/workspaces" ], - - "modules-right": [ - "idle_inhibitor", - "pulseaudio", - "network", - // "cpu", - // "memory", - // "temperature", - "battery", - "tray", - "clock", - "custom/notifications", - ], - - /* - "custom/notifications": { - "tooltip": false, - "return-type": "json", - "exec-if": "which swaync-client", - "exec": "swaync-client -swb", - "format": "{icon}", - "format-icons": { - "notification": "", - "none": "", - "dnd-notification": "󰂠", - "dnd-none": "󰪓", - }, - "on-click": "swaync-client -t", - "on-click-right": "swaync-client -d", - "on-click-middle": "swaync-client -dn", - }, -*/ - - "idle_inhibitor": { - "tooltip": true, - "format": "{icon}", - "format-icons": { - "activated": "  ", - "deactivated": " 󰒲 ", - }, - "tooltip-format-activated": "Staying awake", - "tooltip-format-deactivated": "Might sleep....", - }, - - "pulseaudio": { - "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon}", - "format-muted": "", - "format-icons": { - "headphones": "", - "headset": "", - "phone": "", - "portable": "", - "default": ["", ""], - }, - "on-click": "pavucontrol", - }, - - "network": { - "format-wifi": " ({bandwidthDownBits})", - "format-ethernet": " ({bandwidthDownBits})", - "format-disconnected": "Disconnected ⚠", - "tooltip-format-wifi": "{essid} ({signalStrength}%)", - "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", - "on-click": "impala", - "on-click-right": "nm-connection-editor", - }, - - "cpu": { - "format": "{usage}%  ", - "tooltip": false, - }, - - "memory": { - "format": "{percentage}%  ", - }, - - "temperature": { - "format": "{temperatureC}°C ", - "tooltip": false, - }, - - "tray": { - "spacing": 10, - "icon-size": 14, - }, - - "clock": { - "format": "{:%a, %d %b %Y - %H:%M}", - "tooltip": false, - "on-click": "flatpak run eu.betterbird.Betterbird -calendar", - }, - - "battery": { - "bat": "BAT0", - "states": { - "good": 95, - "warning": 30, - "critical": 15, - }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% 󰂄", - "format-plugged": "{capacity}%  ", - "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "], - }, -} -#+END_SRC - ** =.config/waybar/style.css= -These are the config files for waybar -#+BEGIN_SRC nix :tangle generated/.config/waybar/style.css :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/waybar +#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb tangle :mkdirp yes :eval never-html /* --- Hyprland palette (ported) --- */ @define-color base rgba(30, 30, 46, 1.0); /* 1e1e2eff */ @define-color inactive rgba(89, 89, 89, 0.667); /* 595959aa */ @@ -3054,12 +2923,11 @@ window#waybar { background: transparent; opacity: 0; } - #+END_SRC ** =.config/waypaper/config.ini= -These are the config files for waypaper -#+BEGIN_SRC nix :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/waypaper +#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb tangle :mkdirp yes :eval never-html [Settings] language = en backend = swww @@ -3090,52 +2958,9 @@ keybindings = ~/.config/waypaper/keybindings.ini #+END_SRC -** =.config/wofi/config= -These are the config files for wofi -#+BEGIN_SRC nix :tangle generated/.config/wofi/config :noweb tangle :mkdirp yes :eval never-html -[global] -allow_images = true -allow_markup = true -show_drun = true:apps,false:others -show_run = true -show_files = false -show_windowed = false -show_dmenu = false -show_ssh = false -show_power = false - -width = 800 -height = 600 -# Center on the active monitor -location=center -anchor=center - -lines = 10 -columns = 1 -sort_order = last-used -sort_method = fuzzy -allow_scrolling = true -scroll_wrap = true -scroll_step = 10 -cycle = true -hide_scroll = false -hide_search = false -show_labels = true -label_search = true -label_run = Run -label_files = Files -label_windowed = Windows -label_drun = Applications -label_dmenu = Commands -label_ssh = SSH -label_power = Power - -prompt = > -#+END_SRC - ** =.config/wofi/style.css= -These are the config files for wofi -#+BEGIN_SRC nix :tangle generated/.config/wofi/style.css :noweb tangle :mkdirp yes :eval never-html +These are the config files for .config/wofi +#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb tangle :mkdirp yes :eval never-html /* Catppuccin Mocha theme for Wofi with transparency and rounded corners */ @define-color base rgba(30, 30, 46, 0.9); /* Added transparency */ @@ -3217,3 +3042,35 @@ These are the config files for wofi border-radius: 10px; /* Rounded corners */ } #+END_SRC + +** =.config/zed/settings.json= +These are the config files for .config/zed +#+BEGIN_SRC json :tangle generated/.config/zed/settings.json :noweb tangle :mkdirp yes :eval never-html +// Zed settings +// +// For information on how to configure Zed, see the Zed +// documentation: https://zed.dev/docs/configuring-zed +// +// To see all of Zed's default settings without changing your +// custom settings, run `zed: open default settings` from the +// command palette (cmd-shift-p / ctrl-shift-p) +{ + "icon_theme": "Catppuccin Mocha", + "agent": { + "default_model": { + "provider": "ollama", + "model": "codellama:34b", + "enable_thinking": false + }, + "favorite_models": [], + "model_parameters": [] + }, + "ui_font_size": 16, + "buffer_font_size": 15, + "theme": { + "mode": "dark", + "light": "One Light", + "dark": "Catppuccin Mocha", + }, +} +#+END_SRC diff --git a/Droidnix/generated/.config/Thunar/accels.scm b/Droidnix/generated/.config/Thunar/accels.scm deleted file mode 100644 index 736a1a568..000000000 --- a/Droidnix/generated/.config/Thunar/accels.scm +++ /dev/null @@ -1,126 +0,0 @@ -; thunar GtkAccelMap rc-file -*- scheme -*- -; this file is an automated accelerator map dump -; -; (gtk_accel_path "/ThunarBookmarks/8b0840406a9db6cc9e024618b73ff74d" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-type" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-last-modified" "") -; (gtk_accel_path "/Thunarwindow/menu" "") -; (gtk_accel_path "/ThunarActionManager/cut" "x") -; (gtk_accel_path "/ThunarStandardView/sort-by-size" "") -; (gtk_accel_path "/ThunarWindow/file-menu" "") -; (gtk_accel_path "/ThunarWindow/close-tab" "w") -; (gtk_accel_path "/ThunarWindow/switch-previous-tab-alt" "ISO_Left_Tab") -; (gtk_accel_path "/ThunarStatusBar/toggle-size" "") -; (gtk_accel_path "/ThunarWindow/new-window" "n") -; (gtk_accel_path "/ThunarWindow/clear-directory-specific-settings" "") -; (gtk_accel_path "/ThunarWindow/close-window" "q") -; (gtk_accel_path "/ThunarWindow/open-parent" "Up") -; (gtk_accel_path "/ThunarWindow/view-side-pane-menu" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-size-in-bytes" "") -; (gtk_accel_path "/ThunarWindow/switch-previous-tab" "Page_Up") -; (gtk_accel_path "/ThunarActionManager/open" "o") -; (gtk_accel_path "/ThunarStandardView/sort-ascending" "") -; (gtk_accel_path "/ThunarWindow/toggle-split-view" "F3") -; (gtk_accel_path "/ThunarActionManager/copy-2" "Insert") -; (gtk_accel_path "/ThunarActionManager/trash-delete" "Delete") -; (gtk_accel_path "/ThunarWindow/open-recent" "") -; (gtk_accel_path "/ThunarWindow/view-configure-toolbar" "") -; (gtk_accel_path "/ThunarStandardView/forward" "Right") -; (gtk_accel_path "/ThunarActionManager/restore" "") -; (gtk_accel_path "/ThunarWindow/open-location-alt" "d") -; (gtk_accel_path "/ThunarWindow/zoom-out-alt" "KP_Subtract") -; (gtk_accel_path "/ThunarStandardView/select-by-pattern" "s") -; (gtk_accel_path "/ThunarWindow/open-file-menu" "F10") -; (gtk_accel_path "/ThunarWindow/contents" "F1") -; (gtk_accel_path "/ThunarWindow/show-highlight" "") -; (gtk_accel_path "/ThunarStandardView/sort-descending" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-name" "") -; (gtk_accel_path "/ThunarStandardView/select-all-files" "a") -; (gtk_accel_path "/ThunarActionManager/execute" "") -; (gtk_accel_path "/ThunarStandardView/properties" "Return") -; (gtk_accel_path "/ThunarActionManager/cut-2" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-dtime" "") -; (gtk_accel_path "/ThunarWindow/switch-next-tab" "Page_Down") -; (gtk_accel_path "/ThunarWindow/open-templates" "") -; (gtk_accel_path "/ThunarActionManager/paste-2" "Insert") -; (gtk_accel_path "/ThunarStatusBar/toggle-filetype" "") -; (gtk_accel_path "/ThunarWindow/close-all-windows" "w") -; (gtk_accel_path "/ThunarStandardView/create-document" "") -; (gtk_accel_path "/ThunarWindow/detach-tab" "") -; (gtk_accel_path "/ThunarWindow/cancel-search" "Escape") -; (gtk_accel_path "/ThunarWindow/zoom-in-alt2" "equal") -; (gtk_accel_path "/ThunarStatusBar/toggle-hidden-count" "") -; (gtk_accel_path "/ThunarShortcutsPane/sendto-shortcuts" "d") -; (gtk_accel_path "/ThunarActionManager/undo" "z") -; (gtk_accel_path "/ThunarStandardView/toggle-sort-order" "") -; (gtk_accel_path "/ThunarWindow/view-location-selector-entry" "") -; (gtk_accel_path "/ThunarActionManager/paste" "v") -; (gtk_accel_path "/ThunarWindow/zoom-in-alt1" "KP_Add") -; (gtk_accel_path "/ThunarWindow/view-menubar" "m") -; (gtk_accel_path "/ThunarStandardView/back" "Left") -; (gtk_accel_path "/ThunarWindow/open-desktop" "") -; (gtk_accel_path "/ThunarWindow/view-as-detailed-list" "2") -; (gtk_accel_path "/ThunarActionManager/restore-show" "") -; (gtk_accel_path "/ThunarWindow/sendto-menu" "") -; (gtk_accel_path "/ThunarStatusBar/toggle-display-name" "") -; (gtk_accel_path "/ThunarWindow/go-menu" "") -; (gtk_accel_path "/ThunarWindow/zoom-out" "minus") -; (gtk_accel_path "/ThunarWindow/remove-from-recent" "") -; (gtk_accel_path "/ThunarActionManager/open-with-other" "") -; (gtk_accel_path "/ThunarStandardView/invert-selection" "i") -; (gtk_accel_path "/ThunarWindow/view-side-pane-shortcuts" "b") -; (gtk_accel_path "/ThunarWindow/reload-alt-2" "Reload") -; (gtk_accel_path "/ThunarWindow/view-location-selector-menu" "") -; (gtk_accel_path "/ThunarWindow/reload" "r") -; (gtk_accel_path "/ThunarWindow/edit-menu" "") -; (gtk_accel_path "/ThunarActionManager/copy" "c") -; (gtk_accel_path "/ThunarWindow/bookmarks-menu" "") -; (gtk_accel_path "/ThunarStandardView/forward-alt" "Forward") -; (gtk_accel_path "/ThunarActionManager/move-to-trash" "") -; (gtk_accel_path "/ThunarWindow/reload-alt-1" "F5") -; (gtk_accel_path "/ThunarActionManager/delete-3" "KP_Delete") -; (gtk_accel_path "/ThunarStandardView/unselect-all-files" "Escape") -; (gtk_accel_path "/ThunarWindow/contents/help-menu" "") -; (gtk_accel_path "/ThunarStandardView/arrange-items-menu" "") -; (gtk_accel_path "/ThunarStandardView/sort-by-mtime" "") -; (gtk_accel_path "/ThunarWindow/open-computer" "") -; (gtk_accel_path "/ThunarWindow/toggle-image-preview" "") -; (gtk_accel_path "/ThunarWindow/toggle-side-pane" "F9") -; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") -; (gtk_accel_path "/ThunarActionManager/delete-2" "Delete") -; (gtk_accel_path "/ThunarWindow/zoom-in" "plus") -; (gtk_accel_path "/ThunarStandardView/rename" "F2") -; (gtk_accel_path "/ThunarWindow/open-location" "l") -; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") -; (gtk_accel_path "/ThunarWindow/view-menu" "") -; (gtk_accel_path "/ThunarWindow/search" "f") -; (gtk_accel_path "/ThunarWindow/new-tab" "t") -; (gtk_accel_path "/ThunarWindow/zoom-reset" "0") -; (gtk_accel_path "/ThunarStandardView/back-alt2" "Back") -; (gtk_accel_path "/ThunarActionManager/open-in-new-tab" "p") -; (gtk_accel_path "/ThunarWindow/view-location-selector-buttons" "") -; (gtk_accel_path "/ThunarActionManager/redo" "z") -(gtk_accel_path "/ThunarWindow/open-trash" "r") -; (gtk_accel_path "/ThunarActionManager/open-in-new-window" "o") -; (gtk_accel_path "/ThunarWindow/view-statusbar" "") -; (gtk_accel_path "/ThunarActionManager/open-location" "") -; (gtk_accel_path "/ThunarStandardView/duplicate" "") -; (gtk_accel_path "/ThunarActionManager/trash-delete-2" "KP_Delete") -; (gtk_accel_path "/ThunarStandardView/back-alt1" "BackSpace") -; (gtk_accel_path "/ThunarStandardView/create-folder" "n") -; (gtk_accel_path "/ThunarWindow/open-home" "Home") -; (gtk_accel_path "/ThunarWindow/switch-focused-split-view-pane" "") -; (gtk_accel_path "/ThunarWindow/show-hidden" "h") -; (gtk_accel_path "/ThunarStandardView/set-default-app" "") -; (gtk_accel_path "/ThunarWindow/empty-trash" "") -; (gtk_accel_path "/ThunarWindow/preferences" "") -; (gtk_accel_path "/ThunarActionManager/delete" "") -; (gtk_accel_path "/ThunarWindow/open-network" "") -; (gtk_accel_path "/ThunarWindow/view-side-pane-tree" "e") -; (gtk_accel_path "/ThunarWindow/open-file-system" "") -; (gtk_accel_path "/ThunarWindow/search-alt" "Search") -; (gtk_accel_path "/ThunarWindow/switch-next-tab-alt" "Tab") -; (gtk_accel_path "/ThunarActionManager/sendto-desktop" "") -; (gtk_accel_path "/ThunarStandardView/make-link" "") -; (gtk_accel_path "/ThunarWindow/zoom-reset-alt" "KP_0") -; (gtk_accel_path "/ThunarWindow/about" "") diff --git a/Droidnix/generated/.config/Thunar/uca.xml b/Droidnix/generated/.config/Thunar/uca.xml deleted file mode 100644 index 009dea6da..000000000 --- a/Droidnix/generated/.config/Thunar/uca.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - utilities-terminal - Open Terminal Here - - 1773690548549124-1 - exo-open --working-directory %f --launch TerminalEmulator - Example for a custom action - - * - - - - diff --git a/Droidnix/generated/.config/hypr/animations.conf b/Droidnix/generated/.config/hypr/animations.conf deleted file mode 100644 index 69f58ee96..000000000 --- a/Droidnix/generated/.config/hypr/animations.conf +++ /dev/null @@ -1,12 +0,0 @@ -# ./assets/conf/desktop/hypr/animations.conf - -animations { - enabled = yes - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default -} diff --git a/Droidnix/generated/.config/kitty/Catppuccin-Mocha.conf b/Droidnix/generated/.config/kitty/Catppuccin-Mocha.conf new file mode 100644 index 000000000..6eb38becc --- /dev/null +++ b/Droidnix/generated/.config/kitty/Catppuccin-Mocha.conf @@ -0,0 +1,84 @@ +# vim:ft=kitty + +## name: Catppuccin Kitty Mocha +## author: Catppuccin Org +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #cdd6f4 +background #1e1e2e +selection_foreground #1e1e2e +selection_background #f5e0dc + +# Cursor colors +cursor #f5e0dc +cursor_text_color #1e1e2e + +# Scrollbar colors +scrollbar_handle_color #9399b2 +scrollbar_track_color #45475a + +# URL color when hovering with mouse +url_color #f5e0dc + +# Kitty window border colors +active_border_color #b4befe +inactive_border_color #6c7086 +bell_border_color #f9e2af + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #11111b +active_tab_background #cba6f7 +inactive_tab_foreground #cdd6f4 +inactive_tab_background #181825 +tab_bar_background #11111b + +# Colors for marks (marked text in the terminal) +mark1_foreground #1e1e2e +mark1_background #b4befe +mark2_foreground #1e1e2e +mark2_background #cba6f7 +mark3_foreground #1e1e2e +mark3_background #74c7ec + +# The 16 terminal colors + +# black +color0 #45475a +color8 #585b70 + +# red +color1 #f38ba8 +color9 #f38ba8 + +# green +color2 #a6e3a1 +color10 #a6e3a1 + +# yellow +color3 #f9e2af +color11 #f9e2af + +# blue +color4 #89b4fa +color12 #89b4fa + +# magenta +color5 #f5c2e7 +color13 #f5c2e7 + +# cyan +color6 #94e2d5 +color14 #94e2d5 + +# white +color7 #bac2de +color15 #a6adc8 diff --git a/Droidnix/generated/.config/kitty/kitty.conf b/Droidnix/generated/.config/kitty/kitty.conf new file mode 100644 index 000000000..80c83bc2c --- /dev/null +++ b/Droidnix/generated/.config/kitty/kitty.conf @@ -0,0 +1,15 @@ +# Generated by Home Manager. +# See https://sw.kovidgoyal.net/kitty/conf.html + +shell_integration no-rc +include Catppuccin-Mocha.conf + +map ctrl+shift+v paste_from_clipboard +map ctrl+shift+c copy_to_clipboard + +background_opacity 0.2 +background_blur 1 +dynamic_background_opacity yes + +font_family FiraCode Nerd Font +font_size 10.0 diff --git a/Droidnix/generated/.config/mimeapps.list b/Droidnix/generated/.config/mimeapps.list deleted file mode 100644 index 855c59c2f..000000000 --- a/Droidnix/generated/.config/mimeapps.list +++ /dev/null @@ -1,26 +0,0 @@ -[Default Applications] -application/x-zerosize=dev.zed.Zed.desktop -x-scheme-handler/http=zen.desktop -x-scheme-handler/https=zen.desktop -x-scheme-handler/chrome=zen.desktop -text/html=zen.desktop -application/x-extension-htm=zen.desktop -application/x-extension-html=zen.desktop -application/x-extension-shtml=zen.desktop -application/xhtml+xml=zen.desktop -application/x-extension-xhtml=zen.desktop -application/x-extension-xht=zen.desktop - -[Added Associations] -application/x-zerosize=xarchiver.desktop;dev.zed.Zed.desktop; -x-scheme-handler/http=zen.desktop; -x-scheme-handler/https=zen.desktop; -x-scheme-handler/chrome=zen.desktop; -text/html=zen.desktop; -application/x-extension-htm=zen.desktop; -application/x-extension-html=zen.desktop; -application/x-extension-shtml=zen.desktop; -application/xhtml+xml=zen.desktop; -application/x-extension-xhtml=zen.desktop; -application/x-extension-xht=zen.desktop; -application/x-shellscript=dev.zed.Zed.desktop; diff --git a/Droidnix/generated/.config/starship.toml b/Droidnix/generated/.config/starship.toml deleted file mode 100644 index ba9bd82ab..000000000 --- a/Droidnix/generated/.config/starship.toml +++ /dev/null @@ -1,279 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = """ -[](red)\ -$os\ -$username\ -[](bg:peach fg:red)\ -$directory\ -[](bg:yellow fg:peach)\ -$git_branch\ -$git_status\ -[](fg:yellow bg:green)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:green bg:sapphire)\ -$conda\ -[](fg:sapphire bg:lavender)\ -$time\ -[ ](fg:lavender)\ -$cmd_duration\ -$line_break\ -$character""" - -palette = 'catppuccin_mocha' - -[os] -disabled = false -style = "bg:red fg:crust" - -[os.symbols] -Windows = "" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Amazon = "" -Android = "" -AOSC = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" - -[username] -show_always = true -style_user = "bg:red fg:crust" -style_root = "bg:red fg:crust" -format = '[ $user]($style)' - -[directory] -style = "bg:peach fg:crust" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - -[git_branch] -symbol = "" -style = "bg:yellow" -format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' - -[git_status] -style = "bg:yellow" -format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' - -[nodejs] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[c] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[rust] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[golang] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[php] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[java] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[kotlin] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[haskell] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[python] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' - -[docker_context] -symbol = "" -style = "bg:sapphire" -format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' - -[conda] -symbol = "  " -style = "fg:crust bg:sapphire" -format = '[$symbol$environment ]($style)' -ignore_base = false - -[time] -disabled = false -time_format = "%R" -style = "bg:lavender" -format = '[[  $time ](fg:crust bg:lavender)]($style)' - -[line_break] -disabled = false - -[character] -disabled = false -success_symbol = '[❯](bold fg:green)' -error_symbol = '[❯](bold fg:red)' -vimcmd_symbol = '[❮](bold fg:green)' -vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' -vimcmd_replace_symbol = '[❮](bold fg:lavender)' -vimcmd_visual_symbol = '[❮](bold fg:yellow)' - -[cmd_duration] -show_milliseconds = true -format = " in $duration " -style = "bg:lavender" -disabled = false -show_notifications = true -min_time_to_notify = 45000 - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" - -[palettes.catppuccin_frappe] -rosewater = "#f2d5cf" -flamingo = "#eebebe" -pink = "#f4b8e4" -mauve = "#ca9ee6" -red = "#e78284" -maroon = "#ea999c" -peach = "#ef9f76" -yellow = "#e5c890" -green = "#a6d189" -teal = "#81c8be" -sky = "#99d1db" -sapphire = "#85c1dc" -blue = "#8caaee" -lavender = "#babbf1" -text = "#c6d0f5" -subtext1 = "#b5bfe2" -subtext0 = "#a5adce" -overlay2 = "#949cbb" -overlay1 = "#838ba7" -overlay0 = "#737994" -surface2 = "#626880" -surface1 = "#51576d" -surface0 = "#414559" -base = "#303446" -mantle = "#292c3c" -crust = "#232634" - -[palettes.catppuccin_latte] -rosewater = "#dc8a78" -flamingo = "#dd7878" -pink = "#ea76cb" -mauve = "#8839ef" -red = "#d20f39" -maroon = "#e64553" -peach = "#fe640b" -yellow = "#df8e1d" -green = "#40a02b" -teal = "#179299" -sky = "#04a5e5" -sapphire = "#209fb5" -blue = "#1e66f5" -lavender = "#7287fd" -text = "#4c4f69" -subtext1 = "#5c5f77" -subtext0 = "#6c6f85" -overlay2 = "#7c7f93" -overlay1 = "#8c8fa1" -overlay0 = "#9ca0b0" -surface2 = "#acb0be" -surface1 = "#bcc0cc" -surface0 = "#ccd0da" -base = "#eff1f5" -mantle = "#e6e9ef" -crust = "#dce0e8" - -[palettes.catppuccin_macchiato] -rosewater = "#f4dbd6" -flamingo = "#f0c6c6" -pink = "#f5bde6" -mauve = "#c6a0f6" -red = "#ed8796" -maroon = "#ee99a0" -peach = "#f5a97f" -yellow = "#eed49f" -green = "#a6da95" -teal = "#8bd5ca" -sky = "#91d7e3" -sapphire = "#7dc4e4" -blue = "#8aadf4" -lavender = "#b7bdf8" -text = "#cad3f5" -subtext1 = "#b8c0e0" -subtext0 = "#a5adcb" -overlay2 = "#939ab7" -overlay1 = "#8087a2" -overlay0 = "#6e738d" -surface2 = "#5b6078" -surface1 = "#494d64" -surface0 = "#363a4f" -base = "#24273a" -mantle = "#1e2030" -crust = "#181926" diff --git a/Droidnix/generated/.config/stylix/palette.json b/Droidnix/generated/.config/stylix/palette.json new file mode 100644 index 000000000..5e7417b72 --- /dev/null +++ b/Droidnix/generated/.config/stylix/palette.json @@ -0,0 +1,21 @@ +{ + "base00": "1e1e2e", + "base01": "181825", + "base02": "313244", + "base03": "45475a", + "base04": "585b70", + "base05": "cdd6f4", + "base06": "f5e0dc", + "base07": "b4befe", + "base08": "f38ba8", + "base09": "fab387", + "base0A": "f9e2af", + "base0B": "a6e3a1", + "base0C": "94e2d5", + "base0D": "89b4fa", + "base0E": "cba6f7", + "base0F": "f2cdcd", + "author": "https://github.com/catppuccin/catppuccin", + "scheme": "Catppuccin Mocha", + "slug": "catppuccin-mocha" +} diff --git a/Droidnix/generated/.config/waybar/config b/Droidnix/generated/.config/waybar/config deleted file mode 100644 index fe8d7a754..000000000 --- a/Droidnix/generated/.config/waybar/config +++ /dev/null @@ -1,113 +0,0 @@ -{ - "layer": "top", - "height": 34, - - //"modules-left": ["hyprland/window"], - - "modules-center": ["hyprland/workspaces" ], - - "modules-right": [ - "idle_inhibitor", - "pulseaudio", - "network", - // "cpu", - // "memory", - // "temperature", - "battery", - "tray", - "clock", - "custom/notifications", - ], - - /* - "custom/notifications": { - "tooltip": false, - "return-type": "json", - "exec-if": "which swaync-client", - "exec": "swaync-client -swb", - "format": "{icon}", - "format-icons": { - "notification": "", - "none": "", - "dnd-notification": "󰂠", - "dnd-none": "󰪓", - }, - "on-click": "swaync-client -t", - "on-click-right": "swaync-client -d", - "on-click-middle": "swaync-client -dn", - }, -*/ - - "idle_inhibitor": { - "tooltip": true, - "format": "{icon}", - "format-icons": { - "activated": "  ", - "deactivated": " 󰒲 ", - }, - "tooltip-format-activated": "Staying awake", - "tooltip-format-deactivated": "Might sleep....", - }, - - "pulseaudio": { - "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon}", - "format-muted": "", - "format-icons": { - "headphones": "", - "headset": "", - "phone": "", - "portable": "", - "default": ["", ""], - }, - "on-click": "pavucontrol", - }, - - "network": { - "format-wifi": " ({bandwidthDownBits})", - "format-ethernet": " ({bandwidthDownBits})", - "format-disconnected": "Disconnected ⚠", - "tooltip-format-wifi": "{essid} ({signalStrength}%)", - "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", - "on-click": "impala", - "on-click-right": "nm-connection-editor", - }, - - "cpu": { - "format": "{usage}%  ", - "tooltip": false, - }, - - "memory": { - "format": "{percentage}%  ", - }, - - "temperature": { - "format": "{temperatureC}°C ", - "tooltip": false, - }, - - "tray": { - "spacing": 10, - "icon-size": 14, - }, - - "clock": { - "format": "{:%a, %d %b %Y - %H:%M}", - "tooltip": false, - "on-click": "flatpak run eu.betterbird.Betterbird -calendar", - }, - - "battery": { - "bat": "BAT0", - "states": { - "good": 95, - "warning": 30, - "critical": 15, - }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% 󰂄", - "format-plugged": "{capacity}%  ", - "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "], - }, -} diff --git a/Droidnix/generated/.config/wofi/config b/Droidnix/generated/.config/wofi/config deleted file mode 100644 index 6ee77b451..000000000 --- a/Droidnix/generated/.config/wofi/config +++ /dev/null @@ -1,38 +0,0 @@ -[global] -allow_images = true -allow_markup = true -show_drun = true:apps,false:others -show_run = true -show_files = false -show_windowed = false -show_dmenu = false -show_ssh = false -show_power = false - -width = 800 -height = 600 -# Center on the active monitor -location=center -anchor=center - -lines = 10 -columns = 1 -sort_order = last-used -sort_method = fuzzy -allow_scrolling = true -scroll_wrap = true -scroll_step = 10 -cycle = true -hide_scroll = false -hide_search = false -show_labels = true -label_search = true -label_run = Run -label_files = Files -label_windowed = Windows -label_drun = Applications -label_dmenu = Commands -label_ssh = SSH -label_power = Power - -prompt = > diff --git a/Droidnix/generated/.config/zed/settings.json b/Droidnix/generated/.config/zed/settings.json new file mode 100644 index 000000000..91f605bbe --- /dev/null +++ b/Droidnix/generated/.config/zed/settings.json @@ -0,0 +1,27 @@ +// Zed settings +// +// For information on how to configure Zed, see the Zed +// documentation: https://zed.dev/docs/configuring-zed +// +// To see all of Zed's default settings without changing your +// custom settings, run `zed: open default settings` from the +// command palette (cmd-shift-p / ctrl-shift-p) +{ + "icon_theme": "Catppuccin Mocha", + "agent": { + "default_model": { + "provider": "ollama", + "model": "codellama:34b", + "enable_thinking": false + }, + "favorite_models": [], + "model_parameters": [] + }, + "ui_font_size": 16, + "buffer_font_size": 15, + "theme": { + "mode": "dark", + "light": "One Light", + "dark": "Catppuccin Mocha", + }, +}