From d1c39429665081bd24120310b66e4a8f7d6ea25d Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 9 Feb 2026 16:00:24 -0500 Subject: Updated fastfetch to new config, kept old as 'legacy' On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config.jsonc new file: config.legacy.jsonc --- config/fastfetch/config.jsonc | 256 +++++++++++++++++------------------ config/fastfetch/config.legacy.jsonc | 132 ++++++++++++++++++ 2 files changed, 260 insertions(+), 128 deletions(-) create mode 100644 config/fastfetch/config.legacy.jsonc (limited to 'config/fastfetch') diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 8b2de09f..5533976b 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -1,132 +1,132 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ - { -"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", -"logo": { -"padding": { -"top": 1 -} -}, -"display": { -"separator": " 󰑃 " -}, -"modules": [ - "break", - { - "type": "os", - "key": " DISTRO", - "keyColor": "yellow" - }, + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + // "type": "kitty", + // "source": "~/.config/fastfetch/ubuntu.png", + // "height": 10, + // "width": 20, + "type": "small", + "padding": { + "top": 3, + "left": 1 + } + }, + "modules": [ + "break", + { + "type": "custom", + "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐" + }, + { + "type": "host", + "key": " PC", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "│ ├", + "keyColor": "green" + }, + { + "type": "gpu", + "key": "│ ├󰍛", + "keyColor": "green" + }, + { + "type": "memory", + "key": "│ ├󰍛", + "keyColor": "green" + }, + { + "type": "disk", + "key": "└ └", + "keyColor": "green" + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘" + }, + "break", + { + "type": "custom", + "format": "\u001b[90m┌──────────────────────Software──────────────────────┐" + }, + { + "type": "os", + "key": " OS", + "keyColor": "yellow" + }, + { + "type": "kernel", + "key": "│ ├", + "keyColor": "yellow" + }, + { + "type": "bios", + "key": "│ ├", + "keyColor": "yellow" + }, + { + "type": "packages", + "key": "│ ├󰏖", + "keyColor": "yellow" + }, + { + "type": "shell", + "key": "└ └", + "keyColor": "yellow" + }, + { + "type": "wm", + "key": " WM", + "keyColor": "blue" + }, + { + "type": "lm", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "wmtheme", + "key": "│ ├󰉼", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "└ └", + "keyColor": "blue" + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘" + }, + "break", + { + "type": "custom", + "format": "\u001b[90m┌─────────────────Uptime / Age / DT──────────────────┐" + }, + { + "type": "command", + "key": " OS Age ", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "magenta" + }, + { + "type": "command", + "key": " Dots Ver ", + "text": "echo v${DOTS_VERSION}", + "keyColor": "magenta" + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘" + }, + "break", - { - "type": "kernel", - "key": "│ ├", - "keyColor": "yellow" - }, - { - "type": "command", - "key": "│ ├", - "text": "echo JaKooLit Version: ${DOTS_VERSION}", - "keyColor": "yellow" - }, - { - "type": "packages", - "key": "│ ├󰏖", - "keyColor": "yellow" - }, - { - "type": "shell", - "key": "│ └", - "keyColor": "yellow" - }, - { - "type": "wm", - "key": " DE/WM", - "keyColor": "blue" - }, - { - "type": "wmtheme", - "key": "│ ├󰉼", - "keyColor": "blue" - }, - { - "type": "icons", - "key": "│ ├󰀻", - "keyColor": "blue" - }, - { - "type": "cursor", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "terminalfont", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "terminal", - "key": "│ └", - "keyColor": "blue" - }, - { - "type": "host", - "key": "󰌢 SYSTEM", - "keyColor": "green" - }, - { - "type": "cpu", - "key": "│ ├󰻠", - "keyColor": "green" - }, - { - "type": "gpu", - "key": "│ ├󰻑", - "format": "{2}", - "keyColor": "green" - }, - { - "type": "display", - "key": "│ ├󰍹", - "keyColor": "green", - "compactType": "original-with-refresh-rate" - }, - { - "type": "memory", - "key": "│ ├󰾆", - "keyColor": "green" - }, - { - "type": "swap", - "key": "│ ├󰓡", - "keyColor": "green" - }, - { - "type": "uptime", - "key": "│ ├󰅐", - "keyColor": "green" - }, - { - "type": "display", - "key": "│ └󰍹", - "keyColor": "green" - }, - { - "type": "sound", - "key": " AUDIO", - "format": "{2}", - "keyColor": "magenta" - }, - { - "type": "player", - "key": "│ ├󰥠", - "keyColor": "magenta" - }, - { - "type": "media", - "key": "│ └󰝚", - "keyColor": "magenta" - }, - "break" ] } diff --git a/config/fastfetch/config.legacy.jsonc b/config/fastfetch/config.legacy.jsonc new file mode 100644 index 00000000..8b2de09f --- /dev/null +++ b/config/fastfetch/config.legacy.jsonc @@ -0,0 +1,132 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ + +{ +"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", +"logo": { +"padding": { +"top": 1 +} +}, +"display": { +"separator": " 󰑃 " +}, +"modules": [ + "break", + { + "type": "os", + "key": " DISTRO", + "keyColor": "yellow" + }, + + { + "type": "kernel", + "key": "│ ├", + "keyColor": "yellow" + }, + { + "type": "command", + "key": "│ ├", + "text": "echo JaKooLit Version: ${DOTS_VERSION}", + "keyColor": "yellow" + }, + { + "type": "packages", + "key": "│ ├󰏖", + "keyColor": "yellow" + }, + { + "type": "shell", + "key": "│ └", + "keyColor": "yellow" + }, + { + "type": "wm", + "key": " DE/WM", + "keyColor": "blue" + }, + { + "type": "wmtheme", + "key": "│ ├󰉼", + "keyColor": "blue" + }, + { + "type": "icons", + "key": "│ ├󰀻", + "keyColor": "blue" + }, + { + "type": "cursor", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "terminalfont", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "│ └", + "keyColor": "blue" + }, + { + "type": "host", + "key": "󰌢 SYSTEM", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "│ ├󰻠", + "keyColor": "green" + }, + { + "type": "gpu", + "key": "│ ├󰻑", + "format": "{2}", + "keyColor": "green" + }, + { + "type": "display", + "key": "│ ├󰍹", + "keyColor": "green", + "compactType": "original-with-refresh-rate" + }, + { + "type": "memory", + "key": "│ ├󰾆", + "keyColor": "green" + }, + { + "type": "swap", + "key": "│ ├󰓡", + "keyColor": "green" + }, + { + "type": "uptime", + "key": "│ ├󰅐", + "keyColor": "green" + }, + { + "type": "display", + "key": "│ └󰍹", + "keyColor": "green" + }, + { + "type": "sound", + "key": " AUDIO", + "format": "{2}", + "keyColor": "magenta" + }, + { + "type": "player", + "key": "│ ├󰥠", + "keyColor": "magenta" + }, + { + "type": "media", + "key": "│ └󰝚", + "keyColor": "magenta" + }, + "break" + ] +} -- cgit v1.2.3 From 62f364ed911bff31aa1abc307322f7270aa0aff0 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Fri, 13 Feb 2026 14:40:51 -0500 Subject: Migrate Jakoolit to Linuxbeginnings repo references --- .github/FUNDING.yml | 3 +- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/documentation-update.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 +- CHANGELOG.md | 6 +- CONTRIBUTING.md | 26 ++++----- Distro-Hyprland.sh | 22 ++++---- README.md | 64 ++++++++++------------ archive/release.sh | 20 +++---- archive/upgrade.sh | 2 +- config/cava/config | 2 +- config/fastfetch/config-compact.jsonc | 2 +- config/fastfetch/config-pokemon.jsonc | 2 +- config/fastfetch/config-v2.jsonc | 4 +- config/fastfetch/config.legacy.jsonc | 4 +- config/hypr/Monitor_Profiles/default.conf | 2 +- config/hypr/UserConfigs/00-Readme | 2 +- config/hypr/UserConfigs/01-UserDefaults.conf | 2 +- config/hypr/UserConfigs/ENVariables.conf | 2 +- config/hypr/UserConfigs/Laptops.conf | 2 +- config/hypr/UserConfigs/Startup_Apps.conf | 2 +- config/hypr/UserConfigs/UserAnimations.conf | 2 +- config/hypr/UserConfigs/UserDecorations.conf | 2 +- config/hypr/UserConfigs/UserKeybinds.conf | 2 +- config/hypr/UserConfigs/UserSettings.conf | 2 +- config/hypr/UserConfigs/WindowRules.conf | 2 +- config/hypr/UserConfigs/WorkSpaceRules.conf | 2 +- config/hypr/UserScripts/00-Readme | 2 +- config/hypr/UserScripts/RainbowBorders.bak.sh | 2 +- config/hypr/UserScripts/RofiBeats.sh | 2 +- config/hypr/UserScripts/RofiCalc.sh | 2 +- config/hypr/UserScripts/WallpaperAutoChange.sh | 2 +- config/hypr/UserScripts/WallpaperEffects.sh | 2 +- config/hypr/UserScripts/WallpaperRandom.sh | 2 +- config/hypr/UserScripts/WallpaperSelect.sh | 2 +- config/hypr/UserScripts/Weather.py | 2 +- config/hypr/UserScripts/Weather.sh | 2 +- config/hypr/UserScripts/WeatherWrap.sh | 2 +- config/hypr/UserScripts/ZshChangeTheme.sh | 2 +- config/hypr/animations/00-default.conf | 2 +- config/hypr/animations/01-default - v2.conf | 2 +- config/hypr/animations/03- Disable Animation.conf | 2 +- config/hypr/animations/END-4.conf | 2 +- config/hypr/animations/HYDE - Vertical.conf | 2 +- config/hypr/animations/HYDE - default.conf | 2 +- config/hypr/animations/HYDE - minimal-1.conf | 2 +- config/hypr/animations/HYDE - minimal-2.conf | 2 +- config/hypr/animations/HYDE - optimized.conf | 2 +- config/hypr/animations/ML4W - classic.conf | 2 +- config/hypr/animations/ML4W - dynamic.conf | 2 +- config/hypr/animations/ML4W - fast.conf | 2 +- config/hypr/animations/ML4W - high.conf | 2 +- config/hypr/animations/ML4W - moving.conf | 2 +- config/hypr/animations/ML4W - standard.conf | 2 +- config/hypr/animations/Mahaveer - me-1.conf | 2 +- config/hypr/animations/Mahaveer - me-2.conf | 2 +- config/hypr/application-style.conf | 2 +- config/hypr/configs/ENVariables.conf | 2 +- config/hypr/configs/Keybinds.conf | 4 +- config/hypr/configs/Laptops.conf | 2 +- config/hypr/configs/Startup_Apps.conf | 2 +- config/hypr/configs/SystemSettings.conf | 2 +- config/hypr/configs/WindowRules-pre-53.conf | 2 +- config/hypr/hypridle.conf | 2 +- config/hypr/hyprland.conf | 2 +- config/hypr/hyprlock-1080p.conf | 4 +- config/hypr/hyprlock-2k.conf | 4 +- config/hypr/hyprlock.conf | 4 +- config/hypr/initial-boot.sh | 2 +- config/hypr/monitors.conf | 2 +- config/hypr/scripts/AirplaneMode.sh | 2 +- config/hypr/scripts/Animations.sh | 2 +- config/hypr/scripts/Brightness.sh | 2 +- config/hypr/scripts/BrightnessKbd.sh | 2 +- config/hypr/scripts/ChangeBlur.sh | 2 +- config/hypr/scripts/ChangeLayout.sh | 2 +- config/hypr/scripts/ClipManager.sh | 2 +- config/hypr/scripts/DarkLight.sh | 2 +- config/hypr/scripts/Distro_update.sh | 2 +- config/hypr/scripts/Dropterminal.sh | 2 +- config/hypr/scripts/GameMode.sh | 2 +- config/hypr/scripts/Hypridle.sh | 2 +- config/hypr/scripts/KeyBinds.sh | 2 +- config/hypr/scripts/KeyHints.sh | 4 +- config/hypr/scripts/KeybindsLayoutInit.sh | 2 +- config/hypr/scripts/KeyboardLayout.sh | 2 +- config/hypr/scripts/KillActiveProcess.sh | 2 +- config/hypr/scripts/Kitty_themes.sh | 2 +- config/hypr/scripts/KooLsDotsUpdate.sh | 6 +- config/hypr/scripts/Kool_Quick_Settings.sh | 2 +- config/hypr/scripts/LockScreen.sh | 2 +- config/hypr/scripts/MediaCtrl.sh | 2 +- config/hypr/scripts/MonitorProfiles.sh | 2 +- config/hypr/scripts/OverviewToggle.sh | 2 +- config/hypr/scripts/Polkit-NixOS.sh | 2 +- config/hypr/scripts/Polkit.sh | 2 +- config/hypr/scripts/PortalHyprland.sh | 2 +- config/hypr/scripts/Refresh.sh | 2 +- config/hypr/scripts/RefreshNoWaybar.sh | 2 +- config/hypr/scripts/RofiEmoji.sh | 2 +- config/hypr/scripts/RofiSearch.sh | 2 +- config/hypr/scripts/RofiThemeSelector-modified.sh | 2 +- config/hypr/scripts/RofiThemeSelector.sh | 2 +- config/hypr/scripts/ScreenShot.sh | 2 +- config/hypr/scripts/Sounds.sh | 2 +- config/hypr/scripts/TouchPad.sh | 2 +- config/hypr/scripts/UserConfigsSwitcher.sh | 2 +- config/hypr/scripts/Volume.sh | 2 +- config/hypr/scripts/WallustSwww.sh | 2 +- config/hypr/scripts/WaybarCava.sh | 2 +- config/hypr/scripts/WaybarLayout.sh | 2 +- config/hypr/scripts/WaybarScripts.sh | 2 +- config/hypr/scripts/WaybarStyles.sh | 2 +- config/hypr/scripts/Wlogout.sh | 2 +- config/hypr/scripts/sddm_wallpaper.sh | 2 +- config/hypr/v2.3.21 | 4 +- config/hypr/wallust/wallust-hyprland.conf | 2 +- config/hypr/workspaces.conf | 2 +- config/kitty/kitty-themes/00-Default.conf | 2 +- config/kitty/kitty-themes/01-Wallust.conf | 2 +- config/kitty/kitty.conf | 2 +- config/rofi/0-shared-fonts.rasi | 2 +- config/rofi/config-Animations.rasi | 2 +- config/rofi/config-Monitors.rasi | 2 +- config/rofi/config-calc.rasi | 2 +- config/rofi/config-clipboard.rasi | 2 +- config/rofi/config-edit.rasi | 2 +- config/rofi/config-emoji.rasi | 2 +- config/rofi/config-keybinds.rasi | 2 +- config/rofi/config-kitty-theme.rasi | 2 +- config/rofi/config-rofi-Beats-menu.rasi | 2 +- config/rofi/config-rofi-Beats.rasi | 2 +- config/rofi/config-rofi-theme.rasi | 2 +- config/rofi/config-search.rasi | 2 +- config/rofi/config-wallpaper-effect.rasi | 2 +- config/rofi/config-wallpaper.rasi | 2 +- config/rofi/config-waybar-layout.rasi | 2 +- config/rofi/config-waybar-style.rasi | 2 +- config/rofi/config-zsh-theme.rasi | 2 +- config/rofi/config.rasi | 2 +- config/rofi/themes/KooL_LonerOrZ.rasi | 2 +- config/rofi/themes/KooL_style-1.rasi | 2 +- config/rofi/themes/KooL_style-10-Fancy-v2.rasi | 2 +- config/rofi/themes/KooL_style-10-Fancy.rasi | 2 +- .../rofi/themes/KooL_style-11-Win11-list-dark.rasi | 2 +- .../themes/KooL_style-11-Win11-list-light.rasi | 2 +- config/rofi/themes/KooL_style-12-TOP-Docu.rasi | 2 +- config/rofi/themes/KooL_style-13-Vertical.rasi | 2 +- config/rofi/themes/KooL_style-14.rasi | 2 +- config/rofi/themes/KooL_style-15-solarized.rasi | 2 +- config/rofi/themes/KooL_style-2-Dark.rasi | 2 +- config/rofi/themes/KooL_style-2-Light.rasi | 2 +- config/rofi/themes/KooL_style-3-FullScreen-v1.rasi | 2 +- config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | 2 +- config/rofi/themes/KooL_style-4.rasi | 2 +- config/rofi/themes/KooL_style-5.rasi | 2 +- config/rofi/themes/KooL_style-6.rasi | 2 +- config/rofi/themes/KooL_style-7.rasi | 2 +- config/rofi/themes/KooL_style-8.rasi | 2 +- config/rofi/themes/KooL_style-9.rasi | 2 +- config/rofi/wallust/colors-rofi.rasi | 2 +- config/swaync/style.css | 2 +- config/wallust/templates/colors-cava | 2 +- config/wallust/templates/colors-ghostty.conf | 2 +- config/wallust/templates/colors-hyprland.conf | 2 +- config/wallust/templates/colors-kitty.conf | 2 +- config/wallust/templates/colors-rofi.rasi | 2 +- config/wallust/templates/colors-swaync.css | 2 +- config/wallust/templates/colors-waybar.css | 2 +- config/wallust/wallust-kitty.toml | 2 +- config/wallust/wallust.toml | 2 +- config/waybar/Modules | 2 +- config/waybar/ModulesCustom | 2 +- config/waybar/ModulesGroups | 2 +- config/waybar/ModulesVertical | 2 +- config/waybar/ModulesWorkspaces | 2 +- config/waybar/UserModules | 2 +- config/waybar/configs/BOT-&-Left-SouthWest | 2 +- config/waybar/configs/BOT-&-Right-SouthEast | 2 +- config/waybar/configs/BOT-Camellia | 2 +- config/waybar/configs/BOT-Chrysanthemum | 2 +- config/waybar/configs/BOT-Default | 2 +- config/waybar/configs/BOT-Default-Laptop | 2 +- config/waybar/configs/BOT-Gardenia | 2 +- config/waybar/configs/BOT-Peony | 2 +- config/waybar/configs/BOT-Simple | 2 +- config/waybar/configs/BOT-Sleek | 2 +- config/waybar/configs/LEFT-WestWing | 2 +- config/waybar/configs/LEFT-WestWing-v2 | 2 +- config/waybar/configs/RIGHT-EastWing | 2 +- config/waybar/configs/RIGHT-EastWing-v2 | 2 +- config/waybar/configs/TOP-&-BOT-SummitSplit | 2 +- config/waybar/configs/TOP-&-BOT-SummitSplit-glass | 2 +- config/waybar/configs/TOP-&-BOT-SummitSplit-v2 | 2 +- config/waybar/configs/TOP-&-Left-NorthWest | 2 +- config/waybar/configs/TOP-&-Right-NorthEast | 2 +- config/waybar/configs/TOP-0-Ja-0 | 2 +- config/waybar/configs/TOP-Arrow | 2 +- config/waybar/configs/TOP-Camellia | 2 +- config/waybar/configs/TOP-Chrysanthemum | 2 +- config/waybar/configs/TOP-Default | 2 +- config/waybar/configs/TOP-Default-Laptop | 2 +- config/waybar/configs/TOP-Default-Laptop-glass | 2 +- config/waybar/configs/TOP-Default-Laptop-old-v1 | 2 +- config/waybar/configs/TOP-Default-Laptop-old-v2 | 2 +- config/waybar/configs/TOP-Default-Laptop-old-v3 | 2 +- config/waybar/configs/TOP-Default-Laptop-old-v4 | 2 +- config/waybar/configs/TOP-Default-Laptop-old-v5 | 2 +- config/waybar/configs/TOP-Default-old-v1 | 2 +- config/waybar/configs/TOP-Default-old-v2 | 2 +- config/waybar/configs/TOP-Default-old-v3 | 2 +- config/waybar/configs/TOP-Default-old-v4 | 2 +- config/waybar/configs/TOP-Everforest | 2 +- config/waybar/configs/TOP-Everforest-glass | 2 +- config/waybar/configs/TOP-Gardenia | 2 +- config/waybar/configs/TOP-Minimal-Long | 2 +- config/waybar/configs/TOP-Minimal-Short | 2 +- config/waybar/configs/TOP-Peony | 2 +- config/waybar/configs/TOP-Simple | 2 +- config/waybar/configs/TOP-Simpliest | 2 +- config/waybar/configs/TOP-Sleek | 2 +- config/waybar/configs/TOP-ddubs-simple-bar | 2 +- config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css | 2 +- config/waybar/style/0-VERTICAL-Golden-Noir.css | 2 +- config/waybar/style/0-VERTICAL-Oglo-Chicklets.css | 2 +- config/waybar/style/Black-&-White-Monochrome.css | 2 +- config/waybar/style/Catppuccin-Frappe.css | 2 +- config/waybar/style/Catppuccin-Latte.css | 2 +- config/waybar/style/Catppuccin-Mocha.css | 2 +- config/waybar/style/Colored-Chroma-Glow.css | 2 +- config/waybar/style/Colored-Translucent.css | 2 +- config/waybar/style/Colorful-Aurora-Blossom.css | 2 +- config/waybar/style/Colorful-Aurora.css | 2 +- config/waybar/style/Colorful-Oglo-Chicklets.css | 2 +- config/waybar/style/Colorful-Rainbow-Spectrum.css | 2 +- config/waybar/style/Colorful-stolen-style.css | 2 +- config/waybar/style/Dark-Golden-Eclipse.css | 2 +- config/waybar/style/Dark-Golden-Noir.css | 2 +- config/waybar/style/Dark-Half-Moon.css | 2 +- .../style/Dark-Latte-Wallust-combined-v2.css | 2 +- .../waybar/style/Dark-Latte-Wallust-combined.css | 2 +- config/waybar/style/Dark-Purpl.css | 2 +- config/waybar/style/Dark-Wallust-Obsidian-Edge.css | 2 +- config/waybar/style/Extra-Arrow.css | 2 +- config/waybar/style/Extra-Crimson.css | 2 +- config/waybar/style/Extra-EverForest.css | 2 +- config/waybar/style/Extra-ML4W-starter.css | 2 +- config/waybar/style/Extra-Mauve.css | 2 +- .../style/Extra-Modern-Combined-Transparent.css | 2 +- config/waybar/style/Extra-Modern-Combined.css | 2 +- config/waybar/style/Extra-Neon-Circuit.css | 2 +- config/waybar/style/Extra-Prismatic-Glow.css | 2 +- config/waybar/style/Extra-Rose-Pine.css | 2 +- config/waybar/style/Extra-Simple-Pink.css | 2 +- config/waybar/style/Light-Monochrome-Contrast.css | 2 +- config/waybar/style/Light-Obsidian-Glow.css | 2 +- config/waybar/style/Rainbow-RGB-Bordered.css | 2 +- config/waybar/style/Retro-Simple-Style.css | 2 +- config/waybar/style/Transparent-Crystal-Clear.css | 2 +- config/waybar/style/VERTICAL-Catpuccin-Mocha.css | 2 +- .../style/Wallust-Bordered-Chroma-Fusion-Edge.css | 2 +- .../style/Wallust-Bordered-Chroma-Simple.css | 2 +- config/waybar/style/Wallust-Box-type.css | 2 +- config/waybar/style/Wallust-Chroma-Edge.css | 2 +- config/waybar/style/Wallust-Chroma-Fusion.css | 2 +- config/waybar/style/Wallust-Chroma-Tally-V2.css | 2 +- config/waybar/style/Wallust-Chroma-Tally.css | 2 +- config/waybar/style/Wallust-Colored.css | 2 +- config/waybar/style/Wallust-ML4W-modern-mixed.css | 2 +- config/waybar/style/Wallust-ML4W-modern.css | 2 +- config/waybar/style/Wallust-Simple.css | 2 +- .../style/Wallust-Transparent-Crystal-Clear.css | 2 +- config/waybar/wallust/colors-waybar.css | 2 +- config/wlogout/style.css | 2 +- copy.sh | 6 +- i18n/CONTRIBUTING/CONTRIBUTING.es.md | 20 +++---- i18n/CONTRIBUTING/CONTRIBUTING.fr.md | 22 ++++---- i18n/README/README.de.md | 62 ++++++++++----------- i18n/README/README.fr.md | 64 +++++++++++----------- i18n/README/README.jp.md | 60 ++++++++++---------- i18n/README/README.ro.md | 62 ++++++++++----------- i18n/README/README.ru.md | 62 ++++++++++----------- i18n/README/README.ua.md | 62 ++++++++++----------- 284 files changed, 557 insertions(+), 564 deletions(-) (limited to 'config/fastfetch') diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 745e6489..f288ab49 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,3 @@ # These are supported funding model platforms -github: JaKooLit -ko_fi: jakoolit +github: LinuxBeginnings diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a8c9143d..15af6010 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,7 +3,7 @@ description: Something is not working right title: "[Bug]: " labels: ["bug"] assignees: - - JaKooLit + - LinuxBeginnings body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/documentation-update.yml b/.github/ISSUE_TEMPLATE/documentation-update.yml index 3e3e8c22..57df6bab 100644 --- a/.github/ISSUE_TEMPLATE/documentation-update.yml +++ b/.github/ISSUE_TEMPLATE/documentation-update.yml @@ -3,7 +3,7 @@ description: Propose a change to the project documentation wiki title: "[Documentation update]: " labels: ["documentation_update"] assignees: - - JaKooLit + - LinuxBeginnings body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 6143d176..343ca195 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -3,7 +3,7 @@ description: I'd like to propose some changes and enhancements title: "[Enhancement]: " labels: ["enhancement"] assignees: - - JaKooLit + - LinuxBeginnings body: - type: checkboxes diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 42811c53..96006894 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,9 +25,9 @@ Please put an `x` in the boxes that apply: Please put an `x` in the boxes that apply: -- [ ] I have read the [CONTRIBUTING](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) document. +- [ ] I have read the [CONTRIBUTING](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) document. - [ ] My code follows the code style of this project. -- [ ] My commit message follows the [commit guidelines](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md#git-commit-messages). +- [ ] My commit message follows the [commit guidelines](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md#git-commit-messages). - [ ] My change requires a change to the documentation. - [ ] I want to add something in Hyprland-Dots wiki. - [ ] I have added tests to cover my changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6e665a..c7ff952e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -229,7 +229,7 @@ - Fixed: Not all waybars had `custom/nightlight` - Fixed: `Weather.py` cache wasn't updating when UNITS changed from C to F - Fixed: Wallpapers with periods in names truncated - - https://github.com/JaKooLit/Hyprland-Dots/pull/873 + - https://github.com/LinuxBeginnings/Hyprland-Dots/pull/873 - Thanks to @godlyfast for the fix. - Fixed: Overview Toggle keyind SUPER + A now properly detects QuickShell - If QS `overview` fails, or is not installed, AGS `overview` will be started instead @@ -250,7 +250,7 @@ - GameMode.sh / Refresh.sh - Enabling / Disabling repeatedly would result in multiple waybars - Added additional `sleep` commands in `GameMode.sh` and `Refresh.sh` - - Resolves [Issue 870](https://github.com/JaKooLit/Hyprland-Dots/issues/870) + - Resolves [Issue 870](https://github.com/LinuxBeginnings/Hyprland-Dots/issues/870) ## CHANGES: @@ -370,5 +370,5 @@ Key Changes: - [SVIGHNESH](https://github.com/SVIGHNESH) If you have any questions, feel free to contact via -[GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) or +[GitHub Discussions](https://github.com/LinuxBeginnings/Hyprland-Dots/discussions) or [Through Discord Server](https://discord.gg/kool-tech-world) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 108df910..9c436f68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thank you for your interest in contributing to KooL Hyprland Projects! We welcom ## Getting Started 1. Fork the branch development repository to your GitHub account. This will create a copy of this repository in your account. You can make changes to this copy without affecting the original repository. - - For fork this repository, click the **Fork** button in the top right corner of this page or click [here](https://github.com/JaKooLit/Hyprland-Dots/fork). + - For fork this repository, click the **Fork** button in the top right corner of this page or click [here](https://github.com/LinuxBeginnings/Hyprland-Dots/fork). - Make sure to uncheck the Copy the `main` branch only. This will copy the development branch and other branches (if any) 2. Clone your forked repository to your local machine. @@ -13,7 +13,7 @@ Thank you for your interest in contributing to KooL Hyprland Projects! We welcom - Use the following command to clone your forked repository to your local machine. ```bash - git clone --depth=1 -b development https://github.com/JaKooLit/Hyprland-Dots.git + git clone --depth=1 -b development https://github.com/LinuxBeginnings/Hyprland-Dots.git ``` 3. Create a new branch for your changes. @@ -26,7 +26,7 @@ Thank you for your interest in contributing to KooL Hyprland Projects! We welcom 4. Make your changes and commit them with a descriptive commit message. - - For example, to commit your changes, use the following command and make sure to follow the [commit message guidelines](https://github.com/JaKooLit/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md). + - For example, to commit your changes, use the following command and make sure to follow the [commit message guidelines](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md). ```bash git commit -m "feat: add a new feature" @@ -45,7 +45,7 @@ Thank you for your interest in contributing to KooL Hyprland Projects! We welcom 1. Go to your forked repository. 2. Click the **Compare & pull request** button next to your `your-branch-name` branch. 3. Add a title and description for your pull request. - 4. Click **Create pull request** and remember to add the relevant labels with using the [pull request template](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md). + 4. Click **Create pull request** and remember to add the relevant labels with using the [pull request template](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md). ## Guidelines @@ -55,15 +55,15 @@ Thank you for your interest in contributing to KooL Hyprland Projects! We welcom - Make sure all tests pass or fully tested before submitting your changes. - Keep your pull request focused and avoid including unrelated changes. - Remember to follow the following files before submitting your changes. - - [bug.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) - Use this template to create a report to help us improve. - - [feature.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) - Use this template to suggest a feature for this project. - - [documentation-update.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) - Use this template to propose a change to the documentation. - - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Use this template to submit a pull request. - - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Read this file to learn about the commit message guidelines. - - [CONTRIBUTING.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) - Read this file to learn about the contributing guidelines. - - [LICENSE](https://github.com/JaKooLit/Hyprland-Dots/blob/main/LICENSE.md) - Read this file to learn about the license. - - [README.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md) - Read this file to learn about the project. + - [bug.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) - Use this template to create a report to help us improve. + - [feature.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) - Use this template to suggest a feature for this project. + - [documentation-update.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) - Use this template to propose a change to the documentation. + - [PULL_REQUEST_TEMPLATE.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Use this template to submit a pull request. + - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Read this file to learn about the commit message guidelines. + - [CONTRIBUTING.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) - Read this file to learn about the contributing guidelines. + - [LICENSE](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/LICENSE.md) - Read this file to learn about the license. + - [README.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/README.md) - Read this file to learn about the project. ## Contact -If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) or [Through Discord Server](https://discord.gg/kool-tech-world) +If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/LinuxBeginnings/Hyprland-Dots/discussions) or [Through Discord Server](https://discord.gg/kool-tech-world) diff --git a/Distro-Hyprland.sh b/Distro-Hyprland.sh index 88964ea7..9954947d 100755 --- a/Distro-Hyprland.sh +++ b/Distro-Hyprland.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# https://github.com/JaKooLit +# https://github.com/LinuxBeginnings # Script design to clone the Distro-Hyprland install scripts @@ -35,7 +35,7 @@ if [ "$distro_name" = "Debian GNU/Linux" ]; then INSTALL_CMD="sudo apt install -y" GIT_INSTALL_CMD="sudo apt install -y git" Distro="Debian-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Distro_DIR="$HOME/$Distro" elif [ "$distro_name" = "Ubuntu" ]; then PACKAGE_MANAGER="apt" @@ -45,35 +45,35 @@ elif [ "$distro_name" = "Ubuntu" ]; then case "$distro_version" in "24.04") Distro="Ubuntu-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Github_URL_branch="24.04" Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 24.04 detected. Customizing setup for Ubuntu 24.04." ;; "24.10") Distro="Ubuntu-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Github_URL_branch="24.10" Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 24.10 detected. Customizing setup for Ubuntu 24.10." ;; "25.04") Distro="Ubuntu-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Github_URL_branch="25.04" Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 25.04 detected. Customizing setup for Ubuntu 25.04." ;; "25.10") Distro="Ubuntu-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Github_URL_branch="25.10" Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 25.10 detected. Customizing setup for Ubuntu 25.10." ;; "26.04-development") Distro="Ubuntu-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Github_URL_branch="26.04-development" Distro_DIR="$HOME/$Distro-$Github_URL_branch" echo "${INFO} Ubuntu 26.04 (development) detected. Customizing setup for Ubuntu 26.04 development branch." @@ -90,28 +90,28 @@ elif command -v pacman &> /dev/null; then INSTALL_CMD="sudo pacman -S --noconfirm" GIT_INSTALL_CMD="sudo pacman -S git --noconfirm" Distro="Arch-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Distro_DIR="$HOME/$Distro" elif command -v dnf &> /dev/null; then PACKAGE_MANAGER="dnf" INSTALL_CMD="sudo dnf install -y" GIT_INSTALL_CMD="sudo dnf install -y git" Distro="Fedora-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Distro_DIR="$HOME/$Distro" elif command -v zypper &> /dev/null; then PACKAGE_MANAGER="zypper" INSTALL_CMD="sudo zypper install -y" GIT_INSTALL_CMD="sudo zypper install -y git" Distro="OpenSUSE-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Distro_DIR="$HOME/$Distro" elif [ "$distro_name" = "NixOS" ]; then PACKAGE_MANAGER="nix" INSTALL_CMD="nix-shell" GIT_INSTALL_CMD="nix-shell -p git curl pciutils" Distro="NixOS-Hyprland" - Github_URL="https://github.com/JaKooLit/$Distro.git" + Github_URL="https://github.com/LinuxBeginnings/$Distro.git" Distro_DIR="$HOME/$Distro" else echo "${ERROR} Unsupported distribution: $distro_name. Exiting." diff --git a/README.md b/README.md index 268b7ad4..d01edfc5 100644 --- a/README.md +++ b/README.md @@ -10,30 +10,29 @@

- +



 Installation 
  
 Youtube 
   -
 Wiki 
   -
 Discussions 
   -
 Keybinds 
   +
 Wiki 
   +
 Discussions 
   +
 Keybinds 
  
 Discord 

-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles KooL's Hyprland Dotfiles Showcase - Sparkles + Sparkles

@@ -60,7 +59,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - NOTE: you need package `curl` for this to work ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - You can use the above command to automatically clone the `Distro-Hyprland` install scripts @@ -70,20 +69,20 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - Automated Hyprland Scripts for Distro of choice which will pull this dotfiles if opted to install these configurations -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) -- [Fedora-Linux (43/Rawhide)](https://github.com/JaKooLit/Fedora-Hyprland) +- [Fedora-Linux (43/Rawhide)](https://github.com/LinuxBeginnings/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) -- [NixOS (25.05+)](https://github.com/JaKooLit/NixOS-Hyprland) +- [NixOS (25.05+)](https://github.com/LinuxBeginnings/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10 (depreciated)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 (depreciated)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) -- [Ubuntu 25.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.10) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10 (depreciated)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 (depreciated)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) +- [Ubuntu 25.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.10) --- @@ -95,18 +94,18 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👀 Screenshots 👀 -- All screenshots are collected here [Screenshots](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- All screenshots are collected here [Screenshots](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Whats new? -- To easily track changes, I will be updating the [CHANGELOGS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) Screenshots will be included if worth mentioning the changes! +- To easily track changes, I will be updating the [CHANGELOGS](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs) Screenshots will be included if worth mentioning the changes! > [!NOTE] > Kindly note that by default, Kools Dots are adjusted / configured for 2k (1440p) display without scaling. ### 💥 Copying / Installation / Update instructions 💥 -- [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`MORE INFO HERE`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > The auto copy script `copy.sh` will create backups of intended directories to be copied. > However, it's still a good idea to manually backup just incase script fails to backup your configuration. @@ -121,7 +120,7 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > Note: Ubuntu is exception, it has version specific branches ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` @@ -129,7 +128,7 @@ cd Hyprland-Dots > Not recommeded for non-testing systems ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -176,7 +175,7 @@ chmod +x upgrade.sh #### 🛎️ a small note on wallpapers -- by default, only few wallpapers will be copied (1 each dark and light plus 3 more). You will be offered to download more wallpapers. You can preview/check the additional wallpapers from [`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) Link +- by default, only few wallpapers will be copied (1 each dark and light plus 3 more). You will be offered to download more wallpapers. You can preview/check the additional wallpapers from [`THIS`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) Link #### ⚠️⚠️⚠️ A MUST! after copying / Installing these dots @@ -185,24 +184,24 @@ chmod +x upgrade.sh - Nvidia Owners. Make sure to edit your `~/.config/hypr/UserConfigs/ENVariables.conf` (highly recommended). -* NVIDIA users / owners, after installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) +* NVIDIA users / owners, after installation, check [`THIS`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) - If you have already set your own keybinds, monitors, etc.... Just copy over from backup created before log-out or reboot. (recommended) #### 📖 Known issues and possible solutions -- check out this page [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) and [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- check out this page [FAQ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) and [UNSOLVED ISSUES](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 QUESTIONS ?!?! ⁉️ - FAQ! Yes you can use these dotfiles to other distro! Just ensure to install proper packages first! If it makes you feel better, I use same config on my Gentoo:) - QUICK HINT! Click the HINT! Waybar module (note only available in Waybar default and Simple-L [TOP] layout). Can be launched by Keybind `SUPER H` -- More question? click here browse through this [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/) -- If you want the old configs, it is collected on my "Archive" repo. See [HERE](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- More question? click here browse through this [WIKI](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) +- If you want the old configs, it is collected on my "Archive" repo. See [HERE](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Keybinds -- Keybinds [`CLICK`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Keybinds [`CLICK`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Special request @@ -211,7 +210,7 @@ chmod +x upgrade.sh #### ✍️ Contributing -- Want to contribute? Click [`HERE`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) for a guide how to contribute +- Want to contribute? Click [`HERE`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) for a guide how to contribute > Thanks to all who have contributed code, or support on the Discord server. You efforts are greatly appreciated #### 🤷‍♂️ TO DO! @@ -230,25 +229,20 @@ chmod +x upgrade.sh - you can also give support through coffee's or btc 😊 -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/jakoolit) or -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) -Or you can donate cryto on my btc wallet :) > 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i -![Bitcoin](https://github.com/user-attachments/assets/7ed32f8f-c499-46f0-a53c-3f6fbd343699) ## 🫰 Thank you for the stars 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) ### Document translations - Spanish: [Código de Conducta](./i18n/CODE_OF_CONDUCT/CODE_OF_CONDUCT.es.md) · [Guía de mensajes de commit](./i18n/COMMIT_MESSAGE_GUIDELINES/COMMIT_MESSAGE_GUIDELINES.es.md) · [Guía de contribución](./i18n/CONTRIBUTING/CONTRIBUTING.es.md) -- French: [Code de Conduite](./i18n/CODE_OF_CONDUCT/CODE_OF_CONDUCT.fr.md) · [Directives pour les messages de commit](./i18n/COMMIT_MESSAGE_GUIDELINES/COMMIT_MESSAGE_GUIDELINES.fr.md) · [Guide de contribution](./i18n/CONTRIBUTING/CONTRIBUTING.fr.md) \ No newline at end of file +- French: [Code de Conduite](./i18n/CODE_OF_CONDUCT/CODE_OF_CONDUCT.fr.md) · [Directives pour les messages de commit](./i18n/COMMIT_MESSAGE_GUIDELINES/COMMIT_MESSAGE_GUIDELINES.fr.md) · [Guide de contribution](./i18n/CONTRIBUTING/CONTRIBUTING.fr.md) diff --git a/archive/release.sh b/archive/release.sh index e29eaa79..78df3444 100755 --- a/archive/release.sh +++ b/archive/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # For downloading dots from releases # Set some colors for output messages @@ -78,7 +78,7 @@ if [ -f Hyprland-Dots.tar.gz ]; then existing_version=$(echo Hyprland-Dots.tar.gz | grep -oP 'v\d+\.\d+\.\d+' | sed 's/v//') # Fetch the tag_name for the latest release using the GitHub API - latest_version=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4 | sed 's/v//') + latest_version=$(curl -s https://api.github.com/repos/LinuxBeginnings/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4 | sed 's/v//') # Check if versions match if [ "$existing_version" = "$latest_version" ]; then @@ -94,8 +94,8 @@ if [ -f Hyprland-Dots.tar.gz ]; then if [ "$upgrade_choice" = "y" ]; then echo -e "${NOTE} Proceeding to download the latest release." - # Delete existing directories starting with JaKooLit-Hyprland-Dots - find . -type d -name 'JaKooLit-Hyprland-Dots*' -exec rm -rf {} + + # Delete existing directories starting with LinuxBeginnings-Hyprland-Dots + find . -type d -name 'LinuxBeginnings-Hyprland-Dots*' -exec rm -rf {} + rm -f Hyprland-Dots.tar.gz printf "${WARN} Removed existing Hyprland-Dots.tar.gz.\n" else @@ -108,7 +108,7 @@ fi printf "${NOTE} Downloading the latest Hyprland source code release...\n" # Fetch the tag name for the latest release using the GitHub API -latest_tag=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4) +latest_tag=$(curl -s https://api.github.com/repos/LinuxBeginnings/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4) # Check if the tag is obtained successfully if [ -z "$latest_tag" ]; then @@ -117,7 +117,7 @@ if [ -z "$latest_tag" ]; then fi # Fetch the tarball URL for the latest release using the GitHub API -latest_tarball_url=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tarball_url" | cut -d '"' -f 4) +latest_tarball_url=$(curl -s https://api.github.com/repos/LinuxBeginnings/Hyprland-Dots/releases/latest | grep "tarball_url" | cut -d '"' -f 4) # Check if the URL is obtained successfully if [ -z "$latest_tarball_url" ]; then @@ -134,15 +134,15 @@ if curl -L "$latest_tarball_url" -o "$file_name"; then tar -xzf "$file_name" || exit 1 # delete existing Hyprland-Dots - rm -rf JaKooLit-Hyprland-Dots + rm -rf LinuxBeginnings-Hyprland-Dots # Identify the extracted directory extracted_directory=$(tar -tf "$file_name" | grep -o '^[^/]\+' | uniq) - # Rename the extracted directory to JaKooLit-Hyprland-Dots - mv "$extracted_directory" JaKooLit-Hyprland-Dots || exit 1 + # Rename the extracted directory to LinuxBeginnings-Hyprland-Dots + mv "$extracted_directory" LinuxBeginnings-Hyprland-Dots || exit 1 - cd "JaKooLit-Hyprland-Dots" || exit 1 + cd "LinuxBeginnings-Hyprland-Dots" || exit 1 # Set execute permission for copy.sh and execute it chmod +x copy.sh diff --git a/archive/upgrade.sh b/archive/upgrade.sh index 45624c4f..63375762 100755 --- a/archive/upgrade.sh +++ b/archive/upgrade.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # for Semi-Manual upgrading your system. # NOTE: requires rsync diff --git a/config/cava/config b/config/cava/config index 31401d64..bf2a35e6 100644 --- a/config/cava/config +++ b/config/cava/config @@ -1,4 +1,4 @@ -# /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ # +# /* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ # ## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 358efcc5..156cb6df 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", diff --git a/config/fastfetch/config-pokemon.jsonc b/config/fastfetch/config-pokemon.jsonc index 63f60378..862a7da3 100644 --- a/config/fastfetch/config-pokemon.jsonc +++ b/config/fastfetch/config-pokemon.jsonc @@ -30,7 +30,7 @@ "type": "command", "key": " ", "keyColor": "blue", - "text": "echo JaKooLit Version: ${DOTS_VERSION}" + "text": "echo LinuxBeginnings Version: ${DOTS_VERSION}" }, { "type": "wm", diff --git a/config/fastfetch/config-v2.jsonc b/config/fastfetch/config-v2.jsonc index 163ca67b..fee977ec 100644 --- a/config/fastfetch/config-v2.jsonc +++ b/config/fastfetch/config-v2.jsonc @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", @@ -30,7 +30,7 @@ { "type": "command", "key": " ├  ", - "format": "echo JaKooLit Version: ${DOTS_VERSION}", + "format": "echo LinuxBeginnings Version: ${DOTS_VERSION}", "keyColor": "31" }, { diff --git a/config/fastfetch/config.legacy.jsonc b/config/fastfetch/config.legacy.jsonc index 8b2de09f..a3fa54e5 100644 --- a/config/fastfetch/config.legacy.jsonc +++ b/config/fastfetch/config.legacy.jsonc @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", @@ -26,7 +26,7 @@ { "type": "command", "key": "│ ├", - "text": "echo JaKooLit Version: ${DOTS_VERSION}", + "text": "echo LinuxBeginnings Version: ${DOTS_VERSION}", "keyColor": "yellow" }, { diff --git a/config/hypr/Monitor_Profiles/default.conf b/config/hypr/Monitor_Profiles/default.conf index a96cac7d..7e198f7f 100644 --- a/config/hypr/Monitor_Profiles/default.conf +++ b/config/hypr/Monitor_Profiles/default.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # default Monitor config # Monitor Configuration diff --git a/config/hypr/UserConfigs/00-Readme b/config/hypr/UserConfigs/00-Readme index e989d2bb..b39873b1 100644 --- a/config/hypr/UserConfigs/00-Readme +++ b/config/hypr/UserConfigs/00-Readme @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # KooL's Hyprland-Dots diff --git a/config/hypr/UserConfigs/01-UserDefaults.conf b/config/hypr/UserConfigs/01-UserDefaults.conf index ae510f82..7a91336f 100644 --- a/config/hypr/UserConfigs/01-UserDefaults.conf +++ b/config/hypr/UserConfigs/01-UserDefaults.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # This is a file where you put your own default apps, default search Engine etc diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 41d9b2d4..67861b86 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ # Set your defaults editor through ENV in ~/.config/hypr/UserConfigs/01-UserDefaults.conf diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf index af5cb583..463f0b46 100644 --- a/config/hypr/UserConfigs/Laptops.conf +++ b/config/hypr/UserConfigs/Laptops.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings # These configs are mostly for laptops. This is addemdum to Keybinds.conf diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index f00acf90..f87bbe15 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -1,3 +1,3 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Commands and Apps to be executed at launch diff --git a/config/hypr/UserConfigs/UserAnimations.conf b/config/hypr/UserConfigs/UserAnimations.conf index 0f40b5e6..f2d33d93 100644 --- a/config/hypr/UserConfigs/UserAnimations.conf +++ b/config/hypr/UserConfigs/UserAnimations.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # animations { enabled = yes diff --git a/config/hypr/UserConfigs/UserDecorations.conf b/config/hypr/UserConfigs/UserDecorations.conf index f203fe5b..eaccff80 100644 --- a/config/hypr/UserConfigs/UserDecorations.conf +++ b/config/hypr/UserConfigs/UserDecorations.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Decoration Settings # Hyprland Wiki Links diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index e140cfe4..82a7e568 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # This is where you put your own keybinds. Be Mindful to check as well ~/.config/hypr/configs/Keybinds.conf to avoid conflict # if you think I should replace the Pre-defined Keybinds in ~/.config/hypr/configs/Keybinds.conf , submit an issue or let me know in DC and present me a valid reason as to why, such as conflicting with global shortcuts, etc etc diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index df68b396..9bd9131d 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # User Settings # This is where you put your own settings as this will not be touched during update # if the upgrade.sh is used. diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 859dde91..79fbc24e 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # For window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more diff --git a/config/hypr/UserConfigs/WorkSpaceRules.conf b/config/hypr/UserConfigs/WorkSpaceRules.conf index aa86b35c..78d61389 100644 --- a/config/hypr/UserConfigs/WorkSpaceRules.conf +++ b/config/hypr/UserConfigs/WorkSpaceRules.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # NOTE: THIS IS NOT BEING SOURCED by hyprland # It is only here as a guide if you want to do it manually diff --git a/config/hypr/UserScripts/00-Readme b/config/hypr/UserScripts/00-Readme index 091bac85..54d7fff2 100755 --- a/config/hypr/UserScripts/00-Readme +++ b/config/hypr/UserScripts/00-Readme @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Place your new scripts here. # If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this directory, and edit. diff --git a/config/hypr/UserScripts/RainbowBorders.bak.sh b/config/hypr/UserScripts/RainbowBorders.bak.sh index 67269b8a..49de9ea7 100755 --- a/config/hypr/UserScripts/RainbowBorders.bak.sh +++ b/config/hypr/UserScripts/RainbowBorders.bak.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Smooth border cycling effect using Wallust palette or full rainbow # Possible values: "wallust_random", "rainbow", "gradient_flow" diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index a002a518..64e8ee99 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # RofiBeats - unified, dynamic UI (add, remove, manage, play) mDIR="$HOME/Music/" diff --git a/config/hypr/UserScripts/RofiCalc.sh b/config/hypr/UserScripts/RofiCalc.sh index b72d5f3e..116fc6cc 100755 --- a/config/hypr/UserScripts/RofiCalc.sh +++ b/config/hypr/UserScripts/RofiCalc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # /* Calculator (using qalculate) and rofi */ # /* Submitted by: https://github.com/JosephArmas */ diff --git a/config/hypr/UserScripts/WallpaperAutoChange.sh b/config/hypr/UserScripts/WallpaperAutoChange.sh index 6d8e8735..9643c7e9 100755 --- a/config/hypr/UserScripts/WallpaperAutoChange.sh +++ b/config/hypr/UserScripts/WallpaperAutoChange.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # source https://wiki.archlinux.org/title/Hyprland#Using_a_script_to_change_wallpaper_every_X_minutes # This script will randomly go through the files of a directory, setting it diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 475969d6..caca56e1 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Wallpaper Effects using ImageMagick (SUPER SHIFT W) # Variables diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index 8dd680d5..a9908e19 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for Random Wallpaper ( CTRL ALT W) PICTURES_DIR="$(xdg-user-dir PICTURES 2>/dev/null || echo "$HOME/Pictures")" diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 316a7cd4..ed0b2846 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # This script for selecting wallpapers (SUPER W) # WALLPAPERS PATH diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index 6061f696..e7a0fe01 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Rewritten to use Open-Meteo APIs (worldwide, no API key) for robust weather data. # Outputs Waybar-compatible JSON and a simple text cache. diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh index 4588ed1d..c01a4e12 100755 --- a/config/hypr/UserScripts/Weather.sh +++ b/config/hypr/UserScripts/Weather.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # weather info from wttr. https://github.com/chubin/wttr.in # Remember to add city # Function to get current city from IP address with fallback diff --git a/config/hypr/UserScripts/WeatherWrap.sh b/config/hypr/UserScripts/WeatherWrap.sh index 5b266930..5e8b4733 100755 --- a/config/hypr/UserScripts/WeatherWrap.sh +++ b/config/hypr/UserScripts/WeatherWrap.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Weather entrypoint: prefer Python (Open‑Meteo), fallback to legacy Bash (wttr.in) SCRIPT_DIR="$(dirname "$0")" diff --git a/config/hypr/UserScripts/ZshChangeTheme.sh b/config/hypr/UserScripts/ZshChangeTheme.sh index 690f0f13..3e2f077a 100755 --- a/config/hypr/UserScripts/ZshChangeTheme.sh +++ b/config/hypr/UserScripts/ZshChangeTheme.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for Oh my ZSH theme ( CTRL SHIFT O) # preview of theme can be view here: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes diff --git a/config/hypr/animations/00-default.conf b/config/hypr/animations/00-default.conf index 0f40b5e6..f2d33d93 100644 --- a/config/hypr/animations/00-default.conf +++ b/config/hypr/animations/00-default.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # animations { enabled = yes diff --git a/config/hypr/animations/01-default - v2.conf b/config/hypr/animations/01-default - v2.conf index dfbbed7f..7ba66b79 100644 --- a/config/hypr/animations/01-default - v2.conf +++ b/config/hypr/animations/01-default - v2.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # old animations diff --git a/config/hypr/animations/03- Disable Animation.conf b/config/hypr/animations/03- Disable Animation.conf index f73a485b..a2013570 100644 --- a/config/hypr/animations/03- Disable Animation.conf +++ b/config/hypr/animations/03- Disable Animation.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # animations { enabled = no diff --git a/config/hypr/animations/END-4.conf b/config/hypr/animations/END-4.conf index 0ab8d1af..394a0a1a 100644 --- a/config/hypr/animations/END-4.conf +++ b/config/hypr/animations/END-4.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "End-4" # credit https://github.com/end-4/dots-hyprland diff --git a/config/hypr/animations/HYDE - Vertical.conf b/config/hypr/animations/HYDE - Vertical.conf index ccceccf4..6f0a0669 100644 --- a/config/hypr/animations/HYDE - Vertical.conf +++ b/config/hypr/animations/HYDE - Vertical.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Vertical" # credit https://github.com/prasanthrangan/hyprdots diff --git a/config/hypr/animations/HYDE - default.conf b/config/hypr/animations/HYDE - default.conf index 96c439d6..981414fd 100644 --- a/config/hypr/animations/HYDE - default.conf +++ b/config/hypr/animations/HYDE - default.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Default" # credit https://github.com/prasanthrangan/hyprdots diff --git a/config/hypr/animations/HYDE - minimal-1.conf b/config/hypr/animations/HYDE - minimal-1.conf index 6dbcf8ec..909f7140 100644 --- a/config/hypr/animations/HYDE - minimal-1.conf +++ b/config/hypr/animations/HYDE - minimal-1.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # # name "Minimal-1" # credit https://github.com/prasanthrangan/hyprdots- diff --git a/config/hypr/animations/HYDE - minimal-2.conf b/config/hypr/animations/HYDE - minimal-2.conf index 6ac56bc5..241bec05 100644 --- a/config/hypr/animations/HYDE - minimal-2.conf +++ b/config/hypr/animations/HYDE - minimal-2.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # # name "Minimal-2" # credit https://github.com/prasanthrangan/hyprdots diff --git a/config/hypr/animations/HYDE - optimized.conf b/config/hypr/animations/HYDE - optimized.conf index 7534c69d..e325b635 100644 --- a/config/hypr/animations/HYDE - optimized.conf +++ b/config/hypr/animations/HYDE - optimized.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Optimized" # credit https://github.com/prasanthrangan/hyprdots diff --git a/config/hypr/animations/ML4W - classic.conf b/config/hypr/animations/ML4W - classic.conf index af8c5e15..7f697afd 100644 --- a/config/hypr/animations/ML4W - classic.conf +++ b/config/hypr/animations/ML4W - classic.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Classic" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/ML4W - dynamic.conf b/config/hypr/animations/ML4W - dynamic.conf index c5f1da0d..7c98675d 100644 --- a/config/hypr/animations/ML4W - dynamic.conf +++ b/config/hypr/animations/ML4W - dynamic.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Dynamic" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/ML4W - fast.conf b/config/hypr/animations/ML4W - fast.conf index 9623c418..ce586478 100644 --- a/config/hypr/animations/ML4W - fast.conf +++ b/config/hypr/animations/ML4W - fast.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Fast" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/ML4W - high.conf b/config/hypr/animations/ML4W - high.conf index e881d8be..bc38fc66 100644 --- a/config/hypr/animations/ML4W - high.conf +++ b/config/hypr/animations/ML4W - high.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "High" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/ML4W - moving.conf b/config/hypr/animations/ML4W - moving.conf index 974a8f60..deb6ad32 100644 --- a/config/hypr/animations/ML4W - moving.conf +++ b/config/hypr/animations/ML4W - moving.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Moving" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/ML4W - standard.conf b/config/hypr/animations/ML4W - standard.conf index aa312bb1..7a18c604 100644 --- a/config/hypr/animations/ML4W - standard.conf +++ b/config/hypr/animations/ML4W - standard.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Standard" # credit https://github.com/mylinuxforwork/dotfiles diff --git a/config/hypr/animations/Mahaveer - me-1.conf b/config/hypr/animations/Mahaveer - me-1.conf index 7c93f3ef..8db554b0 100644 --- a/config/hypr/animations/Mahaveer - me-1.conf +++ b/config/hypr/animations/Mahaveer - me-1.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Me-1" # credit https://github.com/mahaveergurjar diff --git a/config/hypr/animations/Mahaveer - me-2.conf b/config/hypr/animations/Mahaveer - me-2.conf index 4cc2bfa0..3d9b35ae 100644 --- a/config/hypr/animations/Mahaveer - me-2.conf +++ b/config/hypr/animations/Mahaveer - me-2.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # # name "Me-2" # credit https://github.com/mahaveergurjar diff --git a/config/hypr/application-style.conf b/config/hypr/application-style.conf index 7e67f106..2e5fa4e8 100644 --- a/config/hypr/application-style.conf +++ b/config/hypr/application-style.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # as per Hyprland wiki: hyprland-qt-support provides a QML style for hypr* qt6 apps roundess = 2 diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index ae7f3acf..585ae9f5 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ # Set your defaults editor through ENV in ~/.config/hypr/UserConfigs/01-UserDefaults.conf diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index abdc0114..ad7d31d9 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Default Keybinds # visit https://wiki.hyprland.org/Configuring/Binds/ for more info @@ -169,7 +169,7 @@ bindd = $mainMod CTRL, L, Move Right into group, moveintogroup, r # Move active bindd = $mainMod CTRL, H, Move active out of group, moveoutofgroup # Move active window out of group # Try to dynamically move in grouped window and when ungrouped -# Not working for me DW 11/26/25 PR: https://github.com/JaKooLit/Hyprland-Dots/pull/872 +# Not working for me DW 11/26/25 PR: https://github.com/LinuxBeginnings/Hyprland-Dots/pull/872 #bindd = $mainMod, right, focus right, exec, bash -c 'if hyprctl activewindow -j | jq -e "((.grouped | type) == \"boolean\") or (.address == (.grouped[-1] // empty))" >/dev/null 2>&1; then hyprctl dispatch movefocus r; else hyprctl dispatch changegroupactive f; fi' #bindd = $mainMod, left, focus left, exec, bash -c 'if hyprctl activewindow -j | jq -e "((.grouped | type) == \"boolean\") or (.address == (.grouped[0] // empty))" >/dev/null 2>&1; then hyprctl dispatch movefocus l; else hyprctl dispatch changegroupactive b; fi' diff --git a/config/hypr/configs/Laptops.conf b/config/hypr/configs/Laptops.conf index d6addb1d..ec58fdd6 100644 --- a/config/hypr/configs/Laptops.conf +++ b/config/hypr/configs/Laptops.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings # These configs are mostly for laptops. This is addemdum to Keybinds.conf diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf index 0cc5da11..c0ca9c41 100644 --- a/config/hypr/configs/Startup_Apps.conf +++ b/config/hypr/configs/Startup_Apps.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Commands and Apps to be executed at launch (vendor defaults) $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts diff --git a/config/hypr/configs/SystemSettings.conf b/config/hypr/configs/SystemSettings.conf index f49960cd..d7892d17 100644 --- a/config/hypr/configs/SystemSettings.conf +++ b/config/hypr/configs/SystemSettings.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Default settings # This is where you put your own settings as this will not be touched during update # if the upgrade.sh is used. diff --git a/config/hypr/configs/WindowRules-pre-53.conf b/config/hypr/configs/WindowRules-pre-53.conf index 8a5f99c7..589a8acb 100644 --- a/config/hypr/configs/WindowRules-pre-53.conf +++ b/config/hypr/configs/WindowRules-pre-53.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Vendor defaults for window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 4b8cd7e2..fbf0b3ad 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Hypridle # Original config submitted by https://github.com/SherLock707 diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 7119b3df..26701470 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Always refer to Hyprland wiki # https://wiki.hyprland.org/ diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 4251ac68..f36df9e4 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Hyprlock config for < 1080p monitor resolutions # Original config submitted by https://github.com/SherLock707 @@ -170,7 +170,7 @@ label { # weather edit the scripts for locations # weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py -# see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock +# see https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock label { monitor = text = cmd[update:3600000] [ -f "$HOME/.cache/.weather_cache" ] && cat "$HOME/.cache/.weather_cache" diff --git a/config/hypr/hyprlock-2k.conf b/config/hypr/hyprlock-2k.conf index f359357f..42d24d05 100644 --- a/config/hypr/hyprlock-2k.conf +++ b/config/hypr/hyprlock-2k.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Hyprlock config for => 2k monitor resolutions # Original config submitted by https://github.com/SherLock707 @@ -170,7 +170,7 @@ label { # weather edit the scripts for locations # weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py -# see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock +# see https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock label { monitor = text = cmd[update:3600000] [ -f "$HOME/.cache/.weather_cache" ] && cat "$HOME/.cache/.weather_cache" diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index f359357f..42d24d05 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Hyprlock config for => 2k monitor resolutions # Original config submitted by https://github.com/SherLock707 @@ -170,7 +170,7 @@ label { # weather edit the scripts for locations # weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py -# see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock +# see https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock label { monitor = text = cmd[update:3600000] [ -f "$HOME/.cache/.weather_cache" ] && cat "$HOME/.cache/.weather_cache" diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index eeabdef5..c68560ab 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # A bash script designed to run only once dotfiles installed # THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf diff --git a/config/hypr/monitors.conf b/config/hypr/monitors.conf index ed2bb30d..2f79d4fd 100644 --- a/config/hypr/monitors.conf +++ b/config/hypr/monitors.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # default Monitor config # *********************************************************** # diff --git a/config/hypr/scripts/AirplaneMode.sh b/config/hypr/scripts/AirplaneMode.sh index 548b9d6b..ba692f98 100755 --- a/config/hypr/scripts/AirplaneMode.sh +++ b/config/hypr/scripts/AirplaneMode.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Airplane Mode. Turning on or off all wifi using rfkill. notif="$HOME/.config/swaync/images/ja.png" diff --git a/config/hypr/scripts/Animations.sh b/config/hypr/scripts/Animations.sh index 4bbe050f..ff3a6e45 100755 --- a/config/hypr/scripts/Animations.sh +++ b/config/hypr/scripts/Animations.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For applying Animations from different users # Check if rofi is already running diff --git a/config/hypr/scripts/Brightness.sh b/config/hypr/scripts/Brightness.sh index ce443ef2..e0091417 100755 --- a/config/hypr/scripts/Brightness.sh +++ b/config/hypr/scripts/Brightness.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for Monitor backlights (if supported) using brightnessctl iDIR="$HOME/.config/swaync/icons" diff --git a/config/hypr/scripts/BrightnessKbd.sh b/config/hypr/scripts/BrightnessKbd.sh index 93e09d86..f9015fe0 100755 --- a/config/hypr/scripts/BrightnessKbd.sh +++ b/config/hypr/scripts/BrightnessKbd.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for keyboard backlights (if supported) using brightnessctl iDIR="$HOME/.config/swaync/icons" diff --git a/config/hypr/scripts/ChangeBlur.sh b/config/hypr/scripts/ChangeBlur.sh index 0060285b..084af2cb 100755 --- a/config/hypr/scripts/ChangeBlur.sh +++ b/config/hypr/scripts/ChangeBlur.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for changing blurs on the fly notif="$HOME/.config/swaync/images" diff --git a/config/hypr/scripts/ChangeLayout.sh b/config/hypr/scripts/ChangeLayout.sh index 221f9637..499fa1e2 100755 --- a/config/hypr/scripts/ChangeLayout.sh +++ b/config/hypr/scripts/ChangeLayout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # for changing Hyprland Layouts (Master or Dwindle) on the fly notif="$HOME/.config/swaync/images/ja.png" diff --git a/config/hypr/scripts/ClipManager.sh b/config/hypr/scripts/ClipManager.sh index 3ba5d91a..d08fd8f4 100755 --- a/config/hypr/scripts/ClipManager.sh +++ b/config/hypr/scripts/ClipManager.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Clipboard Manager. This script uses cliphist, rofi, and wl-copy. # Variables diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 37016ec3..62bad62b 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +## /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For Dark and Light switching # Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate directories diff --git a/config/hypr/scripts/Distro_update.sh b/config/hypr/scripts/Distro_update.sh index 164de7ec..b4b8e90c 100755 --- a/config/hypr/scripts/Distro_update.sh +++ b/config/hypr/scripts/Distro_update.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Simple bash script to check and will try to update your system # Local Paths diff --git a/config/hypr/scripts/Dropterminal.sh b/config/hypr/scripts/Dropterminal.sh index 9b2eeecb..2a9eb5b1 100755 --- a/config/hypr/scripts/Dropterminal.sh +++ b/config/hypr/scripts/Dropterminal.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # # Made and brought to by Kiran George # /* -- ✨ https://github.com/SherLock707 ✨ -- */ ## diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index 59cf7372..a28a27fb 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Game Mode. Turning off all animations notif="$HOME/.config/swaync/images/ja.png" diff --git a/config/hypr/scripts/Hypridle.sh b/config/hypr/scripts/Hypridle.sh index a9bb90d7..4bf6a985 100755 --- a/config/hypr/scripts/Hypridle.sh +++ b/config/hypr/scripts/Hypridle.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # This is for custom version of waybar idle_inhibitor which activates / deactivates hypridle instead PROCESS="hypridle" diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index 26ae832b..341f104f 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # searchable enabled keybinds using rofi (supports bindd descriptions) # kill yad to not interfere with this binds diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 5511cfed..3916a925 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # GDK BACKEND. Change to either wayland or x11 if having issues BACKEND=wayland @@ -70,4 +70,4 @@ GDK_BACKEND=$BACKEND yad \ " ALT E" "Rofi Emoticons" "Emoticon" \ " H" "Launch this Quick Cheat Sheet" "" \ "" "" "" \ -"More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\ +"More tips:" "https://github.com/LinuxBeginnings/Hyprland-Dots/wiki" ""\ diff --git a/config/hypr/scripts/KeybindsLayoutInit.sh b/config/hypr/scripts/KeybindsLayoutInit.sh index 0a53eaaf..80bee9d6 100755 --- a/config/hypr/scripts/KeybindsLayoutInit.sh +++ b/config/hypr/scripts/KeybindsLayoutInit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Initialize J/K keybinds so they always cycle windows globally (no layout-specific behavior) # This avoids double-actions when layouts change. diff --git a/config/hypr/scripts/KeyboardLayout.sh b/config/hypr/scripts/KeyboardLayout.sh index ec280826..926514dd 100755 --- a/config/hypr/scripts/KeyboardLayout.sh +++ b/config/hypr/scripts/KeyboardLayout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # This is for changing kb_layouts. Set kb_layouts in "$HOME/.config/hypr/UserConfigs/UserSettings.conf" notif_icon="$HOME/.config/swaync/images/ja.png" diff --git a/config/hypr/scripts/KillActiveProcess.sh b/config/hypr/scripts/KillActiveProcess.sh index d9d26bb3..ff0628b2 100755 --- a/config/hypr/scripts/KillActiveProcess.sh +++ b/config/hypr/scripts/KillActiveProcess.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Copied from Discord post. Thanks to @Zorg diff --git a/config/hypr/scripts/Kitty_themes.sh b/config/hypr/scripts/Kitty_themes.sh index fde5edbd..8bc6e0f0 100755 --- a/config/hypr/scripts/Kitty_themes.sh +++ b/config/hypr/scripts/Kitty_themes.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */  # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */  # # Kitty Themes Source https://github.com/dexpota/kitty-themes # # Define directories and variables diff --git a/config/hypr/scripts/KooLsDotsUpdate.sh b/config/hypr/scripts/KooLsDotsUpdate.sh index 006d66ed..8ed50f27 100755 --- a/config/hypr/scripts/KooLsDotsUpdate.sh +++ b/config/hypr/scripts/KooLsDotsUpdate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # simple bash script to check if update is available by comparing local version and github version # Local Paths @@ -16,7 +16,7 @@ fi # GitHub URL - KooL's dots branch="main" -github_url="https://github.com/JaKooLit/Hyprland-Dots/tree/$branch/config/hypr/" +github_url="https://github.com/LinuxBeginnings/Hyprland-Dots/tree/$branch/config/hypr/" # Check for required tools (curl) if ! command -v curl &> /dev/null; then notify-send -i "$iDIR/error.png" "Need curl:" "curl not found. Please install curl." @@ -64,7 +64,7 @@ else exit 1 fi kitty -e bash -c " - git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git $KooL_Dots_DIR && + git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git $KooL_Dots_DIR && cd \"$KooL_Dots_DIR\" && chmod +x copy.sh && ./copy.sh && diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh index 0cd58f48..2e4004c5 100755 --- a/config/hypr/scripts/Kool_Quick_Settings.sh +++ b/config/hypr/scripts/Kool_Quick_Settings.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Rofi menu for KooL Hyprland Quick Settings (SUPER SHIFT E) # Updated for UserConfigs/configs separation diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index d58f5c21..548a7652 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For Hyprlock #pidof hyprlock || hyprlock -q diff --git a/config/hypr/scripts/MediaCtrl.sh b/config/hypr/scripts/MediaCtrl.sh index 9dc3571d..b49a967b 100755 --- a/config/hypr/scripts/MediaCtrl.sh +++ b/config/hypr/scripts/MediaCtrl.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Playerctl music_icon="$HOME/.config/swaync/icons/music.png" diff --git a/config/hypr/scripts/MonitorProfiles.sh b/config/hypr/scripts/MonitorProfiles.sh index 1176a46a..62213490 100755 --- a/config/hypr/scripts/MonitorProfiles.sh +++ b/config/hypr/scripts/MonitorProfiles.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For applying Pre-configured Monitor Profiles # Check if rofi is already running diff --git a/config/hypr/scripts/OverviewToggle.sh b/config/hypr/scripts/OverviewToggle.sh index 8d4b285f..3fe9ba96 100755 --- a/config/hypr/scripts/OverviewToggle.sh +++ b/config/hypr/scripts/OverviewToggle.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Overview toggle wrapper - tries Quickshell first, falls back to AGS set -euo pipefail diff --git a/config/hypr/scripts/Polkit-NixOS.sh b/config/hypr/scripts/Polkit-NixOS.sh index 28642d19..925deab5 100755 --- a/config/hypr/scripts/Polkit-NixOS.sh +++ b/config/hypr/scripts/Polkit-NixOS.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For NixOS starting of polkit-gnome. Dec 2023, the settings stated in NixOS wiki does not work so have to manual start it # Find all polkit-gnome executables in the Nix store diff --git a/config/hypr/scripts/Polkit.sh b/config/hypr/scripts/Polkit.sh index 1af8fd1b..9db94d89 100755 --- a/config/hypr/scripts/Polkit.sh +++ b/config/hypr/scripts/Polkit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # This script starts the first available Polkit agent from a list of possible locations # List of potential Polkit agent file paths diff --git a/config/hypr/scripts/PortalHyprland.sh b/config/hypr/scripts/PortalHyprland.sh index 653e9b58..79b1bb96 100755 --- a/config/hypr/scripts/PortalHyprland.sh +++ b/config/hypr/scripts/PortalHyprland.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For manually starting xdg-desktop-portal-hyprland set -euo pipefail diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index b998b14c..95248b35 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Scripts for refreshing ags, waybar, rofi, swaync, wallust SCRIPTSDIR=$HOME/.config/hypr/scripts diff --git a/config/hypr/scripts/RefreshNoWaybar.sh b/config/hypr/scripts/RefreshNoWaybar.sh index 54c760bd..afbda1f2 100755 --- a/config/hypr/scripts/RefreshNoWaybar.sh +++ b/config/hypr/scripts/RefreshNoWaybar.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Modified version of Refresh.sh but waybar wont refresh # Used by automatic wallpaper change diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index 7e3ef0f3..a21c2374 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Variables rofi_theme="$HOME/.config/rofi/config-emoji.rasi" diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh index dfeb19ac..d7dd5726 100755 --- a/config/hypr/scripts/RofiSearch.sh +++ b/config/hypr/scripts/RofiSearch.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For Searching via web browsers # Define the path to the config file diff --git a/config/hypr/scripts/RofiThemeSelector-modified.sh b/config/hypr/scripts/RofiThemeSelector-modified.sh index d6a353c0..de3ebf4a 100755 --- a/config/hypr/scripts/RofiThemeSelector-modified.sh +++ b/config/hypr/scripts/RofiThemeSelector-modified.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # A modified version of Rofi-Theme-Selector, concentrating only on ~/.local and also, applying only 10 @themes in ~/.config/rofi/config.rasi # as opposed to continous adding of //@theme diff --git a/config/hypr/scripts/RofiThemeSelector.sh b/config/hypr/scripts/RofiThemeSelector.sh index b7236e8f..66327d09 100755 --- a/config/hypr/scripts/RofiThemeSelector.sh +++ b/config/hypr/scripts/RofiThemeSelector.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */  # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */  # # Rofi Themes - Script to preview and apply themes by live-reloading the config. # --- Configuration --- diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 3d578a51..b12c08f0 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Screenshots scripts # variables diff --git a/config/hypr/scripts/Sounds.sh b/config/hypr/scripts/Sounds.sh index e92248da..7c0bf57c 100755 --- a/config/hypr/scripts/Sounds.sh +++ b/config/hypr/scripts/Sounds.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # This script is used to play system sounds. # Script is used by Volume.Sh and ScreenShots.sh diff --git a/config/hypr/scripts/TouchPad.sh b/config/hypr/scripts/TouchPad.sh index f14165a0..56506382 100755 --- a/config/hypr/scripts/TouchPad.sh +++ b/config/hypr/scripts/TouchPad.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # For disabling touchpad. # Edit the Touchpad_Device on ~/.config/hypr/UserConfigs/Laptops.conf according to your system # use hyprctl devices to get your system touchpad device name diff --git a/config/hypr/scripts/UserConfigsSwitcher.sh b/config/hypr/scripts/UserConfigsSwitcher.sh index ad1d4e63..ac44b4bc 100755 --- a/config/hypr/scripts/UserConfigsSwitcher.sh +++ b/config/hypr/scripts/UserConfigsSwitcher.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script to manage UserConfigs and UserConfigsBak HYPR_CONFIG_DIR="$HOME/.config/hypr" diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index e1034a68..41e474d0 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Scripts for volume controls for audio and mic iDIR="$HOME/.config/swaync/icons" diff --git a/config/hypr/scripts/WallustSwww.sh b/config/hypr/scripts/WallustSwww.sh index 3cbfcc5a..1f0f50c7 100755 --- a/config/hypr/scripts/WallustSwww.sh +++ b/config/hypr/scripts/WallustSwww.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Wallust: derive colors from the current wallpaper and update templates # Usage: WallustSwww.sh [absolute_path_to_wallpaper] diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh index 98a8d7f9..98db60dd 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # WaybarCava.sh — safer single-instance handling, cleanup, and robustness -# Original concept by JaKooLit; this variant focuses on lifecycle hardening. +# Original concept by LinuxBeginnings; this variant focuses on lifecycle hardening. set -euo pipefail diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index d3725a91..247ccf78 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for waybar layout or configs IFS=$'\n\t' diff --git a/config/hypr/scripts/WaybarScripts.sh b/config/hypr/scripts/WaybarScripts.sh index 54f7a4b4..142b548d 100755 --- a/config/hypr/scripts/WaybarScripts.sh +++ b/config/hypr/scripts/WaybarScripts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # This file used on waybar modules sourcing defaults set in $HOME/.config/hypr/UserConfigs/01-UserDefaults.conf # Define the path to the config file diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 8ebfed92..2ed8bf26 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # Script for waybar styles IFS=$'\n\t' diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index 8879858c..e33222cc 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ ## # wlogout (Power, Screen Lock, Suspend, etc) # Set variables for parameters. First numbers corresponts to Monitor Resolution diff --git a/config/hypr/scripts/sddm_wallpaper.sh b/config/hypr/scripts/sddm_wallpaper.sh index 17640f40..26f6c613 100755 --- a/config/hypr/scripts/sddm_wallpaper.sh +++ b/config/hypr/scripts/sddm_wallpaper.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # SDDM Wallpaper and Wallust Colors Setter # for the upcoming changes on the simple_sddm_theme diff --git a/config/hypr/v2.3.21 b/config/hypr/v2.3.21 index 31b3414d..51de9972 100644 --- a/config/hypr/v2.3.21 +++ b/config/hypr/v2.3.21 @@ -1,5 +1,5 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots +### https://github.com/LinuxBeginnings ### +## https://github.com/LinuxBeginnings/Hyprland-Dots ## This is to have a reference of which version would be ## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/wallust/wallust-hyprland.conf b/config/hypr/wallust/wallust-hyprland.conf index c7c1debe..88845f82 100644 --- a/config/hypr/wallust/wallust-hyprland.conf +++ b/config/hypr/wallust/wallust-hyprland.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # /* wallust template - colors-hyprland */ $background = rgb(010102) diff --git a/config/hypr/workspaces.conf b/config/hypr/workspaces.conf index 708dee00..5417d940 100644 --- a/config/hypr/workspaces.conf +++ b/config/hypr/workspaces.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # *********************************************************** # # diff --git a/config/kitty/kitty-themes/00-Default.conf b/config/kitty/kitty-themes/00-Default.conf index 39fc496c..640a8d68 100644 --- a/config/kitty/kitty-themes/00-Default.conf +++ b/config/kitty/kitty-themes/00-Default.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # This is just created to remove all the themes include ./01-Wallust.conf diff --git a/config/kitty/kitty-themes/01-Wallust.conf b/config/kitty/kitty-themes/01-Wallust.conf index 0d0a46ad..f5fc8f0a 100644 --- a/config/kitty/kitty-themes/01-Wallust.conf +++ b/config/kitty/kitty-themes/01-Wallust.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # /* wallust template - colors-kitty */ foreground #FDF9FE diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index f110cf53..4757ed7e 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # you can choose themes from $HOME/.config/kitty/kitty-themes/ include ./kitty-themes/00-Default.conf diff --git a/config/rofi/0-shared-fonts.rasi b/config/rofi/0-shared-fonts.rasi index 2c3997b0..4c300e0e 100644 --- a/config/rofi/0-shared-fonts.rasi +++ b/config/rofi/0-shared-fonts.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Ja KooLit - Global rofi fonts */ /* This is where you can change fonts and sizes */ diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi index e1994b6a..c12feab5 100644 --- a/config/rofi/config-Animations.rasi +++ b/config/rofi/config-Animations.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Animations Menu */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-Monitors.rasi b/config/rofi/config-Monitors.rasi index 453d7110..3c71f088 100644 --- a/config/rofi/config-Monitors.rasi +++ b/config/rofi/config-Monitors.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Monitor Profiles Menu */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 75912f04..937d4ca3 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config Calculator */ /* Submitted by: https://github.com/JosephArmas */ diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 1109c3c0..c70414de 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Clipboard Config - Clipboard */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi index 915f1580..cb63e374 100644 --- a/config/rofi/config-edit.rasi +++ b/config/rofi/config-edit.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Edit Rofi Config */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 80aa5076..fa99bfcf 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config - emoji */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi index 03c0c8c1..e72517de 100644 --- a/config/rofi/config-keybinds.rasi +++ b/config/rofi/config-keybinds.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config - For Keybinds generation */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-kitty-theme.rasi b/config/rofi/config-kitty-theme.rasi index f62fea12..ffedba56 100644 --- a/config/rofi/config-kitty-theme.rasi +++ b/config/rofi/config-kitty-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oh My ZSH Theme */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index 47e14b0d..270448a3 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main config Rofi Beats Config menu */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index f2fb7838..4c3d7b96 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rofi Beats Config */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi index 0d77f857..b21fd382 100644 --- a/config/rofi/config-rofi-theme.rasi +++ b/config/rofi/config-rofi-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config Rofi Theme */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index d0d8357e..005b80cf 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rofi Config for Google Search) */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index 1a61e29d..b72edf34 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallpaper Effects */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 3cd320aa..b1ec4fa6 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (wallpaper) */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 2b01b157..8d5ec536 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (Waybar Layout) */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index ce6a76a9..fbb17a40 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (waybar style) */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 75c44767..e846042c 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oh My ZSH Theme */ @import "~/.config/rofi/config.rasi" diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index d05ae9c7..e81dd459 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Ja KooLit - Default * All main themes or configs are located in ~/.config/rofi/themes/ diff --git a/config/rofi/themes/KooL_LonerOrZ.rasi b/config/rofi/themes/KooL_LonerOrZ.rasi index 0c8ce899..6bc3af3a 100644 --- a/config/rofi/themes/KooL_LonerOrZ.rasi +++ b/config/rofi/themes/KooL_LonerOrZ.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Style LonerOrZ */ /* Submitted by https://github.com/lonerOrz */ /* Edited by Ja */ diff --git a/config/rofi/themes/KooL_style-1.rasi b/config/rofi/themes/KooL_style-1.rasi index 0e2eb709..6a3d8f08 100644 --- a/config/rofi/themes/KooL_style-1.rasi +++ b/config/rofi/themes/KooL_style-1.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 1 */ /* ---- Configuration ---- */ diff --git a/config/rofi/themes/KooL_style-10-Fancy-v2.rasi b/config/rofi/themes/KooL_style-10-Fancy-v2.rasi index 654428b4..fab7e41d 100644 --- a/config/rofi/themes/KooL_style-10-Fancy-v2.rasi +++ b/config/rofi/themes/KooL_style-10-Fancy-v2.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 10 - Fancy v2 */ /* Credit to DaveDavenport & Rasmus Steinke */ diff --git a/config/rofi/themes/KooL_style-10-Fancy.rasi b/config/rofi/themes/KooL_style-10-Fancy.rasi index 195cd707..7be99341 100644 --- a/config/rofi/themes/KooL_style-10-Fancy.rasi +++ b/config/rofi/themes/KooL_style-10-Fancy.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 10 - Fancy */ /* Credit to DaveDavenport. I have only some few things changed */ diff --git a/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi b/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi index c7843812..8c73d7fe 100644 --- a/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi +++ b/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 11 - Windows 11 List Dark */ /* source: https://github.com/newmanls */ diff --git a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi index b640dda2..7a9164f0 100644 --- a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi +++ b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 11 - Windows 11 List Light */ /* source: https://github.com/newmanls */ diff --git a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi index fe80019c..072bf0a1 100644 --- a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi +++ b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 12 - TOP - Docu */ /* Credit to DaveDavenport. I have only some few things changed */ diff --git a/config/rofi/themes/KooL_style-13-Vertical.rasi b/config/rofi/themes/KooL_style-13-Vertical.rasi index 850b564c..218251a4 100644 --- a/config/rofi/themes/KooL_style-13-Vertical.rasi +++ b/config/rofi/themes/KooL_style-13-Vertical.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL_Style 13 (thin) */ /* ---- Configuration ---- */ diff --git a/config/rofi/themes/KooL_style-14.rasi b/config/rofi/themes/KooL_style-14.rasi index fddf18bd..408de5b2 100644 --- a/config/rofi/themes/KooL_style-14.rasi +++ b/config/rofi/themes/KooL_style-14.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 14 */ /* original design from: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-15-solarized.rasi b/config/rofi/themes/KooL_style-15-solarized.rasi index 00a53857..cb1a33a0 100644 --- a/config/rofi/themes/KooL_style-15-solarized.rasi +++ b/config/rofi/themes/KooL_style-15-solarized.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 15 */ /* original design: https://github.com/arkboix/dotfiles */ diff --git a/config/rofi/themes/KooL_style-2-Dark.rasi b/config/rofi/themes/KooL_style-2-Dark.rasi index 3ae384f9..a6637469 100644 --- a/config/rofi/themes/KooL_style-2-Dark.rasi +++ b/config/rofi/themes/KooL_style-2-Dark.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 2 Dark */ /* Source: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-2-Light.rasi b/config/rofi/themes/KooL_style-2-Light.rasi index 84700655..f2fcce5c 100644 --- a/config/rofi/themes/KooL_style-2-Light.rasi +++ b/config/rofi/themes/KooL_style-2-Light.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 2 Light */ /* credit: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi index 542f3a1f..ab3107f1 100644 --- a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi +++ b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 3 - Full screen v1 */ /* ---- Configuration ---- */ diff --git a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi index 37e515a9..7d228571 100644 --- a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 3 - Full screen v2 */ /* credit: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index b1859c37..bc7026c2 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 4 */ /* credit: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-5.rasi b/config/rofi/themes/KooL_style-5.rasi index 72ec7675..8370158c 100644 --- a/config/rofi/themes/KooL_style-5.rasi +++ b/config/rofi/themes/KooL_style-5.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 5 */ /* ---- Configuration ---- */ diff --git a/config/rofi/themes/KooL_style-6.rasi b/config/rofi/themes/KooL_style-6.rasi index a25eaa19..1172fb92 100644 --- a/config/rofi/themes/KooL_style-6.rasi +++ b/config/rofi/themes/KooL_style-6.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 6 */ /* ---- Configuration ---- */ diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index bea2ba47..5f45e3d9 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 7 */ /* original design from: https://github.com/adi1090x/rofi */ diff --git a/config/rofi/themes/KooL_style-8.rasi b/config/rofi/themes/KooL_style-8.rasi index a3dea01a..b369ea96 100644 --- a/config/rofi/themes/KooL_style-8.rasi +++ b/config/rofi/themes/KooL_style-8.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 8 */ diff --git a/config/rofi/themes/KooL_style-9.rasi b/config/rofi/themes/KooL_style-9.rasi index dc50f941..7ee9685e 100644 --- a/config/rofi/themes/KooL_style-9.rasi +++ b/config/rofi/themes/KooL_style-9.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 9 */ /* Modified version of Rofi Config which was submitted by https://github.com/lonerOrz via Discord */ diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index 7fb97349..a6b6fabc 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,4 +1,4 @@ - /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-rofi */ * { diff --git a/config/swaync/style.css b/config/swaync/style.css index 3fff57ae..08a0f05f 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* swaync colors - wallust from waybar.css */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/wallust/templates/colors-cava b/config/wallust/templates/colors-cava index 05e55918..3860904f 100644 --- a/config/wallust/templates/colors-cava +++ b/config/wallust/templates/colors-cava @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # /* wallust template - colors-cava */ ## Configuration file for CAVA. diff --git a/config/wallust/templates/colors-ghostty.conf b/config/wallust/templates/colors-ghostty.conf index abbae8f9..c1817cc4 100644 --- a/config/wallust/templates/colors-ghostty.conf +++ b/config/wallust/templates/colors-ghostty.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # wallust template - colors for Ghostty # This file is included by ~/.config/ghostty/ghostty.config when present. diff --git a/config/wallust/templates/colors-hyprland.conf b/config/wallust/templates/colors-hyprland.conf index 12188328..37c9f16f 100644 --- a/config/wallust/templates/colors-hyprland.conf +++ b/config/wallust/templates/colors-hyprland.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # /* wallust template - colors-hyprland */ $background = rgb({{background | strip}}) diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index 8f0618c2..1ea291be 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # /* wallust template - colors-kitty */ foreground {{foreground}} diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index b839d827..a5555df6 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -1,4 +1,4 @@ - /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-rofi */ * { diff --git a/config/wallust/templates/colors-swaync.css b/config/wallust/templates/colors-swaync.css index cab0dffb..240ccde5 100644 --- a/config/wallust/templates/colors-swaync.css +++ b/config/wallust/templates/colors-swaync.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-swaync */ @define-color text {{foreground}}; diff --git a/config/wallust/templates/colors-waybar.css b/config/wallust/templates/colors-waybar.css index 8f7efa96..7dd191aa 100644 --- a/config/wallust/templates/colors-waybar.css +++ b/config/wallust/templates/colors-waybar.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-waybar */ @define-color foreground {{color12}}; diff --git a/config/wallust/wallust-kitty.toml b/config/wallust/wallust-kitty.toml index 69fe67f0..05ef2b55 100644 --- a/config/wallust/wallust-kitty.toml +++ b/config/wallust/wallust-kitty.toml @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # wallust configuration - kitty only backend = "fastresize" diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 65077208..b74794d9 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # wallust configuration - for wallust version 3.0 # How the image is parse, in order to get the colors: diff --git a/config/waybar/Modules b/config/waybar/Modules index c6dc3786..3b9e9ab3 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Modules */ /* NOTE: hyprland-workspaces, Custom Modules, Custom Vertical & Groups on a separate files */ diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index ed30c4c3..8887fa1c 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Modules - Custom Modules */ /* Basically created to reduce the lines in Waybar Modules bank */ /* NOTE: This is only for Custom Modules */ diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups index 30e47f16..d66da09d 100644 --- a/config/waybar/ModulesGroups +++ b/config/waybar/ModulesGroups @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Modules - Groups Modules */ /* Basically created to reduce the lines in Waybar Modules bank */ /* NOTE: This is only for Groups */ diff --git a/config/waybar/ModulesVertical b/config/waybar/ModulesVertical index 7128471b..4f422632 100644 --- a/config/waybar/ModulesVertical +++ b/config/waybar/ModulesVertical @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Modules for vertical modules or vertical layout */ /* NOTE: hyprland-workspaces, Custom Modules & Groups on a separate files */ diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 5bdccb91..683fcfb5 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Workspaces modules */ /* Generally, this is a potential expanding of choices for hyprland/workspace */ diff --git a/config/waybar/UserModules b/config/waybar/UserModules index abbc8a61..0f2ed43c 100644 --- a/config/waybar/UserModules +++ b/config/waybar/UserModules @@ -1,4 +1,4 @@ -//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +//* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- *// /* Waybar Modules Extras */ /* This is where you can add Extra Modules you wish. copy.sh will try to restore*/ diff --git a/config/waybar/configs/BOT-&-Left-SouthWest b/config/waybar/configs/BOT-&-Left-SouthWest index 848eccce..5eb6329d 100644 --- a/config/waybar/configs/BOT-&-Left-SouthWest +++ b/config/waybar/configs/BOT-&-Left-SouthWest @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### BOTTOM and LEFT PANEL diff --git a/config/waybar/configs/BOT-&-Right-SouthEast b/config/waybar/configs/BOT-&-Right-SouthEast index 06da035d..d3de215a 100644 --- a/config/waybar/configs/BOT-&-Right-SouthEast +++ b/config/waybar/configs/BOT-&-Right-SouthEast @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### BOTTOM and RIGHT PANEL diff --git a/config/waybar/configs/BOT-Camellia b/config/waybar/configs/BOT-Camellia index f0a52329..5e09e64c 100644 --- a/config/waybar/configs/BOT-Camellia +++ b/config/waybar/configs/BOT-Camellia @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............CAMELLIA.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/BOT-Chrysanthemum b/config/waybar/configs/BOT-Chrysanthemum index 3bc401c9..366d0312 100644 --- a/config/waybar/configs/BOT-Chrysanthemum +++ b/config/waybar/configs/BOT-Chrysanthemum @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............CHRYSANTHEMUM.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/BOT-Default b/config/waybar/configs/BOT-Default index f88fd86e..3e8bfe46 100644 --- a/config/waybar/configs/BOT-Default +++ b/config/waybar/configs/BOT-Default @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Bottom ### // { diff --git a/config/waybar/configs/BOT-Default-Laptop b/config/waybar/configs/BOT-Default-Laptop index d3e7452a..df0c9fc4 100644 --- a/config/waybar/configs/BOT-Default-Laptop +++ b/config/waybar/configs/BOT-Default-Laptop @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Laptop - Bottom ### // { diff --git a/config/waybar/configs/BOT-Gardenia b/config/waybar/configs/BOT-Gardenia index 42355cac..09c7537e 100644 --- a/config/waybar/configs/BOT-Gardenia +++ b/config/waybar/configs/BOT-Gardenia @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............GARDENIA.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/BOT-Peony b/config/waybar/configs/BOT-Peony index 711abecf..8a11dc8e 100644 --- a/config/waybar/configs/BOT-Peony +++ b/config/waybar/configs/BOT-Peony @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* ................PEONY.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/BOT-Simple b/config/waybar/configs/BOT-Simple index cba45a1a..05941ed5 100644 --- a/config/waybar/configs/BOT-Simple +++ b/config/waybar/configs/BOT-Simple @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### TOP Simple ## // { diff --git a/config/waybar/configs/BOT-Sleek b/config/waybar/configs/BOT-Sleek index 0dda9b35..2220db6c 100644 --- a/config/waybar/configs/BOT-Sleek +++ b/config/waybar/configs/BOT-Sleek @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // Sleek diff --git a/config/waybar/configs/LEFT-WestWing b/config/waybar/configs/LEFT-WestWing index 28e5dbec..2195750f 100644 --- a/config/waybar/configs/LEFT-WestWing +++ b/config/waybar/configs/LEFT-WestWing @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### LEFT PANEL ### // diff --git a/config/waybar/configs/LEFT-WestWing-v2 b/config/waybar/configs/LEFT-WestWing-v2 index 906f83d6..e472e9f6 100644 --- a/config/waybar/configs/LEFT-WestWing-v2 +++ b/config/waybar/configs/LEFT-WestWing-v2 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### LEFT PANEL v2 ### // diff --git a/config/waybar/configs/RIGHT-EastWing b/config/waybar/configs/RIGHT-EastWing index a5ce6756..8b964f03 100644 --- a/config/waybar/configs/RIGHT-EastWing +++ b/config/waybar/configs/RIGHT-EastWing @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### RIGHT PANEL ### // diff --git a/config/waybar/configs/RIGHT-EastWing-v2 b/config/waybar/configs/RIGHT-EastWing-v2 index 28dd1e43..628f912f 100644 --- a/config/waybar/configs/RIGHT-EastWing-v2 +++ b/config/waybar/configs/RIGHT-EastWing-v2 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### RIGHTPANEL v2 ### // diff --git a/config/waybar/configs/TOP-&-BOT-SummitSplit b/config/waybar/configs/TOP-&-BOT-SummitSplit index 7edbe898..7ed65f97 100644 --- a/config/waybar/configs/TOP-&-BOT-SummitSplit +++ b/config/waybar/configs/TOP-&-BOT-SummitSplit @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DUAL TOP and BOTTOM ### // diff --git a/config/waybar/configs/TOP-&-BOT-SummitSplit-glass b/config/waybar/configs/TOP-&-BOT-SummitSplit-glass index 2ffe0301..0cef4521 100644 --- a/config/waybar/configs/TOP-&-BOT-SummitSplit-glass +++ b/config/waybar/configs/TOP-&-BOT-SummitSplit-glass @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DUAL TOP and BOTTOM ### // diff --git a/config/waybar/configs/TOP-&-BOT-SummitSplit-v2 b/config/waybar/configs/TOP-&-BOT-SummitSplit-v2 index 4d576aef..ec5ce391 100644 --- a/config/waybar/configs/TOP-&-BOT-SummitSplit-v2 +++ b/config/waybar/configs/TOP-&-BOT-SummitSplit-v2 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* ### DUAL TOP and BOTTOM v 2### */ diff --git a/config/waybar/configs/TOP-&-Left-NorthWest b/config/waybar/configs/TOP-&-Left-NorthWest index 09071dc6..99282e23 100644 --- a/config/waybar/configs/TOP-&-Left-NorthWest +++ b/config/waybar/configs/TOP-&-Left-NorthWest @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### TOP and LEFT PANEL ## // diff --git a/config/waybar/configs/TOP-&-Right-NorthEast b/config/waybar/configs/TOP-&-Right-NorthEast index 58909ba8..deba8fb0 100644 --- a/config/waybar/configs/TOP-&-Right-NorthEast +++ b/config/waybar/configs/TOP-&-Right-NorthEast @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### TOP and Right PANEL ## // diff --git a/config/waybar/configs/TOP-0-Ja-0 b/config/waybar/configs/TOP-0-Ja-0 index 6e7fc9aa..e54d32f8 100644 --- a/config/waybar/configs/TOP-0-Ja-0 +++ b/config/waybar/configs/TOP-0-Ja-0 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* My Mostly Used waybar config incase you wonder :) */ { diff --git a/config/waybar/configs/TOP-Arrow b/config/waybar/configs/TOP-Arrow index 7fc55f60..14089a41 100644 --- a/config/waybar/configs/TOP-Arrow +++ b/config/waybar/configs/TOP-Arrow @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .....[TOP] Arrow Best to combine with [Extra] Arrow Style ......... */ /* --- 👍 taken from https://github.com/mxkrsv 👍 --- */ diff --git a/config/waybar/configs/TOP-Camellia b/config/waybar/configs/TOP-Camellia index efaf6e20..d6723438 100644 --- a/config/waybar/configs/TOP-Camellia +++ b/config/waybar/configs/TOP-Camellia @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............CAMELLIA.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/TOP-Chrysanthemum b/config/waybar/configs/TOP-Chrysanthemum index d12f73e3..2028b179 100644 --- a/config/waybar/configs/TOP-Chrysanthemum +++ b/config/waybar/configs/TOP-Chrysanthemum @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............CHRYSANTHEMUM.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/TOP-Default b/config/waybar/configs/TOP-Default index 1f3c9613..03dba497 100644 --- a/config/waybar/configs/TOP-Default +++ b/config/waybar/configs/TOP-Default @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Top ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop b/config/waybar/configs/TOP-Default-Laptop index 9453a978..0d17d832 100644 --- a/config/waybar/configs/TOP-Default-Laptop +++ b/config/waybar/configs/TOP-Default-Laptop @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Laptop - Top ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-glass b/config/waybar/configs/TOP-Default-Laptop-glass index 65e4ceb7..1e94d40a 100644 --- a/config/waybar/configs/TOP-Default-Laptop-glass +++ b/config/waybar/configs/TOP-Default-Laptop-glass @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Laptop - Top ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-old-v1 b/config/waybar/configs/TOP-Default-Laptop-old-v1 index db46425c..76dcd85e 100644 --- a/config/waybar/configs/TOP-Default-Laptop-old-v1 +++ b/config/waybar/configs/TOP-Default-Laptop-old-v1 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Top -Laptop (old v1) ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-old-v2 b/config/waybar/configs/TOP-Default-Laptop-old-v2 index 15d16ce0..5aea9d9b 100644 --- a/config/waybar/configs/TOP-Default-Laptop-old-v2 +++ b/config/waybar/configs/TOP-Default-Laptop-old-v2 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT (Laptop) - Top (old v2) ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-old-v3 b/config/waybar/configs/TOP-Default-Laptop-old-v3 index 1eaf32e1..762eddb1 100644 --- a/config/waybar/configs/TOP-Default-Laptop-old-v3 +++ b/config/waybar/configs/TOP-Default-Laptop-old-v3 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT (Laptop) - Top (old v3) ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-old-v4 b/config/waybar/configs/TOP-Default-Laptop-old-v4 index 79a0c36a..b20c284d 100644 --- a/config/waybar/configs/TOP-Default-Laptop-old-v4 +++ b/config/waybar/configs/TOP-Default-Laptop-old-v4 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT (Laptop) - Top (old v4) ### // { diff --git a/config/waybar/configs/TOP-Default-Laptop-old-v5 b/config/waybar/configs/TOP-Default-Laptop-old-v5 index 0e49f0c2..af827aa3 100644 --- a/config/waybar/configs/TOP-Default-Laptop-old-v5 +++ b/config/waybar/configs/TOP-Default-Laptop-old-v5 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Laptop - Top ### // { diff --git a/config/waybar/configs/TOP-Default-old-v1 b/config/waybar/configs/TOP-Default-old-v1 index 62e02422..83e3726c 100644 --- a/config/waybar/configs/TOP-Default-old-v1 +++ b/config/waybar/configs/TOP-Default-old-v1 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Top (old v1) ### // { diff --git a/config/waybar/configs/TOP-Default-old-v2 b/config/waybar/configs/TOP-Default-old-v2 index 61621fb7..ef28bf86 100644 --- a/config/waybar/configs/TOP-Default-old-v2 +++ b/config/waybar/configs/TOP-Default-old-v2 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Top (old v2) ### // { diff --git a/config/waybar/configs/TOP-Default-old-v3 b/config/waybar/configs/TOP-Default-old-v3 index b89e3117..273ddbd9 100644 --- a/config/waybar/configs/TOP-Default-old-v3 +++ b/config/waybar/configs/TOP-Default-old-v3 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Top (old v3) ### // { diff --git a/config/waybar/configs/TOP-Default-old-v4 b/config/waybar/configs/TOP-Default-old-v4 index 18abc6ad..dd5a9033 100644 --- a/config/waybar/configs/TOP-Default-old-v4 +++ b/config/waybar/configs/TOP-Default-old-v4 @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT - Top (old v4) ### // { diff --git a/config/waybar/configs/TOP-Everforest b/config/waybar/configs/TOP-Everforest index db49b7ed..26bec9d8 100644 --- a/config/waybar/configs/TOP-Everforest +++ b/config/waybar/configs/TOP-Everforest @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* -- designed by https://github.com/DevNChill */ // ### Everforest ### // diff --git a/config/waybar/configs/TOP-Everforest-glass b/config/waybar/configs/TOP-Everforest-glass index 8032f216..65e7542a 100644 --- a/config/waybar/configs/TOP-Everforest-glass +++ b/config/waybar/configs/TOP-Everforest-glass @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* -- designed by https://github.com/DevNChill */ // ### Everforest ### // diff --git a/config/waybar/configs/TOP-Gardenia b/config/waybar/configs/TOP-Gardenia index 073ff46e..1357da5f 100644 --- a/config/waybar/configs/TOP-Gardenia +++ b/config/waybar/configs/TOP-Gardenia @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* .............GARDENIA.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/TOP-Minimal-Long b/config/waybar/configs/TOP-Minimal-Long index a5be4bd7..a40aa673 100644 --- a/config/waybar/configs/TOP-Minimal-Long +++ b/config/waybar/configs/TOP-Minimal-Long @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### Minimal - Long ### // diff --git a/config/waybar/configs/TOP-Minimal-Short b/config/waybar/configs/TOP-Minimal-Short index 3871591e..5f0af150 100644 --- a/config/waybar/configs/TOP-Minimal-Short +++ b/config/waybar/configs/TOP-Minimal-Short @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### Minimal -SHORT ### // diff --git a/config/waybar/configs/TOP-Peony b/config/waybar/configs/TOP-Peony index a1ef02e8..7f666c2f 100644 --- a/config/waybar/configs/TOP-Peony +++ b/config/waybar/configs/TOP-Peony @@ -1,4 +1,4 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ //* ............................................*/ //* ................PEONY.......................*/ //* ............................................*/ diff --git a/config/waybar/configs/TOP-Simple b/config/waybar/configs/TOP-Simple index dd080560..acfa8a43 100644 --- a/config/waybar/configs/TOP-Simple +++ b/config/waybar/configs/TOP-Simple @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### TOP Simple ## // { diff --git a/config/waybar/configs/TOP-Simpliest b/config/waybar/configs/TOP-Simpliest index c32a27a9..15c40918 100644 --- a/config/waybar/configs/TOP-Simpliest +++ b/config/waybar/configs/TOP-Simpliest @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### TOP Simpliests ## // { diff --git a/config/waybar/configs/TOP-Sleek b/config/waybar/configs/TOP-Sleek index f591f472..cd50039c 100644 --- a/config/waybar/configs/TOP-Sleek +++ b/config/waybar/configs/TOP-Sleek @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // Sleek { diff --git a/config/waybar/configs/TOP-ddubs-simple-bar b/config/waybar/configs/TOP-ddubs-simple-bar index 90b64980..1b459c19 100644 --- a/config/waybar/configs/TOP-ddubs-simple-bar +++ b/config/waybar/configs/TOP-ddubs-simple-bar @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ // ### DEFAULT Laptop - Top ### // { diff --git a/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css b/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css index b6583d86..66663a76 100644 --- a/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css +++ b/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Vertical Catpuccin Mocha */ /* As stated on title, best style for vertical layout waybar config */ diff --git a/config/waybar/style/0-VERTICAL-Golden-Noir.css b/config/waybar/style/0-VERTICAL-Golden-Noir.css index 80b3e3ed..1fa6babb 100644 --- a/config/waybar/style/0-VERTICAL-Golden-Noir.css +++ b/config/waybar/style/0-VERTICAL-Golden-Noir.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ...............Golden Noir................ */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/0-VERTICAL-Oglo-Chicklets.css b/config/waybar/style/0-VERTICAL-Oglo-Chicklets.css index b43a6571..39a2cb47 100644 --- a/config/waybar/style/0-VERTICAL-Oglo-Chicklets.css +++ b/config/waybar/style/0-VERTICAL-Oglo-Chicklets.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oglo Chicklets */ * { diff --git a/config/waybar/style/Black-&-White-Monochrome.css b/config/waybar/style/Black-&-White-Monochrome.css index f897c555..0873374c 100644 --- a/config/waybar/style/Black-&-White-Monochrome.css +++ b/config/waybar/style/Black-&-White-Monochrome.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Black & White MonoChrome */ * { diff --git a/config/waybar/style/Catppuccin-Frappe.css b/config/waybar/style/Catppuccin-Frappe.css index 7c3c557f..cac79f2f 100644 --- a/config/waybar/style/Catppuccin-Frappe.css +++ b/config/waybar/style/Catppuccin-Frappe.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Frappe */ * { diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index 6984df38..3f20b20a 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Latte */ * { diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index 35a4aba7..e8d3d7d0 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Mocha */ * { diff --git a/config/waybar/style/Colored-Chroma-Glow.css b/config/waybar/style/Colored-Chroma-Glow.css index 6ec9602d..498b5d11 100644 --- a/config/waybar/style/Colored-Chroma-Glow.css +++ b/config/waybar/style/Colored-Chroma-Glow.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Chroma Glow */ * { diff --git a/config/waybar/style/Colored-Translucent.css b/config/waybar/style/Colored-Translucent.css index f16fdc78..595effc4 100644 --- a/config/waybar/style/Colored-Translucent.css +++ b/config/waybar/style/Colored-Translucent.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Translucent */ @define-color critical #ff0000; /* critical color */ diff --git a/config/waybar/style/Colorful-Aurora-Blossom.css b/config/waybar/style/Colorful-Aurora-Blossom.css index 9eda0868..1be4d655 100644 --- a/config/waybar/style/Colorful-Aurora-Blossom.css +++ b/config/waybar/style/Colorful-Aurora-Blossom.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Aurora Blossom */ * { diff --git a/config/waybar/style/Colorful-Aurora.css b/config/waybar/style/Colorful-Aurora.css index d4232f22..93da00b8 100644 --- a/config/waybar/style/Colorful-Aurora.css +++ b/config/waybar/style/Colorful-Aurora.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Aurora */ * { diff --git a/config/waybar/style/Colorful-Oglo-Chicklets.css b/config/waybar/style/Colorful-Oglo-Chicklets.css index 61b99f40..b0b1cf95 100644 --- a/config/waybar/style/Colorful-Oglo-Chicklets.css +++ b/config/waybar/style/Colorful-Oglo-Chicklets.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oglo Chicklets */ * { diff --git a/config/waybar/style/Colorful-Rainbow-Spectrum.css b/config/waybar/style/Colorful-Rainbow-Spectrum.css index 24320ae6..98b00dd4 100644 --- a/config/waybar/style/Colorful-Rainbow-Spectrum.css +++ b/config/waybar/style/Colorful-Rainbow-Spectrum.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rainbow Spectrum */ * { diff --git a/config/waybar/style/Colorful-stolen-style.css b/config/waybar/style/Colorful-stolen-style.css index cc1f12fa..b2d03e06 100644 --- a/config/waybar/style/Colorful-stolen-style.css +++ b/config/waybar/style/Colorful-stolen-style.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ....[Colorful] Stolen ......... */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Dark-Golden-Eclipse.css b/config/waybar/style/Dark-Golden-Eclipse.css index a12135ba..107dc725 100644 --- a/config/waybar/style/Dark-Golden-Eclipse.css +++ b/config/waybar/style/Dark-Golden-Eclipse.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Golden Eclipse */ * { diff --git a/config/waybar/style/Dark-Golden-Noir.css b/config/waybar/style/Dark-Golden-Noir.css index 32b03390..357d80a5 100644 --- a/config/waybar/style/Dark-Golden-Noir.css +++ b/config/waybar/style/Dark-Golden-Noir.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ...............Golden Noir................ */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/Dark-Half-Moon.css b/config/waybar/style/Dark-Half-Moon.css index fbcb8278..30de6a86 100644 --- a/config/waybar/style/Dark-Half-Moon.css +++ b/config/waybar/style/Dark-Half-Moon.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ..........Half Moon.................. */ /* NOTE: This is only for some waybar configs */ /* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */ diff --git a/config/waybar/style/Dark-Latte-Wallust-combined-v2.css b/config/waybar/style/Dark-Latte-Wallust-combined-v2.css index fecde9d8..e707c26b 100644 --- a/config/waybar/style/Dark-Latte-Wallust-combined-v2.css +++ b/config/waybar/style/Dark-Latte-Wallust-combined-v2.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Latte - Wallust - v2 */ @define-color white #F2F2F2; diff --git a/config/waybar/style/Dark-Latte-Wallust-combined.css b/config/waybar/style/Dark-Latte-Wallust-combined.css index d410b79f..bbe23b8b 100644 --- a/config/waybar/style/Dark-Latte-Wallust-combined.css +++ b/config/waybar/style/Dark-Latte-Wallust-combined.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Latte - Wallust */ /* Original Design by DC user mannatsingh */ diff --git a/config/waybar/style/Dark-Purpl.css b/config/waybar/style/Dark-Purpl.css index 5a73a394..9cb25cdf 100644 --- a/config/waybar/style/Dark-Purpl.css +++ b/config/waybar/style/Dark-Purpl.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .............Purpl..................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/Dark-Wallust-Obsidian-Edge.css b/config/waybar/style/Dark-Wallust-Obsidian-Edge.css index adc0543d..264fc183 100644 --- a/config/waybar/style/Dark-Wallust-Obsidian-Edge.css +++ b/config/waybar/style/Dark-Wallust-Obsidian-Edge.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Dark - Obsidian Edge */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Extra-Arrow.css b/config/waybar/style/Extra-Arrow.css index 623de072..e70be55c 100644 --- a/config/waybar/style/Extra-Arrow.css +++ b/config/waybar/style/Extra-Arrow.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .....[Extra] Arrow Best to combine with [TOP] Arrow.... */ /* --- 👍 taken from https://github.com/mxkrsv 👍 --- */ diff --git a/config/waybar/style/Extra-Crimson.css b/config/waybar/style/Extra-Crimson.css index f2e5fb03..309808c5 100644 --- a/config/waybar/style/Extra-Crimson.css +++ b/config/waybar/style/Extra-Crimson.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ..........Crimson.................. */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/Extra-EverForest.css b/config/waybar/style/Extra-EverForest.css index 2bbaa4a2..ce0b4c7b 100644 --- a/config/waybar/style/Extra-EverForest.css +++ b/config/waybar/style/Extra-EverForest.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* --- Designed by https://github.com/DevNChill --- */ /* Extra - EverForest*/ diff --git a/config/waybar/style/Extra-ML4W-starter.css b/config/waybar/style/Extra-ML4W-starter.css index 68303d9d..caaeea8d 100644 --- a/config/waybar/style/Extra-ML4W-starter.css +++ b/config/waybar/style/Extra-ML4W-starter.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* ML4W - Waybar Style */ /* Original design from ML4W - Hyprland Starter Waybar */ diff --git a/config/waybar/style/Extra-Mauve.css b/config/waybar/style/Extra-Mauve.css index 707b8613..7f260dd7 100644 --- a/config/waybar/style/Extra-Mauve.css +++ b/config/waybar/style/Extra-Mauve.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .......Mauve....................... */ /* --- 👍 designed by https://github.com/CelestiaKai 👍 --- */ diff --git a/config/waybar/style/Extra-Modern-Combined-Transparent.css b/config/waybar/style/Extra-Modern-Combined-Transparent.css index 6da2f9d4..b5a6f3bd 100644 --- a/config/waybar/style/Extra-Modern-Combined-Transparent.css +++ b/config/waybar/style/Extra-Modern-Combined-Transparent.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Extra - Combined Modern - transparent */ /* NOTE: This style is NOT vertical layout friendly! */ diff --git a/config/waybar/style/Extra-Modern-Combined.css b/config/waybar/style/Extra-Modern-Combined.css index d9fa9325..42f493ae 100644 --- a/config/waybar/style/Extra-Modern-Combined.css +++ b/config/waybar/style/Extra-Modern-Combined.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Extra - Combined Modern */ /* NOTE: This style is NOT vertical layout friendly! */ diff --git a/config/waybar/style/Extra-Neon-Circuit.css b/config/waybar/style/Extra-Neon-Circuit.css index 8991e6d1..0518bf27 100644 --- a/config/waybar/style/Extra-Neon-Circuit.css +++ b/config/waybar/style/Extra-Neon-Circuit.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* --- Extra - Neon Circuit - waybar style ---*/ @define-color bar-bg rgba(0, 0, 0, 0); diff --git a/config/waybar/style/Extra-Prismatic-Glow.css b/config/waybar/style/Extra-Prismatic-Glow.css index 6e26037b..e7aaa398 100644 --- a/config/waybar/style/Extra-Prismatic-Glow.css +++ b/config/waybar/style/Extra-Prismatic-Glow.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .............Prismatic Glow............ */ * { diff --git a/config/waybar/style/Extra-Rose-Pine.css b/config/waybar/style/Extra-Rose-Pine.css index fdbd4fed..c9d16106 100644 --- a/config/waybar/style/Extra-Rose-Pine.css +++ b/config/waybar/style/Extra-Rose-Pine.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rose Pine */ diff --git a/config/waybar/style/Extra-Simple-Pink.css b/config/waybar/style/Extra-Simple-Pink.css index e21e0adf..19d47542 100644 --- a/config/waybar/style/Extra-Simple-Pink.css +++ b/config/waybar/style/Extra-Simple-Pink.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .......Simple Pink....................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/Light-Monochrome-Contrast.css b/config/waybar/style/Light-Monochrome-Contrast.css index 30e81a83..4251e754 100644 --- a/config/waybar/style/Light-Monochrome-Contrast.css +++ b/config/waybar/style/Light-Monochrome-Contrast.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Light - MonoChrome Contrast */ * { diff --git a/config/waybar/style/Light-Obsidian-Glow.css b/config/waybar/style/Light-Obsidian-Glow.css index 74ccb12a..4d5db584 100644 --- a/config/waybar/style/Light-Obsidian-Glow.css +++ b/config/waybar/style/Light-Obsidian-Glow.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Light - Obsidian Glow */ * { diff --git a/config/waybar/style/Rainbow-RGB-Bordered.css b/config/waybar/style/Rainbow-RGB-Bordered.css index fcf16129..f2276cdc 100644 --- a/config/waybar/style/Rainbow-RGB-Bordered.css +++ b/config/waybar/style/Rainbow-RGB-Bordered.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Catppuccin Mocha - Rainbow Bordered */ /* Designed by https://github.com/0xl30 */ diff --git a/config/waybar/style/Retro-Simple-Style.css b/config/waybar/style/Retro-Simple-Style.css index ceb4110d..d7e4665c 100644 --- a/config/waybar/style/Retro-Simple-Style.css +++ b/config/waybar/style/Retro-Simple-Style.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Simple Style */ @define-color background #1d2021; diff --git a/config/waybar/style/Transparent-Crystal-Clear.css b/config/waybar/style/Transparent-Crystal-Clear.css index 743051a9..72b6aeb1 100644 --- a/config/waybar/style/Transparent-Crystal-Clear.css +++ b/config/waybar/style/Transparent-Crystal-Clear.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* .......Crystal Clear....................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/style/VERTICAL-Catpuccin-Mocha.css b/config/waybar/style/VERTICAL-Catpuccin-Mocha.css index b6d3d098..41d77e73 100644 --- a/config/waybar/style/VERTICAL-Catpuccin-Mocha.css +++ b/config/waybar/style/VERTICAL-Catpuccin-Mocha.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Vertical Catpuccin Mocha */ /* As stated on title, best style for vertical layout waybar config */ diff --git a/config/waybar/style/Wallust-Bordered-Chroma-Fusion-Edge.css b/config/waybar/style/Wallust-Bordered-Chroma-Fusion-Edge.css index bb5bf01f..e593b9fd 100644 --- a/config/waybar/style/Wallust-Bordered-Chroma-Fusion-Edge.css +++ b/config/waybar/style/Wallust-Bordered-Chroma-Fusion-Edge.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ....Chroma Fusion Edge .... */ /* Wallust & Catppuccin - Bordered */ diff --git a/config/waybar/style/Wallust-Bordered-Chroma-Simple.css b/config/waybar/style/Wallust-Bordered-Chroma-Simple.css index 2a1ede12..3e277f6c 100644 --- a/config/waybar/style/Wallust-Bordered-Chroma-Simple.css +++ b/config/waybar/style/Wallust-Bordered-Chroma-Simple.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* Wallust Bordered - Chroma Simple */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-Box-type.css b/config/waybar/style/Wallust-Box-type.css index 9089b9d5..6bd2a5de 100644 --- a/config/waybar/style/Wallust-Box-type.css +++ b/config/waybar/style/Wallust-Box-type.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust - Box type */ @import "../../.config/waybar/wallust/colors-waybar.css"; diff --git a/config/waybar/style/Wallust-Chroma-Edge.css b/config/waybar/style/Wallust-Chroma-Edge.css index 5706a399..82125870 100644 --- a/config/waybar/style/Wallust-Chroma-Edge.css +++ b/config/waybar/style/Wallust-Chroma-Edge.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust Chroma Edge */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-Chroma-Fusion.css b/config/waybar/style/Wallust-Chroma-Fusion.css index 111fe50f..4399f125 100644 --- a/config/waybar/style/Wallust-Chroma-Fusion.css +++ b/config/waybar/style/Wallust-Chroma-Fusion.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ....Chroma Fusion .... */ /* Wallust - Catpuccin */ diff --git a/config/waybar/style/Wallust-Chroma-Tally-V2.css b/config/waybar/style/Wallust-Chroma-Tally-V2.css index bbb644de..d33e638a 100644 --- a/config/waybar/style/Wallust-Chroma-Tally-V2.css +++ b/config/waybar/style/Wallust-Chroma-Tally-V2.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust - Chroma Tally v2 */ /* edited by: https://github.com/prateekshukla1108 */ diff --git a/config/waybar/style/Wallust-Chroma-Tally.css b/config/waybar/style/Wallust-Chroma-Tally.css index b6ab1470..70e1f402 100644 --- a/config/waybar/style/Wallust-Chroma-Tally.css +++ b/config/waybar/style/Wallust-Chroma-Tally.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust - Chroma Tally */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-Colored.css b/config/waybar/style/Wallust-Colored.css index 80ffb1b0..934374aa 100644 --- a/config/waybar/style/Wallust-Colored.css +++ b/config/waybar/style/Wallust-Colored.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* Wallust Colored*/ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-ML4W-modern-mixed.css b/config/waybar/style/Wallust-ML4W-modern-mixed.css index 5a22f177..d627b576 100644 --- a/config/waybar/style/Wallust-ML4W-modern-mixed.css +++ b/config/waybar/style/Wallust-ML4W-modern-mixed.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* ml4w-modern-mixed */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-ML4W-modern.css b/config/waybar/style/Wallust-ML4W-modern.css index 24b459a6..7c0e9c61 100644 --- a/config/waybar/style/Wallust-ML4W-modern.css +++ b/config/waybar/style/Wallust-ML4W-modern.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* ml4w-modern */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/waybar/style/Wallust-Simple.css b/config/waybar/style/Wallust-Simple.css index f0f2cab2..90342d67 100644 --- a/config/waybar/style/Wallust-Simple.css +++ b/config/waybar/style/Wallust-Simple.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* Wallust - Simple */ *{ diff --git a/config/waybar/style/Wallust-Transparent-Crystal-Clear.css b/config/waybar/style/Wallust-Transparent-Crystal-Clear.css index 9182d536..d25149d2 100644 --- a/config/waybar/style/Wallust-Transparent-Crystal-Clear.css +++ b/config/waybar/style/Wallust-Transparent-Crystal-Clear.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* ....Wallust Transparent - Crystal Clear........ */ /* --- 👍 original designed by https://github.com/Krautt 👍 --- */ diff --git a/config/waybar/wallust/colors-waybar.css b/config/waybar/wallust/colors-waybar.css index 7f7e3eb9..ec9b7a20 100644 --- a/config/waybar/wallust/colors-waybar.css +++ b/config/waybar/wallust/colors-waybar.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-waybar */ @define-color foreground #7F4EA2; diff --git a/config/wlogout/style.css b/config/wlogout/style.css index f1c12456..c6f231f0 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -1,4 +1,4 @@ -/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ /* wallust-wlogout */ /* Importing wallust colors */ diff --git a/copy.sh b/copy.sh index 71d16572..ea582fca 100755 --- a/copy.sh +++ b/copy.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # Purpose: -# Orchestrates copying/upgrading JaKooLit's Hyprland dotfiles into ~/.config. +# Orchestrates copying/upgrading LinuxBeginnings's Hyprland dotfiles into ~/.config. # Handles interactive prompts, backups/restores, per-app tweaks, and express mode. # # Layout (high-level; future modularization targets): @@ -630,7 +630,7 @@ else case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." - if git clone "https://github.com/JaKooLit/Wallpaper-Bank.git"; then + if git clone "https://github.com/LinuxBeginnings/Wallpaper-Bank.git"; then echo "${OK} Wallpapers downloaded successfully." 2>&1 | tee -a "$LOG" # Check if wallpapers directory exists and create it if not diff --git a/i18n/CONTRIBUTING/CONTRIBUTING.es.md b/i18n/CONTRIBUTING/CONTRIBUTING.es.md index e0d5e28e..5be2d614 100644 --- a/i18n/CONTRIBUTING/CONTRIBUTING.es.md +++ b/i18n/CONTRIBUTING/CONTRIBUTING.es.md @@ -7,7 +7,7 @@ ## Primeros pasos 1. Haz un fork del repositorio de la rama `development` en tu cuenta de GitHub. Así tendrás una copia sobre la cual trabajar sin afectar el repositorio original. - - Para hacer fork, pulsa el botón **Fork** en la esquina superior derecha de esta página o haz clic [aquí](https://github.com/JaKooLit/Hyprland-Dots/fork). + - Para hacer fork, pulsa el botón **Fork** en la esquina superior derecha de esta página o haz clic [aquí](https://github.com/LinuxBeginnings/Hyprland-Dots/fork). - Asegúrate de desmarcar la opción de copiar solo la rama `main`. Así se copiarán la rama `development` y otras ramas (si existen). 2. Clona tu repositorio bifurcado en tu equipo. @@ -15,7 +15,7 @@ - Usa el siguiente comando para clonar tu fork: ```bash - git clone --depth=1 -b development https://github.com/JaKooLit/Hyprland-Dots.git + git clone --depth=1 -b development https://github.com/LinuxBeginnings/Hyprland-Dots.git ``` 3. Crea una rama nueva para tus cambios. @@ -45,7 +45,7 @@ 1. Ve a tu fork en GitHub. 2. Haz clic en **Compare & pull request** junto a tu rama. 3. Añade un título y una descripción. - 4. Pulsa **Create pull request** y recuerda añadir las etiquetas correspondientes usando la [plantilla de PR](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md). + 4. Pulsa **Create pull request** y recuerda añadir las etiquetas correspondientes usando la [plantilla de PR](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md). ## Directrices @@ -55,15 +55,15 @@ - Asegúrate de que todos los tests pasen o que los cambios estén probados antes de enviar. - Mantén tu PR enfocado y evita incluir cambios no relacionados. - Revisa estos archivos antes de enviar tus cambios: - - [bug.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) – Reporte de errores. - - [feature.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) – Sugerir características. - - [documentation-update.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) – Cambios de documentación. - - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) – Plantilla de PR. + - [bug.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) – Reporte de errores. + - [feature.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) – Sugerir características. + - [documentation-update.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) – Cambios de documentación. + - [PULL_REQUEST_TEMPLATE.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) – Plantilla de PR. - [COMMIT_MESSAGE_GUIDELINES.md](./COMMIT_MESSAGE_GUIDELINES.md) – Guía de mensajes de commit. - [CONTRIBUTING.md](./CONTRIBUTING.md) – Guía en inglés. - - [LICENSE](https://github.com/JaKooLit/Hyprland-Dots/blob/main/LICENSE.md) – Licencia. - - [README.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md) – Proyecto. + - [LICENSE](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/LICENSE.md) – Licencia. + - [README.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/README.md) – Proyecto. ## Contacto -Si tienes preguntas, utiliza [GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) o el [Servidor de Discord](https://discord.gg/kool-tech-world). +Si tienes preguntas, utiliza [GitHub Discussions](https://github.com/LinuxBeginnings/Hyprland-Dots/discussions) o el [Servidor de Discord](https://discord.gg/kool-tech-world). diff --git a/i18n/CONTRIBUTING/CONTRIBUTING.fr.md b/i18n/CONTRIBUTING/CONTRIBUTING.fr.md index 4fd102f7..f3af73e0 100644 --- a/i18n/CONTRIBUTING/CONTRIBUTING.fr.md +++ b/i18n/CONTRIBUTING/CONTRIBUTING.fr.md @@ -5,14 +5,14 @@ Merci de votre intérêt pour la contribution aux Projets Hyprland de KooL ! Nou ## Commencer 1. Forkez le dépôt de la branche de développement sur votre compte GitHub. Cela créera une copie de ce dépôt sur votre compte. Vous pouvez apporter des modifications à cette copie sans affecter le dépôt original. - - Pour forker ce dépôt, cliquez sur le bouton **Fork** dans le coin supérieur droit de cette page ou cliquez [ici](https://github.com/JaKooLit/Hyprland-Dots/fork). + - Pour forker ce dépôt, cliquez sur le bouton **Fork** dans le coin supérieur droit de cette page ou cliquez [ici](https://github.com/LinuxBeginnings/Hyprland-Dots/fork). - Assurez-vous de décocher « Copy the `main` branch only ». Cela copiera la branche de développement ainsi que les autres branches (s'il y en a). 2. Clonez votre dépôt forké sur votre machine locale. - Utilisez la commande suivante pour cloner votre dépôt forké sur votre machine locale : ```bash - git clone --depth=1 -b development https://github.com/JaKooLit/Hyprland-Dots.git + git clone --depth=1 -b development https://github.com/LinuxBeginnings/Hyprland-Dots.git ``` 3. Créez une nouvelle branche pour vos modifications. @@ -54,15 +54,15 @@ Merci de votre intérêt pour la contribution aux Projets Hyprland de KooL ! Nou - Assurez-vous que tous les tests passent ou que l'ensemble soit entièrement testé avant de soumettre vos modifications. - Gardez votre pull request ciblée et évitez d'inclure des changements non liés. - N'oubliez pas de consulter les fichiers suivants avant de soumettre vos modifications : - - [bug.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) - Utilisez ce modèle pour créer un rapport afin de nous aider à nous améliorer. - - [feature.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) - Utilisez ce modèle pour suggérer une fonctionnalité pour ce projet. - - [documentation-update.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) - Utilisez ce modèle pour proposer une modification de la documentation. - - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Utilisez ce modèle pour soumettre une pull request. - - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Lisez ce fichier pour en savoir plus sur les directives des messages de commit. - - [CONTRIBUTING.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) - Lisez ce fichier pour en savoir plus sur les directives de contribution. - - [LICENSE](https://github.com/JaKooLit/Hyprland-Dots/blob/main/LICENSE.md) - Lisez ce fichier pour en savoir plus sur la licence. - - [README.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md) - Lisez ce fichier pour en savoir plus sur le projet. + - [bug.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) - Utilisez ce modèle pour créer un rapport afin de nous aider à nous améliorer. + - [feature.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) - Utilisez ce modèle pour suggérer une fonctionnalité pour ce projet. + - [documentation-update.yml](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) - Utilisez ce modèle pour proposer une modification de la documentation. + - [PULL_REQUEST_TEMPLATE.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Utilisez ce modèle pour soumettre une pull request. + - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Lisez ce fichier pour en savoir plus sur les directives des messages de commit. + - [CONTRIBUTING.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) - Lisez ce fichier pour en savoir plus sur les directives de contribution. + - [LICENSE](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/LICENSE.md) - Lisez ce fichier pour en savoir plus sur la licence. + - [README.md](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/README.md) - Lisez ce fichier pour en savoir plus sur le projet. ## Contact -Si vous avez des questions, n'hésitez pas à me contacter via les [Discussions GitHub](https://github.com/JaKooLit/Hyprland-Dots/discussions) ou [via le serveur Discord](https://discord.gg/kool-tech-world). \ No newline at end of file +Si vous avez des questions, n'hésitez pas à me contacter via les [Discussions GitHub](https://github.com/LinuxBeginnings/Hyprland-Dots/discussions) ou [via le serveur Discord](https://discord.gg/kool-tech-world). \ No newline at end of file diff --git a/i18n/README/README.de.md b/i18n/README/README.de.md index e097c816..d3b76d7a 100644 --- a/i18n/README/README.de.md +++ b/i18n/README/README.de.md @@ -10,30 +10,30 @@

- +



 Installation 
  
 Youtube 
   -
 Wiki 
   -
 Discussions 
   -
 Keybinds 
   +
 Wiki 
   +
 Discussions 
   +
 Keybinds 
  
 Discord 

-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles KooL's Hyprland Dotfiles Showcase - Sparkles + Sparkles

@@ -64,7 +64,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - HINWEIS: Das Paket `curl` muss installiert sein, um die Skripte herunterzuladen ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - Mit dem obigen Befehl kannst du jetzt automatisch die Hyprland Installationsskripte herunterladen und ausführen. @@ -73,19 +73,19 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👁️‍🗨️ Meine Hyprland-Installationsskripte 👁️‍🗨️ - Automatisierte Hyprland-Skripte für ein Distro deiner Wahl. Diese Skripte laden, wenn ben;tigt, meine vorkonfigurierten Dotfiles -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) -- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland) +- [Fedora-Linux](https://github.com/LinuxBeginnings/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) -- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland) +- [NixOS](https://github.com/LinuxBeginnings/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) --- @@ -97,18 +97,18 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👀 Screenshots 👀 -- Beispiel Screenshots findest du hier [Screenshots](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- Beispiel Screenshots findest du hier [Screenshots](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Whats new? -- Um Änderungen leicht nachzuvollziehen, werde ich die [CHANGELOGS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) regelmäßig aktualisieren. Es werden neue Screenshots hinzugefügt, wenn die Änderungen erwähnenswert sind! +- Um Änderungen leicht nachzuvollziehen, werde ich die [CHANGELOGS](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs) regelmäßig aktualisieren. Es werden neue Screenshots hinzugefügt, wenn die Änderungen erwähnenswert sind! > [!NOTE] > Bitte beachte, dass Kools Dots standardmäßig für einen 2K (1440p) Monitor ohne Skalierung angepasst und konfiguriert sind. ### 💥 Kopieren / Installation / Update-Anleitung 💥 -- [`Weiter Infos hier`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`Weiter Infos hier`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > Das Kopierskript "copy.sh" erstellt Backups der zu kopierenden Konfigurationsverzeichnisse. Sollte das Skript fehlschlagen, empfiehlt es sich, manuell ein Backup zu erstellen. - Klone das Repository mit Git, wechsle in das Verzeichnis, mache die Datei ausführbar und führe das Skript aus: @@ -116,14 +116,14 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > Um den Master-Branch herunterzuladen ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` > Um den Entwicklungs-Branch (Development & Testing) herunterzuladen: ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -153,7 +153,7 @@ chmod +x upgrade.sh ## ❗❗❗ DEBIAN AND UBUNTU INFORMATION! -- Ich bekomme eine große Menge an Nachrichten über das Updaten eurer KooL Hyprland dotfiles. Es gibt dazu eine Info im [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- Ich bekomme eine große Menge an Nachrichten über das Updaten eurer KooL Hyprland dotfiles. Es gibt dazu eine Info im [`WIKI`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) #### ⚠️⚠️⚠️ ACHTUNG - SKRIPT-ERSTELLTE BACKUPS @@ -164,7 +164,7 @@ chmod +x upgrade.sh #### 🛎️ kleiner Hinweis zu Hintergrundbildern -- ständardmäßig werden nur einige Hintergründe kopiert (jeweils 1 dunkeles und helles plus 3 weitere). Dir wird angeboten werden, weitere Hintergrundbilder herunterzuladen. Du kannst dir die verfügbaren Hintergründe [`HIER`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) anschauen. +- ständardmäßig werden nur einige Hintergründe kopiert (jeweils 1 dunkeles und helles plus 3 weitere). Dir wird angeboten werden, weitere Hintergrundbilder herunterzuladen. Du kannst dir die verfügbaren Hintergründe [`HIER`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) anschauen. #### ⚠️⚠️⚠️ WICHTIG! Nach dem Kopieren / Der Installation der Dotfiles @@ -172,24 +172,24 @@ chmod +x upgrade.sh - Für Nvidia Benutzer. Stelle sicher, dass du deine `~/.config/hypr/UserConfigs/ENVariables.conf` anpasst (unbedingt empfohlen). -* Für NVIDIA Benutzer, schaue dir diese Informationen [`HIER`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) an. +* Für NVIDIA Benutzer, schaue dir diese Informationen [`HIER`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) an. - Wenn die bereits deine Keybinds, Monitoren, usw. eingestellt hast... Kopiere die Einstellungen von dem Backup vor dem Logout / Reboot. (empfohlen) #### 📖 Bekannte Probleme und mögliche Lösungen -- Schau dir diese Seite an [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) und checke die [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- Schau dir diese Seite an [FAQ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) und checke die [UNSOLVED ISSUES](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 FRAGEN ?!?! ⁉️ - FAQ! Die Dotfiles funktionieren auch auf anderen Distros! Stelle nur sicher, die richtigen Pakete vorher zu installieren! Falls du dich dann besser fühlst, ich benutze die selbe Konfiguration für mein Gentoo:) - KLEINER HINWEIS! Klicke auf das HINT! Waybar Modul (Notiz, nur in Waybar default und Simple-L [TOP] Layout verfügbar). Kann auch mit der Tastenkombination `SUPER H` gestartet werden -- Weitere Fragen? Klicke hier um das [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/) zu durchstöbern. -- Falls du eine ältere Version der Konfiguration haben möchtest, sind diese in meinem "Archive" Repository verfügbar. Siehe [HIER](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- Weitere Fragen? Klicke hier um das [WIKI](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) zu durchstöbern. +- Falls du eine ältere Version der Konfiguration haben möchtest, sind diese in meinem "Archive" Repository verfügbar. Siehe [HIER](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Keybinds -- Keybinds [`KLICKE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Keybinds [`KLICKE`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Hilfe gebraucht @@ -197,7 +197,7 @@ chmod +x upgrade.sh #### ✍️ Contributing -- Möchtest du contributen? Klicke [`HIER`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) für eine Anleitung. +- Möchtest du contributen? Klicke [`HIER`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) für eine Anleitung. #### 🤷‍♂️ TO DO! @@ -220,7 +220,7 @@ chmod +x upgrade.sh oder -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) Oder du kannst auch Krypto an meine btc wallet spenden :) @@ -230,4 +230,4 @@ Oder du kannst auch Krypto an meine btc wallet spenden :) ## 🫰 Vielen Dank für die stars 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) diff --git a/i18n/README/README.fr.md b/i18n/README/README.fr.md index f570a9dc..e5b261f0 100644 --- a/i18n/README/README.fr.md +++ b/i18n/README/README.fr.md @@ -10,30 +10,30 @@

- +



 Installation 
  
 Youtube 
   -
 Wiki 
   -
 Discussions 
   -
Raccourcis clavier
   +
 Wiki 
   +
 Discussions 
   +
Raccourcis clavier
  
 Discord 

-![Stars du dépôt GitHub](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![Dernier commit GitHub](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![Taille du dépôt GitHub](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![Stars du dépôt GitHub](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![Dernier commit GitHub](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![Taille du dépôt GitHub](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles Démonstration des Dotfiles Hyprland de KooL - Sparkles + Sparkles

@@ -60,7 +60,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - NOTE: vous avez besoin du pacquet `curl` pour que ça fonctionne ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - Vous pouvez utiliser la commande ci-dessus pour cloner automatiquement les scripts d'installation `Distro-Hyprland` @@ -70,20 +70,20 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - Scripts Hyprland automatisés pour la distribution de votre choix, qui importeront ces dotfiles si vous choisissez d'installer ces configurations -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) -- [Fedora-Linux (43/Rawhide)](https://github.com/JaKooLit/Fedora-Hyprland) +- [Fedora-Linux (43/Rawhide)](https://github.com/LinuxBeginnings/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) -- [NixOS (25.05+)](https://github.com/JaKooLit/NixOS-Hyprland) +- [NixOS (25.05+)](https://github.com/LinuxBeginnings/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10 (déprécié)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 (déprécié)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) -- [Ubuntu 25.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.10) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10 (déprécié)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 (déprécié)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) +- [Ubuntu 25.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.10) --- @@ -95,17 +95,17 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👀 Captures d'écran 👀 -- Toutes les captures d'écran sont ici [Captures d'écran](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- Toutes les captures d'écran sont ici [Captures d'écran](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Quoi de neuf ? -- Pour suivre les changements plus facilement, je vais mettre à jour les [CHANGELOGS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs). Des captures d'écran seront incluses si les modifications en valent la peine ! +- Pour suivre les changements plus facilement, je vais mettre à jour les [CHANGELOGS](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs). Des captures d'écran seront incluses si les modifications en valent la peine ! > [!NOTE] > Veuillez noter que par défaut, les Dots de KooL sont ajustées / configurées pour un affichage en 2k (1440p) sans mise à l'échelle. ### 💥 Instruction de copie / Installation / Mise à jour 💥 -- [`Plus d'infos ici`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`Plus d'infos ici`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > Le script de copie automatique `copy.sh` va créer des sauvegardes des répertoires destinés à être copiés. > Cependant, c'est toujours une bonne idée de faire une sauvegare manuelle au cas où le script n'arriverait pas à sauvegarder votre configuration. @@ -121,7 +121,7 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > Note : Ubuntu est une exception, il y a des branches spécifiques aux versions ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` @@ -129,7 +129,7 @@ cd Hyprland-Dots > Non recommandé pour des systèmes qui ne sont pas pour tester ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -177,7 +177,7 @@ chmod +x upgrade.sh #### 🛎️ une petite note sur les fonds d'écran -- par défaut, seuls quelques fonds d'écran seront copiés (1 sombre et 1 clair plus 3 autres). Il vous sera proposé d'en télécharger plus. Vous pouvez prévisualiser/consulter les fonds d'écran additionnel va [`CE LIEN`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) +- par défaut, seuls quelques fonds d'écran seront copiés (1 sombre et 1 clair plus 3 autres). Il vous sera proposé d'en télécharger plus. Vous pouvez prévisualiser/consulter les fonds d'écran additionnel va [`CE LIEN`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) #### ⚠️⚠️⚠️ INDISPENSABLE ! après avoir copié / installé ces dots @@ -186,26 +186,26 @@ chmod +x upgrade.sh - Utilisateurs de Nvidia. Assurez-vous de modifier vos `~/.config/hypr/UserConfigs/ENVariables.conf` (fortement recommandé). -* Utilisateurs de Nvidia, après l'installation, regardez [`CECI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) +* Utilisateurs de Nvidia, après l'installation, regardez [`CECI`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) - If you have already set your own keybinds, monitors, etc.... Just copy over from backup created before log-out or reboot. (recommended) - Si vous aviez déjà configuré vos propres raccourcis, écrans, etc... Copiez juste depuis les sauvegardes avant de vous déconnecter ou redémarrer. (recommendé) #### 📖 Problèmes connus et solutions possibles -- Allez voir cette page [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) et [PROBLÈMES NON RÉGLÉS](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- Allez voir cette page [FAQ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) et [PROBLÈMES NON RÉGLÉS](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 QUESTIONS ?!?! ⁉️ - FAQ ! Oui, vous pouvez utiliser ces dotfiles sur d'autres distros ! Assurez-vous juste d'installer les paquets nécessaire ! Si ça peut vous rassurer, j'utilise la même configuration sur mon Gentoo :) - ASTUCE RAPIDE ! Cliquez sur le module Waybar "HINT!" (notez qu'il es seulement disponible dans les disposition default et Simple-L [TOP]). Peut aussi être lancé avec le raccourci `SUPER + H` -- Plus de questions ? Cliquez ici pour aller naviguer dans ce [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/) -- If you want the old configs, it is collected on my "Archive" repo. See [HERE](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) -- Si vous voulez les anciennes configurations, elles sont dans mon dépôt "Archive". Aller voir [ICI](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- Plus de questions ? Cliquez ici pour aller naviguer dans ce [WIKI](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) +- If you want the old configs, it is collected on my "Archive" repo. See [HERE](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) +- Si vous voulez les anciennes configurations, elles sont dans mon dépôt "Archive". Aller voir [ICI](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Raccourcis clavier -- Raccourcis clavier [`CLIC`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Raccourcis clavier [`CLIC`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Requête spéciale @@ -214,7 +214,7 @@ chmod +x upgrade.sh #### ✍️ Contribuer -- Vous voulez contribuer ? Cliquer [`ICI`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) pour un guide sur les contributions +- Vous voulez contribuer ? Cliquer [`ICI`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) pour un guide sur les contributions > Merci à tous ceux qui ont contribuer du code, ou supporté sur le server Discord. Vos efforts sont grandement appréciés #### 🤷‍♂️ À FAIRE ! @@ -237,7 +237,7 @@ chmod +x upgrade.sh ou -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) Ou vous pouvez donner de la crypto sur mon portefeuille btc :) @@ -247,7 +247,7 @@ Ou vous pouvez donner de la crypto sur mon portefeuille btc :) ## 🫰 Merci pour les stars 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) ### Traductions des documents diff --git a/i18n/README/README.jp.md b/i18n/README/README.jp.md index baa8267e..8aadc00a 100644 --- a/i18n/README/README.jp.md +++ b/i18n/README/README.jp.md @@ -10,30 +10,30 @@

- +


-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles KooL's Hyprland Dotfiles Showcase - Sparkles + Sparkles

@@ -64,7 +64,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - 重要:これを動作させるには、`curl` パッケージが必要です。 ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - 上記のコマンドを使用して、Distro-Hyprland のインストールスクリプトを自動的にクローンできます。 @@ -74,19 +74,19 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - 選択したディストロ向けの自動化された Hyprland スクリプトです。これらの設定をインストールするオプションを選択した場合、対応する dotfiles を取得します。 -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) -- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland) +- [Fedora-Linux](https://github.com/LinuxBeginnings/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) -- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland) +- [NixOS](https://github.com/LinuxBeginnings/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 - (ALPHA STAGE)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) --- @@ -98,18 +98,18 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👀 スクリーンショット 👀 -- すべてのスクリーンショットはここにまとめられています。 [スクリーンショット](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- すべてのスクリーンショットはここにまとめられています。 [スクリーンショット](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 変更点 -- 変更を簡単に追跡できるよう、[変更ログ](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) 変更が注目に値する場合はスクリーンショットも含めます! +- 変更を簡単に追跡できるよう、[変更ログ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs) 変更が注目に値する場合はスクリーンショットも含めます! > [注意!] > デフォルトでは、Kools Dots はスケーリングなしの 2K (1440p) ディスプレイ向けに調整・設定されています。 ### 💥 コピー / インストール / アップデート手順 💥 -- [`ここに詳細を記載しています`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`ここに詳細を記載しています`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [注意!] > 自動コピーのスクリプトである "copy.sh" は、コピー対象のディレクトリをバックアップします。しかし、スクリプトがバックアップに失敗する可能性もあるため、手動でバックアップを取るのも良い考えです! - このリポジトリを git でクローンし、ディレクトリを移動して、実行可能にした後、スクリプトを実行してください。 @@ -117,14 +117,14 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > Master ブランチからダウンロードする場合 ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` > 開発ブランチ(Development)からダウンロードする場合(開発およびテスト用) ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -154,7 +154,7 @@ chmod +x upgrade.sh ## ❗❗❗ DEBIAN および UBUNTU ユーザーへの注意! -- KooL Hyprland の dotfiles 更新に関するメッセージが大量に届いています。 [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update)に大きく注意書きを記載しました。 +- KooL Hyprland の dotfiles 更新に関するメッセージが大量に届いています。 [`WIKI`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update)に大きく注意書きを記載しました。 #### ⚠️⚠️⚠️ スクリプトによって作成されたバックアップについての注意 @@ -165,7 +165,7 @@ chmod +x upgrade.sh #### 🛎️ 壁紙に関するちょっとした注意 -- デフォルトでは、ダークとライト各 1 枚+3 枚の壁紙のみがコピーされます。追加の壁紙をダウンロードするオプションが提供されます。追加の壁紙は[`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) リンクからプレビュー/確認できます。 +- デフォルトでは、ダークとライト各 1 枚+3 枚の壁紙のみがコピーされます。追加の壁紙をダウンロードするオプションが提供されます。追加の壁紙は[`THIS`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) リンクからプレビュー/確認できます。 #### ⚠️⚠️⚠️これらの dotfiles をコピー / インストールした後の必須事項 @@ -173,24 +173,24 @@ chmod +x upgrade.sh - NVIDIA の所有者へ。`~/.config/hypr/UserConfigs/ENVariables.conf`を編集してください(強く推奨)。 -* NVIDIA の所有者とユーザーへ。 インsトール後に [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)を確認してください。 +* NVIDIA の所有者とユーザーへ。 インsトール後に [`THIS`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)を確認してください。 - 既に独自のキー設定やモニター設定を行っている場合は、ログアウトや再起動前に作成されたバックアップからコピーしてください。(推奨) #### 📖 既知の問題と可能な解決策 -- こちらのページを確認してください: [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) & [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- こちらのページを確認してください: [FAQ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) & [UNSOLVED ISSUES](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 質問対応 ⁉️ - FAQ! はい、これらの dotfiles は他のディストロでも使用できます!ただし、適切なパッケージを事前にインストールしてください!安心できるなら、私も Gentoo で同じ設定を使っています :) - クイックヒント! Waybar モジュールの HINT! をクリックしてください。 (Waybar のデフォルトレイアウトおよび Simple-L [TOP] レイアウトでのみ利用可能)。キーバインドの `SUPER H`でも起動できます。 -- さらに質問がありますか? こちらをクリックして [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/)を参照してください。 -- 旧設定が欲しい場合, すべて "Archive" リポジトリにまとめています。詳しくは[HERE](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive)をご覧ください。 +- さらに質問がありますか? こちらをクリックして [WIKI](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/)を参照してください。 +- 旧設定が欲しい場合, すべて "Archive" リポジトリにまとめています。詳しくは[HERE](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive)をご覧ください。 #### ⌨ キーバインド -- キーバインドの説明はこちら: [`CLICK`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- キーバインドの説明はこちら: [`CLICK`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 スペシャルリクエスト @@ -218,7 +218,7 @@ chmod +x upgrade.sh または -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) また、BTC での寄付も可能です @@ -228,4 +228,4 @@ chmod +x upgrade.sh ## 🫰 スターありがとう 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) diff --git a/i18n/README/README.ro.md b/i18n/README/README.ro.md index f1066394..b521ad56 100644 --- a/i18n/README/README.ro.md +++ b/i18n/README/README.ro.md @@ -10,7 +10,7 @@

- +

@@ -18,23 +18,23 @@

 Instalare 
  
 Youtube 
   -
 Wiki 
   -
 Discuții 
   -
 Comenzi rapide 
   +
 Wiki 
   +
 Discuții 
   +
 Comenzi rapide 
  
 Discord 

-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles Prezentarea fișierelor Dotfiles Hyprland ale lui KooL - Sparkles + Sparkles

@@ -60,7 +60,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - NOTĂ: ai nevoie de pachetul `curl` pentru ca aceasta să funcționeze ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - acum poți folosi comanda de mai sus pentru a clona automat scripturile de instalare Distro-Hyprland de mai jos @@ -69,14 +69,14 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👁️‍🗨️ Scripturile mele de instalare Hyprland 👁️‍🗨️ - Scripturi automate Hyprland pentru distribuția aleasă, care vor descărca aceste dotfiles dacă optezi pentru instalarea acestor configurații -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) -- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) -- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 - (FAZĂ ALPHA)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) +- [Fedora-Linux](https://github.com/LinuxBeginnings/Fedora-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) +- [NixOS](https://github.com/LinuxBeginnings/NixOS-Hyprland) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 - (FAZĂ ALPHA)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) --- @@ -86,16 +86,16 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - Acest repo va fi descărcat de scripturile de instalare Distro-Hyprland de mai sus dacă optezi pentru descărcarea dotfiles-urilor pre-configurate ### 👀 Capturi de ecran 👀 -- Toate capturile de ecran sunt colectate aici [Capturi de ecran](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- Toate capturile de ecran sunt colectate aici [Capturi de ecran](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Ce mai e nou? -- Pentru a urmări ușor modificările, voi actualiza [Jurnalul de modificări](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs). Capturile de ecran vor fi incluse dacă modificările merită menționate! +- Pentru a urmări ușor modificările, voi actualiza [Jurnalul de modificări](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs). Capturile de ecran vor fi incluse dacă modificările merită menționate! > [!NOTĂ] > Reține că, în mod implicit, dotfiles-urile lui Kool sunt ajustate/configurate pentru afișaje 2k (1440p) fără scalare. ### 💥 Instrucțiuni de copiere / instalare / actualizare 💥 -- [`MAI MULTE INFORMAȚII AICI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`MAI MULTE INFORMAȚII AICI`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Notă] > Scriptul automat de copiere „copy.sh” va crea copii de rezervă ale directoarelor care urmează să fie copiate. Totuși, este o idee bună să faci manual o copie de rezervă, în caz că scriptul nu reușește să o facă! @@ -103,13 +103,13 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > pentru a descărca din ramura Master ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` > pentru a descărca din ramura Development (dezvoltare și testare) ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -135,7 +135,7 @@ chmod +x upgrade.sh ``` ## ❗❗❗ ATENȚIE PENTRU UTILIZATORII DEBIAN ȘI UBUNTU! -- Primesc o mulțime de mesaje despre actualizarea dotfiles-urilor Hyprland ale lui KooL. Am făcut o notă mare în [`WIKI`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- Primesc o mulțime de mesaje despre actualizarea dotfiles-urilor Hyprland ale lui KooL. Am făcut o notă mare în [`WIKI`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) #### ⚠️⚠️⚠️ ATENȚIE - COPII DE REZERVĂ CREATE DE SCRIPT > [!ATENȚIE] @@ -144,33 +144,33 @@ chmod +x upgrade.sh > Șterge manual toate copiile de rezervă de care nu ai nevoie #### 🛎️ o mică notă despre imagini de fundal -- în mod implicit, doar câteva imagini de fundal vor fi copiate (1 pentru modul întunecat și deschis, plus încă 3). Ți se va oferi opțiunea de a descărca mai multe imagini de fundal. Poți previzualiza/verifica imaginile de fundal suplimentare de la [`ACEST`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) Link +- în mod implicit, doar câteva imagini de fundal vor fi copiate (1 pentru modul întunecat și deschis, plus încă 3). Ți se va oferi opțiunea de a descărca mai multe imagini de fundal. Poți previzualiza/verifica imaginile de fundal suplimentare de la [`ACEST`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) Link #### ⚠️⚠️⚠️ OBLIGATORIU! după copierea / instalarea acestor dotfiles + Apasă SUPER W și setează o imagine de fundal. Aceasta este și pentru a inițializa wallust pentru temele waybar, kitty (tty) și rofi. Totuși, dacă folosești copy.sh sau release.sh, va exista o imagine de fundal inițială presetată și nu va trebui să faci asta + Proprietari de Nvidia. Asigură-te că editezi `~/.config/hypr/UserConfigs/ENVariables.conf` (foarte recomandat). -- Utilizatori / proprietari de Nvidia, după instalare, verifică [`ACESTA`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) +- Utilizatori / proprietari de Nvidia, după instalare, verifică [`ACESTA`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) + Dacă ți-ai setat deja propriile comenzi rapide, monitoare etc., doar copiază-le din copia de rezervă creată înainte de a te deconecta sau reporni. (recomandat) #### 📖 Probleme cunoscute și posibile soluții -- verifică această pagină [Întrebări frecvente](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) și [PROBLEME NESOLUȚIONATE](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- verifică această pagină [Întrebări frecvente](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) și [PROBLEME NESOLUȚIONATE](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 ÎNTREBĂRI ?!?! ⁉️ - Întrebări frecvente! Da, poți folosi aceste dotfiles pe alte distribuții! Asigură-te doar că instalezi pachetele corespunzătoare mai întâi! Dacă te face să te simți mai bine, folosesc aceeași configurație pe Gentoo-ul meu :) - SFAT RAPID! Apasă pe modulul HINT! din Waybar (notă: disponibil doar în layout-urile Waybar implicit și Simple-L [SUS]). Poate fi lansat cu comanda rapidă `SUPER H` -- Mai multe întrebări? click aici pentru a răsfoi acest [WIKI](https://github.com/JaKooLit/Hyprland-Dots/wiki/) -- Dacă vrei vechile configurații, acestea sunt colectate în repo-ul meu „Archive”. Vezi [AICI](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- Mai multe întrebări? click aici pentru a răsfoi acest [WIKI](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) +- Dacă vrei vechile configurații, acestea sunt colectate în repo-ul meu „Archive”. Vezi [AICI](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Comenzi rapide -- Comenzi rapide [`CLICK`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Comenzi rapide [`CLICK`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Cerere specială - Dacă ai îmbunătățiri pentru dotfiles sau configurații, nu ezita să trimiți un PR pentru îmbunătățiri. Întotdeauna primesc cu bucurie îmbunătățiri, deoarece și eu învăț, la fel ca voi! #### ✍️ Contribuții -- Vrei să contribui? Click [`AICI`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) pentru un ghid despre cum să contribui +- Vrei să contribui? Click [`AICI`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) pentru un ghid despre cum să contribui #### 🤷‍♂️ DE FĂCUT! - [ ] Ajustarea dotfiles-urilor - 🚧 în progres constant @@ -190,7 +190,7 @@ chmod +x upgrade.sh sau -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) Sau poți dona criptomonede pe portofelul meu btc :) > 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i @@ -198,4 +198,4 @@ Sau poți dona criptomonede pe portofelul meu btc :) ![Bitcoin](https://github.com/user-attachments/assets/7ed32f8f-c499-46f0-a53c-3f6fbd343699) ## 🫰 Mulțumesc pentru stele 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) diff --git a/i18n/README/README.ru.md b/i18n/README/README.ru.md index c71b0df7..3e56a401 100644 --- a/i18n/README/README.ru.md +++ b/i18n/README/README.ru.md @@ -10,30 +10,30 @@

- +


-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles Демонстрация Dotfiles Hyprland от KooL - Sparkles + Sparkles

@@ -59,7 +59,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - ПРИМЕЧАНИЕ: для работы требуется пакет `curl` ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - теперь вы можете использовать приведённую выше команду для автоматического клонирования скриптов установки Distro-Hyprland, указанных ниже @@ -68,14 +68,14 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👁️‍🗨️ Мои скрипты установки Hyprland 👁️‍🗨️ - Автоматические скрипты Hyprland для выбранного дистрибутива, которые загрузят эти dotfiles, если вы выберете установку этих конфигураций -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) -- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) -- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 - (АЛЬФА-СТАДИЯ)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) +- [Fedora-Linux](https://github.com/LinuxBeginnings/Fedora-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) +- [NixOS](https://github.com/LinuxBeginnings/NixOS-Hyprland) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 - (АЛЬФА-СТАДИЯ)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) --- @@ -85,16 +85,16 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - Этот репозиторий будет загружен скриптами установки Distro-Hyprland, указанными выше, если вы выберете загрузку предварительно настроенных dotfiles ### 👀 Скриншоты 👀 -- Все скриншоты собраны здесь [Скриншоты](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- Все скриншоты собраны здесь [Скриншоты](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Что нового? -- Чтобы легко отслеживать изменения, я буду обновлять [Журнал изменений](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs). Скриншоты будут включены, если изменения заслуживают упоминания! +- Чтобы легко отслеживать изменения, я буду обновлять [Журнал изменений](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs). Скриншоты будут включены, если изменения заслуживают упоминания! > [!ПРИМЕЧАНИЕ] > Обратите внимание, что по умолчанию dotfiles от KooL настроены для дисплеев 2k (1440p) без масштабирования. ### 💥 Инструкции по копированию / установке / обновлению 💥 -- [`БОЛЬШЕ ИНФОРМАЦИИ ЗДЕСЬ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`БОЛЬШЕ ИНФОРМАЦИИ ЗДЕСЬ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Примечание] > Автоматический скрипт копирования „copy.sh“ создаёт резервные копии директорий, которые будут скопированы. Тем не менее, рекомендуется сделать резервную копию вручную на случай, если скрипт не сможет этого сделать! @@ -102,13 +102,13 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > для загрузки из ветки Master ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` > для загрузки из ветки Development (разработка и тестирование) ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -134,7 +134,7 @@ chmod +x upgrade.sh ``` ## ❗❗❗ ВНИМАНИЕ ДЛЯ ПОЛЬЗОВАТЕЛЕЙ DEBIAN И UBUNTU! -- Я получаю огромное количество сообщений об обновлении dotfiles Hyprland от KooL. Я сделал большую заметку в [`ВИКИ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- Я получаю огромное количество сообщений об обновлении dotfiles Hyprland от KooL. Я сделал большую заметку в [`ВИКИ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) #### ⚠️⚠️⚠️ ВНИМАНИЕ - РЕЗЕРВНЫЕ КОПИИ, СОЗДАННЫЕ СКРИПТОМ > [!ВНИМАНИЕ] @@ -143,33 +143,33 @@ chmod +x upgrade.sh > Удалите вручную все ненужные резервные копии #### 🛎️ Небольшое замечание об обоях -- по умолчанию копируется только несколько обоев (по 1 для тёмного и светлого режима, плюс ещё 3). Вам будет предложено загрузить дополнительные обои. Вы можете просмотреть/проверить дополнительные обои по [`ЭТОЙ`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) ссылке +- по умолчанию копируется только несколько обоев (по 1 для тёмного и светлого режима, плюс ещё 3). Вам будет предложено загрузить дополнительные обои. Вы можете просмотреть/проверить дополнительные обои по [`ЭТОЙ`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) ссылке #### ⚠️⚠️⚠️ ОБЯЗАТЕЛЬНО! после копирования / установки этих dotfiles + Нажмите SUPER W и установите обои. Это также необходимо для инициализации wallust для тем waybar, kitty (tty) и rofi. Однако, если вы используете copy.sh или release.sh, начальные обои уже будут установлены, и этого делать не придётся + Владельцы Nvidia. Обязательно отредактируйте `~/.config/hypr/UserConfigs/ENVariables.conf` (настоятельно рекомендуется). -- Пользователи / владельцы Nvidia, после установки проверьте [`ЭТО`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) +- Пользователи / владельцы Nvidia, после установки проверьте [`ЭТО`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) + Если вы уже настроили свои горячие клавиши, мониторы и т.д., просто скопируйте их из созданной резервной копии перед выходом из системы или перезагрузкой. (рекомендуется) #### 📖 Известные проблемы и возможные решения -- ознакомьтесь с этой страницей [Часто задаваемые вопросы](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) и [НЕРЕШЁННЫЕ ПРОБЛЕМЫ](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- ознакомьтесь с этой страницей [Часто задаваемые вопросы](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) и [НЕРЕШЁННЫЕ ПРОБЛЕМЫ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 ВОПРОСЫ ?!?! ⁉️ - Часто задаваемые вопросы! Да, вы можете использовать эти dotfiles на других дистрибутивах! Просто убедитесь, что сначала установлены соответствующие пакеты! Если вам от этого легче, я использую ту же конфигурацию на моём Gentoo :) - БЫСТРЫЙ СОВЕТ! Нажмите на модуль HINT! в Waybar (примечание: доступно только в стандартном и Simple-L [ВЕРХНЕМ] макете Waybar). Можно запустить с помощью горячей клавиши `SUPER H` -- Ещё вопросы? щёлкните здесь, чтобы просмотреть эту [ВИКИ](https://github.com/JaKooLit/Hyprland-Dots/wiki/) -- Если вам нужны старые конфигурации, они собраны в моём репозитории „Archive“. Смотрите [ЗДЕСЬ](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- Ещё вопросы? щёлкните здесь, чтобы просмотреть эту [ВИКИ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) +- Если вам нужны старые конфигурации, они собраны в моём репозитории „Archive“. Смотрите [ЗДЕСЬ](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Горячие клавиши -- Горячие клавиши [`ЩЁЛКНИТЕ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Горячие клавиши [`ЩЁЛКНИТЕ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Особая просьба - Если у вас есть улучшения для dotfiles или конфигураций, не стесняйтесь отправить PR для улучшений. Я всегда приветствую улучшения, так как тоже учусь, как и вы! #### ✍️ Вклад -- Хотите внести вклад? Щёлкните [`ЗДЕСЬ`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) для руководства по внесению вклада +- Хотите внести вклад? Щёлкните [`ЗДЕСЬ`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) для руководства по внесению вклада #### 🤷‍♂️ ЧТО ДЕЛАТЬ! - [ ] Настройка dotfiles - 🚧 в постоянном прогрессе @@ -189,7 +189,7 @@ chmod +x upgrade.sh или -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) Или вы можете пожертвовать криптовалюту на мой btc-кошелёк :) > 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i @@ -197,4 +197,4 @@ chmod +x upgrade.sh ![Bitcoin](https://github.com/user-attachments/assets/7ed32f8f-c499-46f0-a53c-3f6fbd343699) ## 🫰 Спасибо за звёзды 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) diff --git a/i18n/README/README.ua.md b/i18n/README/README.ua.md index 7ef6922a..79e608bf 100644 --- a/i18n/README/README.ua.md +++ b/i18n/README/README.ua.md @@ -10,30 +10,30 @@

- +


-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Hyprland-Dots?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/LinuxBeginnings/Hyprland-Dots?style=for-the-badge&color=cba6f7)

- Sparkles + Sparkles Презентація Dotfiles Hyprland від KooL - Sparkles + Sparkles

@@ -59,7 +59,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 - ПРИМІТКА: для роботи потрібен пакет `curl` ```bash -sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hyprland.sh) +sh <(curl -L https://raw.githubusercontent.com/LinuxBeginnings/Hyprland-Dots/main/Distro-Hyprland.sh) ``` - тепер ви можете використовувати наведену вище команду для автоматичного клонування скриптів встановлення Distro-Hyprland, зазначених нижче @@ -68,14 +68,14 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr ### 👁️‍🗨️ Мої скрипти встановлення Hyprland 👁️‍🗨️ - Автоматичні скрипти Hyprland для обраного дистрибутива, які завантажать ці dotfiles, якщо ви оберете встановлення цих конфігурацій -- [Arch-Linux](https://github.com/JaKooLit/Arch-Hyprland) -- [OpenSUSE(Tumbleweed)](https://github.com/JaKooLit/OpenSuse-Hyprland) -- [Fedora-Linux](https://github.com/JaKooLit/Fedora-Hyprland) -- [Debian-Linux (Trixie & SID)](https://github.com/JaKooLit/Debian-Hyprland) -- [NixOS](https://github.com/JaKooLit/NixOS-Hyprland) -- [Ubuntu 24.04 LTS](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04) -- [Ubuntu 24.10](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.10) -- [Ubuntu 25.04 - (АЛЬФА-ЕТАП)](https://github.com/JaKooLit/Ubuntu-Hyprland/tree/25.04) +- [Arch-Linux](https://github.com/LinuxBeginnings/Arch-Hyprland) +- [OpenSUSE(Tumbleweed)](https://github.com/LinuxBeginnings/OpenSuse-Hyprland) +- [Fedora-Linux](https://github.com/LinuxBeginnings/Fedora-Hyprland) +- [Debian-Linux (Trixie & SID)](https://github.com/LinuxBeginnings/Debian-Hyprland) +- [NixOS](https://github.com/LinuxBeginnings/NixOS-Hyprland) +- [Ubuntu 24.04 LTS](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.04) +- [Ubuntu 24.10](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/24.10) +- [Ubuntu 25.04 - (АЛЬФА-ЕТАП)](https://github.com/LinuxBeginnings/Ubuntu-Hyprland/tree/25.04) --- @@ -85,16 +85,16 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr - Цей репозиторій буде завантажено скриптами встановлення Distro-Hyprland, зазначеними вище, якщо ви оберете завантаження попередньо налаштованих dotfiles ### 👀 Скріншоти 👀 -- Усі скріншоти зібрано тут [Скріншоти](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-ScreenShots) +- Усі скріншоти зібрано тут [Скріншоти](https://github.com/LinuxBeginnings/screenshots/tree/main/Hyprland-ScreenShots) ### 📦 Що нового? -- Щоб легко відстежувати зміни, я оновлюватиму [Журнал змін](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs). Скріншоти будуть додані, якщо зміни варті згадки! +- Щоб легко відстежувати зміни, я оновлюватиму [Журнал змін](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Changelogs). Скріншоти будуть додані, якщо зміни варті згадки! > [!ПРИМІТКА] > Зверніть увагу, що за замовчуванням dotfiles від KooL налаштовані для дисплеїв 2k (1440p) без масштабування. ### 💥 Інструкції з копіювання / встановлення / оновлення 💥 -- [`БІЛЬШЕ ІНФОРМАЦІЇ ТУТ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- [`БІЛЬШЕ ІНФОРМАЦІЇ ТУТ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) > [!Примітака] > Автоматичний скрипт копіювання „copy.sh“ створює резервні копії директорій, які будуть скопійовані. Проте рекомендується зробити резервну копію вручну на випадок, якщо скрипт не зможе цього зробити! @@ -102,13 +102,13 @@ sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distr > для завантаження з гілки Master ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git cd Hyprland-Dots ``` > для завантаження з гілки Development (розробка та тестування) ```bash -git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git -b development +git clone --depth=1 https://github.com/LinuxBeginnings/Hyprland-Dots.git -b development cd Hyprland-Dots ``` @@ -134,7 +134,7 @@ chmod +x upgrade.sh ``` ## ❗❗❗ УВАГА ДЛЯ КОРИСТУВАЧІВ DEBIAN ТА UBUNTU! -- Я отримую величезну кількість повідомлень щодо оновлення dotfiles Hyprland від KooL. Я зробив велику примітку у [`ВІКІ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) +- Я отримую величезну кількість повідомлень щодо оновлення dotfiles Hyprland від KooL. Я зробив велику примітку у [`ВІКІ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Install_&_Update) #### ⚠️⚠️⚠️ УВАГА - РЕЗЕРВНІ КОПІЇ, СТВОРЕНІ СКРИПТОМ > [!УВАГА] @@ -143,33 +143,33 @@ chmod +x upgrade.sh > Видаліть вручну всі непотрібні резервні копії #### 🛎️ Невелика примітка про шпалери -- за замовчуванням копіюється лише кілька шпалер (по 1 для темного та світлого режиму, плюс ще 3). Вам буде запропоновано завантажити додаткові шпалери. Ви можете переглянути/перевірити додаткові шпалери за [`ЦИМ`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) посиланням +- за замовчуванням копіюється лише кілька шпалер (по 1 для темного та світлого режиму, плюс ще 3). Вам буде запропоновано завантажити додаткові шпалери. Ви можете переглянути/перевірити додаткові шпалери за [`ЦИМ`](https://github.com/LinuxBeginnings/Wallpaper-Bank/tree/main/wallpapers) посиланням #### ⚠️⚠️⚠️ ОБОВ’ЯЗКОВО! після копіювання / встановлення цих dotfiles + Натисніть SUPER W і встановіть шпалери. Це також необхідно для ініціалізації wallust для тем waybar, kitty (tty) і rofi. Однак, якщо ви використовуєте copy.sh або release.sh, початкові шпалери вже будуть встановлені, і цього робити не доведеться + Власники Nvidia. Обов’язково відредагуйте `~/.config/hypr/UserConfigs/ENVariables.conf` (настійно рекомендується). -- Користувачі / власники Nvidia, після встановлення перевірте [`ЦЕ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) +- Користувачі / власники Nvidia, після встановлення перевірте [`ЦЕ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) + Якщо ви вже налаштували власні гарячі клавіші, монітори тощо, просто скопіюйте їх із створеної резервної копії перед виходом із системи або перезавантаженням. (рекомендується) #### 📖 Відомі проблеми та можливі рішення -- перегляньте цю сторінку [Поширені запитання](https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ) та [НЕРОЗВ’ЯЗАНІ ПРОБЛЕМИ](https://github.com/JaKooLit/Hyprland-Dots/wiki/Known_Issues) +- перегляньте цю сторінку [Поширені запитання](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/FAQ) та [НЕРОЗВ’ЯЗАНІ ПРОБЛЕМИ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Known_Issues) #### 🙋 ЗАПИТАННЯ ?!?! ⁉️ - Поширені запитання! Так, ви можете використовувати ці dotfiles на інших дистрибутивах! Просто переконайтеся, що спочатку встановлено відповідні пакети! Якщо вам від цього легше, я використовую ту саму конфігурацію на моєму Gentoo :) - ШВИДКА ПОРАДА! Натисніть на модуль HINT! у Waybar (примітка: доступно лише у стандартному та Simple-L [ВЕРХНЬОМУ] макеті Waybar). Можна запустити за допомогою гарячої клавіші `SUPER H` -- Ще запитання? натисніть тут, щоб переглянути цю [ВІКІ](https://github.com/JaKooLit/Hyprland-Dots/wiki/) -- Якщо вам потрібні старі конфігурації, вони зібрані в моєму репозиторії „Archive“. Дивіться [ТУТ](https://github.com/JaKooLit/Hyprland-Dots-releases-Archive) +- Ще запитання? натисніть тут, щоб переглянути цю [ВІКІ](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/) +- Якщо вам потрібні старі конфігурації, вони зібрані в моєму репозиторії „Archive“. Дивіться [ТУТ](https://github.com/LinuxBeginnings/Hyprland-Dots-releases-Archive) #### ⌨ Гарячі клавіші -- Гарячі клавіші [`КЛІКНІТЬ`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds) +- Гарячі клавіші [`КЛІКНІТЬ`](https://github.com/LinuxBeginnings/Hyprland-Dots/wiki/Keybinds) #### 🙏 Особливе прохання - Якщо у вас є покращення для dotfiles або конфігурацій, не соромтеся надіслати PR для покращень. Я завжди вітаю покращення, адже я також вчуся, як і ви! #### ✍️ Внесок -- Хочете зробити внесок? Клікніть [`ТУТ`](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) для посібника зі внесення внеску +- Хочете зробити внесок? Клікніть [`ТУТ`](https://github.com/LinuxBeginnings/Hyprland-Dots/blob/main/CONTRIBUTING.md) для посібника зі внесення внеску #### 🤷‍♂️ ЩО РОБИТИ! - [ ] Налаштування dotfiles - 🚧 у постійному прогресі @@ -189,7 +189,7 @@ chmod +x upgrade.sh або -[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/LinuxBeginnings) Або ви можете пожертвувати криптовалюту на мій btc-гаманець :) > 1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i @@ -197,4 +197,4 @@ chmod +x upgrade.sh ![Bitcoin](https://github.com/user-attachments/assets/7ed32f8f-c499-46f0-a53c-3f6fbd343699) ## 🫰 Дякую за зірки 🩷 -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +[![Stargazers over time](https://starchart.cc/LinuxBeginnings/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/LinuxBeginnings/Hyprland-Dots) -- cgit v1.2.3 From 3e39cb4b1902875c2649febb756b3dc748f65652 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 18 Feb 2026 17:59:17 -0500 Subject: Updated config-compact.jsonc fastfetch --- config/fastfetch/config-compact-legacy.jsonc | 86 ++ config/fastfetch/config-compact.jsonc | 1106 ++++++++++++++++++++++++-- 2 files changed, 1107 insertions(+), 85 deletions(-) create mode 100644 config/fastfetch/config-compact-legacy.jsonc mode change 100644 => 100755 config/fastfetch/config-compact.jsonc (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact-legacy.jsonc b/config/fastfetch/config-compact-legacy.jsonc new file mode 100644 index 00000000..156cb6df --- /dev/null +++ b/config/fastfetch/config-compact-legacy.jsonc @@ -0,0 +1,86 @@ +/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ + +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "padding": { + "top": 2 + }, + "type": "small" + }, + "display": { + "separator": " -> " + }, + "modules": [ + "break", + { + "type": "title", + "keyWidth": 10, + "format": " {6}{7}{8}" + }, + { + "type": "custom", + "format": " ─────────────────────────── " + }, + { + "type": "kernel", + "key": " ", + "keyColor": "yellow" + }, + { + "keyColor": "blue", + "key": " ", + "text": "echo Jakoolit: v${DOTS_VERSION}", + "type": "command" + }, + { + "type": "wm", + "key": " ", + "keyColor": "magenta" + }, + { + "type": "shell", + "key": " ", + "keyColor": "yellow" + }, + { + "type": "terminal", + "key": " ", + "keyColor": "blue" + }, + /* + { + "type": "packages", + "key": "󰏖 ", + "keyColor": "yellow" + }, + */ + { + "type": "memory", + "key": "󰍛 ", + "keyColor": "magenta", + // format: used / total + "format": "{1} / {2}" + }, + { + "type": "uptime", + "key": "󰔛 ", + "keyColor": "green" + }, + { + "type": "command", + "key": "󱦟 ", + "keyColor": "magenta", + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" + }, + { + "type": "custom", + "format": " ─────────────────────────── " + }, + { + "type": "custom", + "format": " \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[90m " + }, + "break" + ] +} diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc old mode 100644 new mode 100755 index 156cb6df..b6431de9 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -1,86 +1,1022 @@ -/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */ - -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "padding": { - "top": 2 - }, - "type": "small" - }, - "display": { - "separator": " -> " - }, - "modules": [ - "break", - { - "type": "title", - "keyWidth": 10, - "format": " {6}{7}{8}" - }, - { - "type": "custom", - "format": " ─────────────────────────── " - }, - { - "type": "kernel", - "key": " ", - "keyColor": "yellow" - }, - { - "keyColor": "blue", - "key": " ", - "text": "echo Jakoolit: v${DOTS_VERSION}", - "type": "command" - }, - { - "type": "wm", - "key": " ", - "keyColor": "magenta" - }, - { - "type": "shell", - "key": " ", - "keyColor": "yellow" - }, - { - "type": "terminal", - "key": " ", - "keyColor": "blue" - }, - /* - { - "type": "packages", - "key": "󰏖 ", - "keyColor": "yellow" - }, - */ - { - "type": "memory", - "key": "󰍛 ", - "keyColor": "magenta", - // format: used / total - "format": "{1} / {2}" - }, - { - "type": "uptime", - "key": "󰔛 ", - "keyColor": "green" - }, - { - "type": "command", - "key": "󱦟 ", - "keyColor": "magenta", - "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" - }, - { - "type": "custom", - "format": " ─────────────────────────── " - }, - { - "type": "custom", - "format": " \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[90m " - }, - "break" - ] +#!/usr/bin/env bash +set -Eeuo pipefail + +# Ubuntu setup of common apps and configuration (based on debian-setup.sh) +# - Colors, iconography, robust error handling +# - Checks /mnt/nas and copies configs if available +# - Optional modes: --config-only, --apps-only, --dry-run +# - Uses nala when available, falls back to apt +# - Prompts to run apt update/upgrade before and after + +# ------------- Config ------------- +NAS_MOUNT="/mnt/nas" +NAS_CONFIG_DIR="$NAS_MOUNT/config.files" +DRY_RUN=0 +CONFIG_ONLY=0 +APPS_ONLY=0 +SKIP_ALL=0 +INSTALL_DMS=0 +DMS_ONLY=0 +DMS_SRC="" +DMS_WORKDIR="$HOME/.local/src/dms" +APT_ONLY=0 + +# Selective install toggles +WEZTERM_ONLY=0 +FONTS_ONLY=0 +THEMES_ONLY=0 + +# ------------- Colors & Icons ------------- +RESET="\033[0m" +BOLD="\033[1m" +RED="\033[31m" +GREEN="\033[32m" +YELLOW="\033[33m" +BLUE="\033[34m" +CYAN="\033[36m" +GRAY="\033[90m" +ICON_INFO="ℹ️" +ICON_OK="✅" +ICON_WARN="⚠️" +ICON_ERR="❌" +ICON_STEP="▶️" + +info() { printf "%b%s%b %b%s%b\n" "$BLUE" "$ICON_INFO" "$RESET" "$BOLD" "$*" "$RESET"; } +success() { printf "%b%s%b %s\n" "$GREEN" "$ICON_OK" "$RESET" "$*"; } +warn() { printf "%b%s%b %s\n" "$YELLOW" "$ICON_WARN" "$RESET" "$*"; } +error() { printf "%b%s%b %s\n" "$RED" "$ICON_ERR" "$RESET" "$*" 1>&2; } +step() { printf "%b%s%b %s\n" "$CYAN" "$ICON_STEP" "$RESET" "$*"; } + +run() { + if ((DRY_RUN)); then + printf "%b+ %s%b\n" "$GRAY" "$(printf '%q ' "$@")" "$RESET" + else + "$@" + fi +} + +usage() { + cat <<'USAGE' +Usage: ubuntu-setup.sh [options] + +Options: + --config-only Only copy/apply configuration (no package installs) + --apps-only Only install/upgrade packages and apps (no config copy) + --dry-run Show what would be done without making changes + --install-dms Install Dank Material Shell: fonts + dependencies + build Quickshell and required sources; also installs the dms wrapper + --dms-only Only install DMS (skip general apps/config); implies --install-dms + --dms-src PATH Use existing source tree at PATH for building (auto-detects Meson/CMake/Autotools) + --wezterm-only Only install and configure WezTerm (nightly) + --fonts-only Only install Nerd Fonts + --themes-only Only install GTK and icon themes + --apt-only Force using apt (disable nala detection/installation) + -h, --help Show this help +USAGE +} + +# ------------- Arg parsing ------------- +while [[ $# -gt 0 ]]; do + case "${1}" in + --config-only) + CONFIG_ONLY=1 + shift + ;; + --apps-only) + APPS_ONLY=1 + shift + ;; + --dry-run) + DRY_RUN=1 + shift + ;; + --install-dms) + INSTALL_DMS=1 + shift + ;; + --dms-only) + DMS_ONLY=1 + INSTALL_DMS=1 + shift + ;; + --dms-src) + DMS_SRC="${2:-}" + if [[ -z "$DMS_SRC" ]]; then + error "--dms-src requires a path" + exit 2 + fi + shift 2 + ;; + --wezterm-only) + WEZTERM_ONLY=1 + shift + ;; + --fonts-only) + FONTS_ONLY=1 + shift + ;; + --themes-only) + THEMES_ONLY=1 + shift + ;; + --apt-only) + APT_ONLY=1 + shift + ;; + -h | --help) + usage + exit 0 + ;; + *) + error "Unknown option: $1" + usage + exit 2 + ;; + esac +done + +confirm() { + local msg=${1:-"Are you sure?"} + local def=${2:-"y"} + local prompt="[y/N]" + [[ "$def" =~ ^[Yy]$ ]] && prompt="[Y/n]" + local reply + read -r -p "$msg $prompt " reply || true + reply=${reply:-$def} + [[ "$reply" =~ ^[Yy]$ ]] +} + +ask_backup_or_skip() { + local path="$1" + local reply + if ((SKIP_ALL)); then + warn "Skip-All enabled; skipping '$path'" + return 1 + fi + while true; do + read -r -p "'$path' exists. (B)ackup, (S)kip, Skip (A)ll? [B/s/a] " reply || reply="B" + reply=${reply:-B} + case "${reply}" in + B | b) return 0 ;; + S | s) return 1 ;; + A | a) + SKIP_ALL=1 + warn "Skip-All enabled; skipping '$path' and all subsequent conflicts" + return 1 + ;; + *) printf "Please answer B, S, or A.\n" ;; + esac + done +} + +# ------------- /mnt/nas helpers ------------- +ensure_nas_available() { + if [[ -d "$NAS_CONFIG_DIR" ]]; then + return 0 + fi + if mountpoint -q "$NAS_MOUNT"; then + if [[ -d "$NAS_CONFIG_DIR" ]]; then + return 0 + fi + warn "$NAS_MOUNT is mounted but $NAS_CONFIG_DIR not found" + else + if grep -Eq '^[^#].*\s/mnt/nas\s' /etc/fstab; then + step "Attempting to mount $NAS_MOUNT from /etc/fstab" + if run sudo mount "$NAS_MOUNT"; then + [[ -d "$NAS_CONFIG_DIR" ]] && return 0 || warn "Mounted $NAS_MOUNT but $NAS_CONFIG_DIR not found" + else + warn "Failed to mount $NAS_MOUNT" + fi + else + warn "$NAS_MOUNT not mounted and no /etc/fstab entry found" + fi + fi + return 1 +} + +# ------------- Shell rc helpers ------------- +ensure_rc_sources() { + local bashrc="$HOME/.bashrc" bashrc_personal="$HOME/.bashrc-personal" + local zshrc="$HOME/.zshrc" zshrc_personal="$HOME/.zshrc-personal" + + if [[ -f "$bashrc_personal" ]]; then + local line_bash='[ -f "$HOME/.bashrc-personal" ] && source "$HOME/.bashrc-personal"' + if ! grep -Fq ".bashrc-personal" "$bashrc" 2>/dev/null; then + step "Adding source of .bashrc-personal to $bashrc" + if ((DRY_RUN)); then + printf "Would append to %s: %s\n" "$bashrc" "$line_bash" + else + mkdir -p "$(dirname "$bashrc")" + printf "%s\n" "$line_bash" >>"$bashrc" + fi + else + info "$bashrc already sources .bashrc-personal" + fi + fi + + if [[ -f "$zshrc_personal" ]]; then + local line_zsh='[ -f "$HOME/.zshrc-personal" ] && source "$HOME/.zshrc-personal"' + if ! grep -Fq ".zshrc-personal" "$zshrc" 2>/dev/null; then + step "Adding source of .zshrc-personal to $zshrc" + if ((DRY_RUN)); then + printf "Would append to %s: %s\n" "$zshrc" "$line_zsh" + else + mkdir -p "$(dirname "$zshrc")" + printf "%s\n" "$line_zsh" >>"$zshrc" + fi + else + info "$zshrc already sources .zshrc-personal" + fi + fi +} + +backup_then_copy_file() { + local src="$1" dest="$2" + if [[ -e "$dest" ]]; then + if ask_backup_or_skip "$dest"; then + local ts backup + ts=$(date +%Y%m%d-%H%M%S) + backup="${dest}.bak.${ts}" + step "Backing up $dest -> $backup" + run mv -v "$dest" "$backup" + else + warn "Skipped $dest" + return 0 + fi + fi + run cp -v "$src" "$dest" +} + +backup_then_copy_dir() { + local src="$1" dest="$2" + if [[ -e "$dest" ]]; then + if ask_backup_or_skip "$dest"; then + local ts backup + ts=$(date +%Y%m%d-%H%M%S) + backup="${dest}.bak.${ts}" + step "Backing up $dest -> $backup" + run mv -v "$dest" "$backup" + else + warn "Skipped $dest" + return 0 + fi + fi + run cp -rv "$src" "$dest" +} + +copy_config_files() { + if ! ensure_nas_available; then + if confirm "Could not access $NAS_CONFIG_DIR. Continue without copying standard config files?" y; then + warn "Skipping config copy" + return 0 + else + error "Aborting per user decision" + return 1 + fi + fi + + step "Copying configuration files from $NAS_CONFIG_DIR" + + # Starship + run mkdir -p "$HOME/.config" + if [[ -f "$NAS_CONFIG_DIR/Shells/starship/garuda-mokka.starship.toml" ]]; then + backup_then_copy_file "$NAS_CONFIG_DIR/Shells/starship/garuda-mokka.starship.toml" "$HOME/.config/starship.toml" + fi + + # Ghostty + run mkdir -p "$HOME/.config/ghostty" + if [[ -f "$NAS_CONFIG_DIR/skel/ghostty.config.xerolinux" ]]; then + backup_then_copy_file "$NAS_CONFIG_DIR/skel/ghostty.config.xerolinux" "$HOME/.config/ghostty/config" + fi + + # Yazi + if [[ -d "$NAS_CONFIG_DIR/yazi" ]]; then + backup_then_copy_dir "$NAS_CONFIG_DIR/yazi" "$HOME/.config/yazi" + if command -v ya >/dev/null 2>&1; then + step "Updating Yazi plugins via 'ya pkg upgrade'" + run ya pkg upgrade || warn "'ya pkg upgrade' failed" + else + info "'ya' not found; skipping Yazi plugin upgrade" + fi + fi + + # Tmux + run mkdir -p "$HOME/.config/tmux" + if [[ -d "$NAS_CONFIG_DIR/skel/tmux/tmux.no.git.folders" ]]; then + backup_then_copy_dir "$NAS_CONFIG_DIR/skel/tmux/tmux.no.git.folders" "$HOME/.config/tmux" + elif [[ -f "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" ]]; then + step "Extracting tmux config tar" + if ((DRY_RUN)); then + printf "Would extract %s to %s\n" "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" "$HOME/.config/tmux" + else + tar -xvf "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" -C "$HOME/.config/tmux" + fi + fi + + # Personal shells + [[ -f "$NAS_CONFIG_DIR/.bashrc-personal" ]] && backup_then_copy_file "$NAS_CONFIG_DIR/.bashrc-personal" "$HOME/.bashrc-personal" + [[ -f "$NAS_CONFIG_DIR/.zshrc-personal" ]] && backup_then_copy_file "$NAS_CONFIG_DIR/.zshrc-personal" "$HOME/.zshrc-personal" + + ensure_rc_sources + success "Config copy complete" +} + +# ------------- Fonts (DMS) ------------- +ensure_dms_fonts() { + step "Ensuring fonts required by Dank Material Shell (DMS)" + run sudo install -d -m 0755 /usr/share/fonts + local changed=0 + local IFS='|' + local font + local FONTS=( + "Material Symbols Rounded|https://github.com/google/material-design-icons/raw/master/variablefont/MaterialSymbolsRounded%5BFILL%2CGRAD%2Copsz%2Cwght%5D.ttf|/usr/share/fonts/MaterialSymbolsRounded.ttf|Material Symbols Rounded" + "Inter Variable|https://github.com/rsms/inter/raw/refs/tags/v4.1/docs/font-files/InterVariable.ttf|/usr/share/fonts/InterVariable.ttf|Inter" + "Fira Code|https://raw.githubusercontent.com/tonsky/FiraCode/main/distr/ttf/FiraCode-Regular.ttf|/usr/share/fonts/FiraCode-Regular.ttf|Fira Code" + ) + for font in "${FONTS[@]}"; do + read -r LABEL URL DEST CHECK <<<"$font" + if fc-list | grep -qi -- "$CHECK"; then + info "Font '$LABEL' already available" + continue + fi + if [[ -f "$DEST" ]]; then + info "Font file for '$LABEL' already present at $DEST" + continue + fi + step "Downloading font: $LABEL" + if run sudo curl -fL "$URL" -o "$DEST"; then + changed=1 + else + warn "Failed to download $LABEL" + if [[ "$LABEL" == "Fira Code" ]]; then + step "Attempting to install Fira Code via package manager" + if pkg_install fonts-firacode; then + changed=1 + else + warn "fonts-firacode package not available" + fi + fi + fi + done + if ((changed)); then + step "Rebuilding font cache" + run sudo fc-cache -fv + else info "No font changes needed"; fi +} + +# ------------- DMS install/build (same as debian script) ------------- +install_dms_deps() { + step "Installing DMS build/runtime dependencies" + pkg_install build-essential gcc make cmake ninja-build git autoconf automake libtool pkg-config + pkg_install qt6-base-dev qt6-base-dev-tools qt6-declarative-dev qt6-shadertools-dev qt6-declarative-private-dev + pkg_install qt6-tools-dev qt6-tools-dev-tools qttools5-dev-tools qt6-wayland + pkg_install libwayland-dev wayland-protocols libxkbcommon-dev libegl1-mesa-dev + pkg_install libcli11-dev libjemalloc-dev libdbus-1-dev +} + +install_dms_binary() { + step "Installing DMS (prebuilt binary)" + local arch cmd + arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') + cmd="curl -L https://github.com/AvengeMedia/danklinux/releases/latest/download/dms-${arch}.gz | gunzip | tee /usr/local/bin/dms >/dev/null && chmod +x /usr/local/bin/dms" + if ((DRY_RUN)); then + printf "Would run (as root): %s\n" "$cmd" + else + sudo sh -c "$cmd" + fi +} + +qs_detect_version() { + local v + if command -v quickshell >/dev/null 2>&1; then + v=$(quickshell --version 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) + if [[ -z "$v" ]]; then + v=$(quickshell -v 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) + fi + printf "%s" "${v}" + fi +} + +version_ge() { dpkg --compare-versions "$1" ge "$2"; } + +build_quickshell() { + local workdir="$DMS_WORKDIR" + local qs_dir="$workdir/quickshell" + local qs_url="https://git.outfoxxed.me/quickshell/quickshell.git" + run mkdir -p "$workdir" + if [[ -d "$qs_dir/.git" ]]; then + step "Updating Quickshell in $qs_dir" + (cd "$qs_dir" && run git fetch --all --prune && run git pull --ff-only) + else + step "Cloning Quickshell" + run git clone "$qs_url" "$qs_dir" + fi + step "Configuring Quickshell (CMake + Ninja)" + run mkdir -p "$qs_dir/build" + (cd "$qs_dir/build" && run cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DINSTALL_QMLDIR="$(qtpaths6 -query QT_INSTALL_QML 2>/dev/null || echo /usr/lib/qt6/qml)" ..) + step "Building Quickshell" + (cd "$qs_dir/build" && run cmake --build .) + step "Installing Quickshell" + (cd "$qs_dir/build" && run sudo cmake --install .) +} + +ensure_quickshell_min_version() { + local min_ver="$1" + local cur + cur=$(qs_detect_version || true) + if [[ -n "$cur" ]] && version_ge "$cur" "$min_ver"; then + info "Quickshell $cur present (>= $min_ver); skipping build" + return 0 + fi + warn "Quickshell not present or < $min_ver; building from source" + build_quickshell +} + +ensure_quickshell_config_dms() { + local cfg="$HOME/.config/quickshell" + local dms_dir="$cfg/dms" + run mkdir -p "$cfg" + if [[ -d "$dms_dir/.git" ]]; then + step "Updating DankMaterialShell in $dms_dir" + (cd "$dms_dir" && run git fetch --all --prune && run git pull --ff-only) + else + step "Cloning DankMaterialShell to $dms_dir" + run git clone https://github.com/AvengeMedia/DankMaterialShell.git "$dms_dir" + fi +} + +ensure_dgop_installed() { + if command -v dgop >/dev/null 2>&1; then + info "dgop already installed" + return 0 + fi + step "Installing dgop" + local arch + arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') + local cmd="curl -L https://github.com/AvengeMedia/dgop/releases/latest/download/dgop-linux-${arch}.gz | gunzip | tee /usr/local/bin/dgop > /dev/null && chmod +x /usr/local/bin/dgop" + if ((DRY_RUN)); then + printf "Would run (as root): %s\n" "$cmd" + else + sudo sh -c "$cmd" + fi +} + +ensure_rustc_cargo() { + if command -v cargo >/dev/null 2>&1 && command -v rustc >/dev/null 2>&1; then + return 0 + fi + step "Installing rust toolchain (rustc, cargo)" + pkg_install rustc cargo +} + +matugen_version() { + local v + if command -v matugen >/dev/null 2>&1; then + v=$(matugen --version 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) + printf "%s" "$v" + fi +} + +ensure_matugen_min_version() { + local min_ver="$1" + local cur + cur=$(matugen_version || true) + if [[ -n "$cur" ]] && version_ge "$cur" "$min_ver"; then + info "matugen $cur present (>= $min_ver)" + return 0 + fi + step "Installing matugen via cargo (requires rustc/cargo)" + ensure_rustc_cargo + run cargo install matugen + if [[ -x "$HOME/.cargo/bin/matugen" ]]; then + if ((DRY_RUN)); then + printf "Would copy %s to /usr/local/bin\n" "$HOME/.cargo/bin/matugen" + else + sudo cp "$HOME/.cargo/bin/matugen" /usr/local/bin/ + fi + fi +} + +build_from_source_generic() { + local src="$1" + if [[ -z "$src" || ! -d "$src" ]]; then + error "Invalid source directory: $src" + return 1 + fi + step "Building from source at $src" + if [[ -f "$src/meson.build" ]]; then + run meson setup "$src/build" "$src" --buildtype=release + run meson compile -C "$src/build" + run sudo meson install -C "$src/build" + elif [[ -f "$src/CMakeLists.txt" ]]; then + run cmake -S "$src" -B "$src/build" -DCMAKE_BUILD_TYPE=Release + run cmake --build "$src/build" -j"$(nproc)" + run sudo cmake --install "$src/build" + elif [[ -x "$src/configure" || -f "$src/configure.ac" ]]; then + (cd "$src" && run ./configure && run make -j"$(nproc)" && run sudo make install) + else + warn "Unknown build system in $src; skipping build" + return 1 + fi +} + +git_clone_or_update() { + local url="$1" dest="$2" + if [[ -d "$dest/.git" ]]; then + step "Updating repo $(basename "$dest")" + (cd "$dest" && run git fetch --all --prune && run git pull --ff-only) + else + step "Cloning $(basename "$dest")" + run git clone "$url" "$dest" + fi + if [[ -f "$dest/.gitmodules" ]]; then + step "Updating submodules for $(basename "$dest")" + (cd "$dest" && run git submodule update --init --recursive) + fi +} + +build_breakpad() { + local workdir="$DMS_WORKDIR" + local bp_dir="$workdir/breakpad" + run mkdir -p "$workdir" + git_clone_or_update https://chromium.googlesource.com/breakpad/breakpad "$bp_dir" + run mkdir -p "$bp_dir/src/third_party" + if [[ ! -d "$bp_dir/src/third_party/lss/.git" ]]; then + run git clone https://chromium.googlesource.com/linux-syscall-support "$bp_dir/src/third_party/lss" + else + (cd "$bp_dir/src/third_party/lss" && run git pull --ff-only) + fi + (cd "$bp_dir" && run autoreconf -fi && run ./configure && run make -j"$(nproc)") + run sudo make -C "$bp_dir" install + run sudo ldconfig || true +} + +ensure_breakpad() { + if pkg-config --exists breakpad 2>/dev/null; then + info "breakpad already available (pkg-config)" + return 0 + fi + step "Installing breakpad development package" + if pkg_install libbreakpad-dev; then + if pkg-config --exists breakpad 2>/dev/null; then + success "breakpad detected via pkg-config after install" + return 0 + fi + warn "libbreakpad-dev installed but pkg-config 'breakpad' still not found" + else + warn "libbreakpad-dev not available via $PKG_MGR" + fi + warn "Falling back to building breakpad from source" + build_breakpad + if pkg-config --exists breakpad 2>/dev/null; then + success "breakpad available after source build" + return 0 + fi + error "breakpad still missing; Quickshell build will fail" + return 1 +} + +install_dms_sources() { + ensure_breakpad || true + ensure_quickshell_min_version "0.2.1" +} + +install_dms() { + install_dms_deps + install_dms_sources + ensure_quickshell_config_dms + ensure_dgop_installed + ensure_matugen_min_version "2.4.1" + install_dms_binary || true + if command -v dms >/dev/null 2>&1; then success "DMS wrapper installed: $(command -v dms)"; fi +} + +# ------------- Polkit agent management ------------- +ensure_polkit_agent() { + step "Ensuring a working Polkit authentication agent" + local gnome_pkg="policykit-1-gnome" mate_pkg="mate-polkit" + local gnome_paths=( + "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1" + ) + local mate_paths=( + "/usr/libexec/polkit-mate-authentication-agent-1" + "/usr/lib/mate-polkit/polkit-mate-authentication-agent-1" + "/usr/lib/policykit-1-mate/polkit-mate-authentication-agent-1" + ) + run sudo apt purge -y hyprpolkit hyprpolkit-agent hyprpolkit-git || true + if pgrep -u "$USER" -f 'hypr.*polkit' >/dev/null 2>&1; then + warn "Found running hyprpolkit agent; stopping to avoid conflicts" + run pkill -u "$USER" -f 'hypr.*polkit' || true + fi + pkg_install pkexec || true + local agent="" + if pkg_install "$gnome_pkg"; then + for p in "${gnome_paths[@]}"; do + if [[ -x "$p" ]]; then + agent="$p" + break + fi + done + fi + if [[ -z "$agent" ]]; then + if pkg_install "$mate_pkg"; then + for p in "${mate_paths[@]}"; do + if [[ -x "$p" ]]; then + agent="$p" + break + fi + done + fi + fi + if [[ -z "$agent" ]]; then + warn "No polkit authentication agent found after install attempts" + return 0 + fi + local autostart="$HOME/.config/autostart/polkit-agent.desktop" + run mkdir -p "$HOME/.config/autostart" + if ((DRY_RUN)); then + printf "Would write autostart for agent: %s -> %s\n" "$agent" "$autostart" + else + cat >"$autostart" </dev/null 2>&1; then + step "Starting polkit agent: $agent" + if ((DRY_RUN)); then + printf "Would start: %s\n" "$agent" + else + nohup "$agent" >/dev/null 2>&1 & + disown || true + fi + else + info "Polkit agent already running" + fi +} + +# ------------- Package manager (nala/apt) ------------- +PKG_MGR="apt" +PKG_INSTALL_CMD=(sudo apt install -y) +PKG_UPDATE_CMD=(sudo apt update) +PKG_UPGRADE_CMD=(sudo apt upgrade -y) + +use_nala_if_available() { + if command -v nala >/dev/null 2>&1; then + PKG_MGR="nala" + PKG_INSTALL_CMD=(sudo nala install -y) + PKG_UPDATE_CMD=(sudo nala update) + PKG_UPGRADE_CMD=(sudo nala upgrade -y) + info "Using nala for package operations" + return 0 + fi + return 1 +} + +try_install_nala() { + if command -v nala >/dev/null 2>&1; then return 0; fi + step "Attempting to install nala" + if run sudo apt update && run sudo apt install -y nala; then + use_nala_if_available + else + warn "nala installation failed; falling back to apt" + fi +} + +pkg_install() { run "${PKG_INSTALL_CMD[@]}" "$@"; } +pkg_update() { run "${PKG_UPDATE_CMD[@]}"; } +pkg_upgrade() { run "${PKG_UPGRADE_CMD[@]}"; } + +# ------------- Docker (Ubuntu packages) ------------- +install_docker() { + step "Installing Docker (Ubuntu packages)" + run sudo apt-get update + pkg_install ca-certificates curl gnupg || true + pkg_install docker.io docker-compose-v2 + run sudo usermod -aG docker "$USER" + run sudo systemctl enable --now docker || run sudo systemctl enable --now dockerd || true + success "Docker installation complete" +} + +# ------------- Flatpak ------------- +configure_flatpak() { + step "Configuring Flatpak" + run sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +} + +install_flatpak_apps() { + step "Installing Flatpak apps (flathub)" + local apps=( + com.github.tchx84.Flatseal + com.visualstudio.code + io.github.dvlv.boxbuddyrs + io.github.flattool.Warehouse + ) + run flatpak install -y flathub "${apps[@]}" } + +# ------------- Local .deb installs from NAS ------------- +install_deb_if_exists() { + local deb_path="$1" + if [[ -f "$deb_path" ]]; then + step "Installing $(basename "$deb_path")" + pkg_install "$deb_path" || { + warn "Install via $PKG_MGR failed for $deb_path; attempting dpkg -i + fix" + run sudo dpkg -i "$deb_path" || run sudo apt-get -f install -y + } + else + warn "Missing .deb: $deb_path" + fi +} + +install_nas_local_bins() { + local bin_dir="$NAS_CONFIG_DIR/OS/debian/bin" + if ! ensure_nas_available; then + warn "NAS not available; skipping local bin installs" + return 0 + fi + if [[ ! -d "$bin_dir" ]]; then + info "No local bin dir at $bin_dir; skipping" + return 0 + fi + step "Installing local binaries from $bin_dir to /usr/local/bin" + local f base + for f in "$bin_dir"/*; do + [[ -f "$f" ]] || continue + base=$(basename "$f") + if ((DRY_RUN)); then + printf "Would install %s -> /usr/local/bin/%s with mode 0755\n" "$f" "$base" + else + sudo install -m 0755 -D "$f" "/usr/local/bin/$base" + fi + done +} + +install_apps() { + step "Installing standard packages" + pkg_install git wget curl rsync tmux flatpak sshfs mpv gcc remmina vlc ugrep ripgrep bat fzf ncdu time flex + pkg_install btop glances zoxide tree ranger cava cmatrix virt-viewer arandr variety feh nitrogen fastfetch + pkg_install rustc cargo wlr-randr htop ncdu kitty alacritty starship + + configure_flatpak + install_flatpak_apps + + step "Installing Docker and related components" + install_docker + + step "Installing additional utilities (distrobox)" + pkg_install distrobox || warn "distrobox not available in current repositories" + + step "Optional installs from NAS (if present)" + step "Removing distro Neovim before installing NAS package (avoids conflicts)" + run sudo apt remove -y neovim neovim-runtime || true + install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/nvim-linux-x86_64.deb" + install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/onefetch_2.25.0_amd64.deb" + install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/discord.deb" + install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/discord-canary.deb" + install_nas_local_bins + + success "Package installation complete" +} + +# ------------- WezTerm / Nerd Fonts / Themes ------------- +install_wezterm() { + step "Installing WezTerm (nightly) from official repository" + if command -v wezterm >/dev/null 2>&1; then + info "WezTerm already installed; skipping package install" + else + run sudo install -d -m 0755 /usr/share/keyrings /etc/apt/sources.list.d + local cmd + cmd="curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg" + if ((DRY_RUN)); then + printf "Would run: %s\n" "$cmd" + else + sh -c "$cmd" + fi + if ((DRY_RUN)); then + printf "Would write WezTerm APT source to /etc/apt/sources.list.d/wezterm.list\n" + else + echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list >/dev/null || true + fi + run sudo chmod 644 /usr/share/keyrings/wezterm-fury.gpg + step "Refreshing package metadata for WezTerm" + pkg_update || run sudo apt update + step "Installing wezterm-nightly" + pkg_install wezterm-nightly || warn "Failed to install wezterm-nightly" + fi + + step "Configuring WezTerm" + run mkdir -p "$HOME/.config/wezterm" + local cfg_url="https://codeberg.org/justaguylinux/butterscripts/raw/branch/main/wezterm/wezterm.lua" + if ((DRY_RUN)); then + printf "Would download %s -> %s\n" "$cfg_url" "$HOME/.config/wezterm/wezterm.lua" + else + curl -fsSL "$cfg_url" -o "$HOME/.config/wezterm/wezterm.lua" || warn "Failed to download WezTerm config" + fi + + if command -v update-alternatives >/dev/null 2>&1 && command -v wezterm >/dev/null 2>&1; then + step "Setting wezterm as default terminal emulator" + run sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/wezterm 50 + run sudo update-alternatives --set x-terminal-emulator /usr/bin/wezterm + fi + success "WezTerm installation/configuration complete" +} + +install_nerd_fonts() { + step "Installing Nerd Fonts" + pkg_install wget unzip || true + local FONTS_DIR="$HOME/.local/share/fonts" + local TEMP_DIR + TEMP_DIR=$(mktemp -d -t nerdfonts.XXXXXX) + run mkdir -p "$FONTS_DIR" + local FONT_VERSION="v3.4.0" + local fonts=( + JetBrainsMono FiraCode Hack CascadiaCode SourceCodePro RobotoMono Meslo UbuntuMono Inconsolata VictorMono Mononoki Terminus Lilex + ) + local font + for font in "${fonts[@]}"; do + step "Processing $font" + if [[ -d "$FONTS_DIR/$font" ]] && [[ -n "$(ls -A "$FONTS_DIR/$font" 2>/dev/null)" ]]; then + info "$font already installed; skipping" + continue + fi + local zip="$TEMP_DIR/${font}.zip" + local url="https://github.com/ryanoasis/nerd-fonts/releases/download/${FONT_VERSION}/${font}.zip" + if ((DRY_RUN)); then + printf "Would download %s -> %s\n" "$url" "$zip" + printf "Would extract %s into %s/%s\n" "$zip" "$FONTS_DIR" "$font" + else + curl -fL "$url" -o "$zip" || { + warn "Download failed for $font" + continue + } + run mkdir -p "$FONTS_DIR/$font" + if unzip -q "$zip" -d "$FONTS_DIR/$font/"; then :; else + warn "Extraction failed for $font" + rm -rf "$FONTS_DIR/$font" + fi + rm -f "$zip" + fi + done + step "Rebuilding font cache" + run fc-cache -f + if ((DRY_RUN)); then + printf "Would remove temp dir %s\n" "$TEMP_DIR" + else + rm -rf "$TEMP_DIR" + fi + success "Nerd Fonts installation complete" +} + +install_themes() { + step "Installing GTK and icon themes" + pkg_install git || true + local TEMP_DIR + TEMP_DIR=$(mktemp -d -t themes.XXXXXX) + if ((DRY_RUN)); then + printf "Would clone and run theme installers in %s\n" "$TEMP_DIR" + else + mkdir -p "$TEMP_DIR" + (cd "$TEMP_DIR" && git clone -q https://github.com/vinceliuice/Orchis-theme) || { error "Failed to clone GTK theme"; } + (cd "$TEMP_DIR/Orchis-theme" && yes | ./install.sh -l -c dark -t grey --tweaks black >/dev/null 2>&1) || warn "GTK theme install failed" + (cd "$TEMP_DIR" && git clone -q https://github.com/vinceliuice/Colloid-icon-theme) || { error "Failed to clone icon theme"; } + (cd "$TEMP_DIR/Colloid-icon-theme" && ./install.sh -t grey -s dracula >/dev/null 2>&1 || true) + local ICON_THEME="Colloid-Grey-Dracula-Dark" + if [[ ! -d "$HOME/.local/share/icons/$ICON_THEME" ]] && [[ ! -d "$HOME/.icons/$ICON_THEME" ]]; then + warn "Icon theme installation verification failed" + fi + fi + + local GTK_THEME="Orchis-Grey-Dark" + run mkdir -p "$HOME/.config/gtk-3.0" + if ((DRY_RUN)); then + printf "Would write GTK settings files and apply via gsettings if available\n" + else + cat >"$HOME/.config/gtk-3.0/settings.ini" <"$HOME/.gtkrc-2.0" </dev/null 2>&1; then + gsettings set org.gnome.desktop.interface gtk-theme "$GTK_THEME" || true + gsettings set org.gnome.desktop.interface icon-theme "Colloid-Grey-Dracula-Dark" || true + fi + fi + + if ((DRY_RUN)); then + printf "Would remove temp dir %s\n" "$TEMP_DIR" + else + rm -rf "$TEMP_DIR" + fi + success "Themes installed and applied" +} + +preflight_updates() { + if confirm "Recommended: run 'sudo apt update && sudo apt upgrade -y' now before proceeding?" y; then + step "Updating package metadata" + pkg_update || run sudo apt update + step "Upgrading packages" + pkg_upgrade || run sudo apt upgrade -y + else + warn "Proceeding without initial apt update/upgrade" + fi +} + +postflight_updates() { + if confirm "Run 'sudo apt update && sudo apt upgrade -y' again to pick up any new updates (e.g., from newly added repos)?" y; then + step "Updating package metadata" + run sudo apt update + step "Upgrading packages" + run sudo apt upgrade -y + else + warn "Skipping final apt update/upgrade" + fi +} + +main() { + info "Starting Ubuntu setup" + + if ((APT_ONLY)); then + info "Using apt (forced)" + else + info "Using apt" + fi + + preflight_updates + + if ((DMS_ONLY)); then + info "DMS-only mode" + ensure_dms_fonts + install_dms + ensure_polkit_agent + success "Done (dms-only)" + postflight_updates + return 0 + fi + + if ((WEZTERM_ONLY || FONTS_ONLY || THEMES_ONLY)); then + info "Selective install mode" + if ((WEZTERM_ONLY)); then install_wezterm; fi + if ((FONTS_ONLY)); then install_nerd_fonts; fi + if ((THEMES_ONLY)); then install_themes; fi + success "Done (selective installs)" + postflight_updates + return 0 + fi + + if ((CONFIG_ONLY)); then + info "Config-only mode" + ensure_dms_fonts + if ((INSTALL_DMS)); then + install_dms + fi + ensure_polkit_agent + copy_config_files + success "Done (config-only)" + postflight_updates + return 0 + fi + + if ((APPS_ONLY)); then + info "Apps-only mode" + install_apps + if ((INSTALL_DMS)); then + ensure_dms_fonts + install_dms + fi + ensure_polkit_agent + success "Done (apps-only)" + postflight_updates + return 0 + fi + + install_apps + ensure_dms_fonts + if ((INSTALL_DMS)); then + install_dms + fi + ensure_polkit_agent + copy_config_files + + success "All tasks complete" + postflight_updates +} + +main "$@" -- cgit v1.2.3 From efae693feae00b9439ab2a62eb964a0f31303aff Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 18 Feb 2026 22:10:00 -0500 Subject: Fixed config-compact.jsonc --- config/fastfetch/config-compact.jsonc | 1086 ++------------------------------- 1 file changed, 65 insertions(+), 1021 deletions(-) mode change 100755 => 100644 config/fastfetch/config-compact.jsonc (limited to 'config/fastfetch') diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc old mode 100755 new mode 100644 index b6431de9..d88e1d32 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -1,1022 +1,66 @@ -#!/usr/bin/env bash -set -Eeuo pipefail - -# Ubuntu setup of common apps and configuration (based on debian-setup.sh) -# - Colors, iconography, robust error handling -# - Checks /mnt/nas and copies configs if available -# - Optional modes: --config-only, --apps-only, --dry-run -# - Uses nala when available, falls back to apt -# - Prompts to run apt update/upgrade before and after - -# ------------- Config ------------- -NAS_MOUNT="/mnt/nas" -NAS_CONFIG_DIR="$NAS_MOUNT/config.files" -DRY_RUN=0 -CONFIG_ONLY=0 -APPS_ONLY=0 -SKIP_ALL=0 -INSTALL_DMS=0 -DMS_ONLY=0 -DMS_SRC="" -DMS_WORKDIR="$HOME/.local/src/dms" -APT_ONLY=0 - -# Selective install toggles -WEZTERM_ONLY=0 -FONTS_ONLY=0 -THEMES_ONLY=0 - -# ------------- Colors & Icons ------------- -RESET="\033[0m" -BOLD="\033[1m" -RED="\033[31m" -GREEN="\033[32m" -YELLOW="\033[33m" -BLUE="\033[34m" -CYAN="\033[36m" -GRAY="\033[90m" -ICON_INFO="ℹ️" -ICON_OK="✅" -ICON_WARN="⚠️" -ICON_ERR="❌" -ICON_STEP="▶️" - -info() { printf "%b%s%b %b%s%b\n" "$BLUE" "$ICON_INFO" "$RESET" "$BOLD" "$*" "$RESET"; } -success() { printf "%b%s%b %s\n" "$GREEN" "$ICON_OK" "$RESET" "$*"; } -warn() { printf "%b%s%b %s\n" "$YELLOW" "$ICON_WARN" "$RESET" "$*"; } -error() { printf "%b%s%b %s\n" "$RED" "$ICON_ERR" "$RESET" "$*" 1>&2; } -step() { printf "%b%s%b %s\n" "$CYAN" "$ICON_STEP" "$RESET" "$*"; } - -run() { - if ((DRY_RUN)); then - printf "%b+ %s%b\n" "$GRAY" "$(printf '%q ' "$@")" "$RESET" - else - "$@" - fi +/** + * ┏┓┏┓┏┓┏┳┓┏┓┏┓┏┳┓┏┓┓┏ + * ┣ ┣┫┗┓ ┃ ┣ ┣ ┃ ┃ ┣┫ + * ┻ ┛┗┗┛ ┻ ┻ ┗┛ ┻ ┗┛┛┗ + * + */ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + // "type": "auto", + // x."source": "~/.config/fastfetch/logo.png", + // "height": 10, + "padding": { + "top": 3, + "right": 2 + }, + "type": "small" + }, + "display": { + "separator": " " + }, + "modules": [ + "break", + "break", + "break", + "break", + { + "type": "os", + "key": " ", + "keyColor": "31" + }, + { + "type": "kernel", + "key": " ", + "keyColor": "32" + }, + { + "type": "shell", + "key": " ", + "keyColor": "34" + }, + { + "type": "terminal", + "key": " ", + "keyColor": "35" + }, + { + "type": "wm", + "key": " ", + "keyColor": "36" + }, + { + "type": "uptime", + "key": " ", + "keyColor": "31" + }, + { + "type": "command", + "key": " ", + "keyColor": "36", + "shell": "/bin/bash", + "text": "echo \"Jak's dotfiles: v$DOTS_VERSION\"" + }, + "break" + ] } - -usage() { - cat <<'USAGE' -Usage: ubuntu-setup.sh [options] - -Options: - --config-only Only copy/apply configuration (no package installs) - --apps-only Only install/upgrade packages and apps (no config copy) - --dry-run Show what would be done without making changes - --install-dms Install Dank Material Shell: fonts + dependencies + build Quickshell and required sources; also installs the dms wrapper - --dms-only Only install DMS (skip general apps/config); implies --install-dms - --dms-src PATH Use existing source tree at PATH for building (auto-detects Meson/CMake/Autotools) - --wezterm-only Only install and configure WezTerm (nightly) - --fonts-only Only install Nerd Fonts - --themes-only Only install GTK and icon themes - --apt-only Force using apt (disable nala detection/installation) - -h, --help Show this help -USAGE -} - -# ------------- Arg parsing ------------- -while [[ $# -gt 0 ]]; do - case "${1}" in - --config-only) - CONFIG_ONLY=1 - shift - ;; - --apps-only) - APPS_ONLY=1 - shift - ;; - --dry-run) - DRY_RUN=1 - shift - ;; - --install-dms) - INSTALL_DMS=1 - shift - ;; - --dms-only) - DMS_ONLY=1 - INSTALL_DMS=1 - shift - ;; - --dms-src) - DMS_SRC="${2:-}" - if [[ -z "$DMS_SRC" ]]; then - error "--dms-src requires a path" - exit 2 - fi - shift 2 - ;; - --wezterm-only) - WEZTERM_ONLY=1 - shift - ;; - --fonts-only) - FONTS_ONLY=1 - shift - ;; - --themes-only) - THEMES_ONLY=1 - shift - ;; - --apt-only) - APT_ONLY=1 - shift - ;; - -h | --help) - usage - exit 0 - ;; - *) - error "Unknown option: $1" - usage - exit 2 - ;; - esac -done - -confirm() { - local msg=${1:-"Are you sure?"} - local def=${2:-"y"} - local prompt="[y/N]" - [[ "$def" =~ ^[Yy]$ ]] && prompt="[Y/n]" - local reply - read -r -p "$msg $prompt " reply || true - reply=${reply:-$def} - [[ "$reply" =~ ^[Yy]$ ]] -} - -ask_backup_or_skip() { - local path="$1" - local reply - if ((SKIP_ALL)); then - warn "Skip-All enabled; skipping '$path'" - return 1 - fi - while true; do - read -r -p "'$path' exists. (B)ackup, (S)kip, Skip (A)ll? [B/s/a] " reply || reply="B" - reply=${reply:-B} - case "${reply}" in - B | b) return 0 ;; - S | s) return 1 ;; - A | a) - SKIP_ALL=1 - warn "Skip-All enabled; skipping '$path' and all subsequent conflicts" - return 1 - ;; - *) printf "Please answer B, S, or A.\n" ;; - esac - done -} - -# ------------- /mnt/nas helpers ------------- -ensure_nas_available() { - if [[ -d "$NAS_CONFIG_DIR" ]]; then - return 0 - fi - if mountpoint -q "$NAS_MOUNT"; then - if [[ -d "$NAS_CONFIG_DIR" ]]; then - return 0 - fi - warn "$NAS_MOUNT is mounted but $NAS_CONFIG_DIR not found" - else - if grep -Eq '^[^#].*\s/mnt/nas\s' /etc/fstab; then - step "Attempting to mount $NAS_MOUNT from /etc/fstab" - if run sudo mount "$NAS_MOUNT"; then - [[ -d "$NAS_CONFIG_DIR" ]] && return 0 || warn "Mounted $NAS_MOUNT but $NAS_CONFIG_DIR not found" - else - warn "Failed to mount $NAS_MOUNT" - fi - else - warn "$NAS_MOUNT not mounted and no /etc/fstab entry found" - fi - fi - return 1 -} - -# ------------- Shell rc helpers ------------- -ensure_rc_sources() { - local bashrc="$HOME/.bashrc" bashrc_personal="$HOME/.bashrc-personal" - local zshrc="$HOME/.zshrc" zshrc_personal="$HOME/.zshrc-personal" - - if [[ -f "$bashrc_personal" ]]; then - local line_bash='[ -f "$HOME/.bashrc-personal" ] && source "$HOME/.bashrc-personal"' - if ! grep -Fq ".bashrc-personal" "$bashrc" 2>/dev/null; then - step "Adding source of .bashrc-personal to $bashrc" - if ((DRY_RUN)); then - printf "Would append to %s: %s\n" "$bashrc" "$line_bash" - else - mkdir -p "$(dirname "$bashrc")" - printf "%s\n" "$line_bash" >>"$bashrc" - fi - else - info "$bashrc already sources .bashrc-personal" - fi - fi - - if [[ -f "$zshrc_personal" ]]; then - local line_zsh='[ -f "$HOME/.zshrc-personal" ] && source "$HOME/.zshrc-personal"' - if ! grep -Fq ".zshrc-personal" "$zshrc" 2>/dev/null; then - step "Adding source of .zshrc-personal to $zshrc" - if ((DRY_RUN)); then - printf "Would append to %s: %s\n" "$zshrc" "$line_zsh" - else - mkdir -p "$(dirname "$zshrc")" - printf "%s\n" "$line_zsh" >>"$zshrc" - fi - else - info "$zshrc already sources .zshrc-personal" - fi - fi -} - -backup_then_copy_file() { - local src="$1" dest="$2" - if [[ -e "$dest" ]]; then - if ask_backup_or_skip "$dest"; then - local ts backup - ts=$(date +%Y%m%d-%H%M%S) - backup="${dest}.bak.${ts}" - step "Backing up $dest -> $backup" - run mv -v "$dest" "$backup" - else - warn "Skipped $dest" - return 0 - fi - fi - run cp -v "$src" "$dest" -} - -backup_then_copy_dir() { - local src="$1" dest="$2" - if [[ -e "$dest" ]]; then - if ask_backup_or_skip "$dest"; then - local ts backup - ts=$(date +%Y%m%d-%H%M%S) - backup="${dest}.bak.${ts}" - step "Backing up $dest -> $backup" - run mv -v "$dest" "$backup" - else - warn "Skipped $dest" - return 0 - fi - fi - run cp -rv "$src" "$dest" -} - -copy_config_files() { - if ! ensure_nas_available; then - if confirm "Could not access $NAS_CONFIG_DIR. Continue without copying standard config files?" y; then - warn "Skipping config copy" - return 0 - else - error "Aborting per user decision" - return 1 - fi - fi - - step "Copying configuration files from $NAS_CONFIG_DIR" - - # Starship - run mkdir -p "$HOME/.config" - if [[ -f "$NAS_CONFIG_DIR/Shells/starship/garuda-mokka.starship.toml" ]]; then - backup_then_copy_file "$NAS_CONFIG_DIR/Shells/starship/garuda-mokka.starship.toml" "$HOME/.config/starship.toml" - fi - - # Ghostty - run mkdir -p "$HOME/.config/ghostty" - if [[ -f "$NAS_CONFIG_DIR/skel/ghostty.config.xerolinux" ]]; then - backup_then_copy_file "$NAS_CONFIG_DIR/skel/ghostty.config.xerolinux" "$HOME/.config/ghostty/config" - fi - - # Yazi - if [[ -d "$NAS_CONFIG_DIR/yazi" ]]; then - backup_then_copy_dir "$NAS_CONFIG_DIR/yazi" "$HOME/.config/yazi" - if command -v ya >/dev/null 2>&1; then - step "Updating Yazi plugins via 'ya pkg upgrade'" - run ya pkg upgrade || warn "'ya pkg upgrade' failed" - else - info "'ya' not found; skipping Yazi plugin upgrade" - fi - fi - - # Tmux - run mkdir -p "$HOME/.config/tmux" - if [[ -d "$NAS_CONFIG_DIR/skel/tmux/tmux.no.git.folders" ]]; then - backup_then_copy_dir "$NAS_CONFIG_DIR/skel/tmux/tmux.no.git.folders" "$HOME/.config/tmux" - elif [[ -f "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" ]]; then - step "Extracting tmux config tar" - if ((DRY_RUN)); then - printf "Would extract %s to %s\n" "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" "$HOME/.config/tmux" - else - tar -xvf "$NAS_CONFIG_DIR/skel/tmux/tmux.conf.update.tar" -C "$HOME/.config/tmux" - fi - fi - - # Personal shells - [[ -f "$NAS_CONFIG_DIR/.bashrc-personal" ]] && backup_then_copy_file "$NAS_CONFIG_DIR/.bashrc-personal" "$HOME/.bashrc-personal" - [[ -f "$NAS_CONFIG_DIR/.zshrc-personal" ]] && backup_then_copy_file "$NAS_CONFIG_DIR/.zshrc-personal" "$HOME/.zshrc-personal" - - ensure_rc_sources - success "Config copy complete" -} - -# ------------- Fonts (DMS) ------------- -ensure_dms_fonts() { - step "Ensuring fonts required by Dank Material Shell (DMS)" - run sudo install -d -m 0755 /usr/share/fonts - local changed=0 - local IFS='|' - local font - local FONTS=( - "Material Symbols Rounded|https://github.com/google/material-design-icons/raw/master/variablefont/MaterialSymbolsRounded%5BFILL%2CGRAD%2Copsz%2Cwght%5D.ttf|/usr/share/fonts/MaterialSymbolsRounded.ttf|Material Symbols Rounded" - "Inter Variable|https://github.com/rsms/inter/raw/refs/tags/v4.1/docs/font-files/InterVariable.ttf|/usr/share/fonts/InterVariable.ttf|Inter" - "Fira Code|https://raw.githubusercontent.com/tonsky/FiraCode/main/distr/ttf/FiraCode-Regular.ttf|/usr/share/fonts/FiraCode-Regular.ttf|Fira Code" - ) - for font in "${FONTS[@]}"; do - read -r LABEL URL DEST CHECK <<<"$font" - if fc-list | grep -qi -- "$CHECK"; then - info "Font '$LABEL' already available" - continue - fi - if [[ -f "$DEST" ]]; then - info "Font file for '$LABEL' already present at $DEST" - continue - fi - step "Downloading font: $LABEL" - if run sudo curl -fL "$URL" -o "$DEST"; then - changed=1 - else - warn "Failed to download $LABEL" - if [[ "$LABEL" == "Fira Code" ]]; then - step "Attempting to install Fira Code via package manager" - if pkg_install fonts-firacode; then - changed=1 - else - warn "fonts-firacode package not available" - fi - fi - fi - done - if ((changed)); then - step "Rebuilding font cache" - run sudo fc-cache -fv - else info "No font changes needed"; fi -} - -# ------------- DMS install/build (same as debian script) ------------- -install_dms_deps() { - step "Installing DMS build/runtime dependencies" - pkg_install build-essential gcc make cmake ninja-build git autoconf automake libtool pkg-config - pkg_install qt6-base-dev qt6-base-dev-tools qt6-declarative-dev qt6-shadertools-dev qt6-declarative-private-dev - pkg_install qt6-tools-dev qt6-tools-dev-tools qttools5-dev-tools qt6-wayland - pkg_install libwayland-dev wayland-protocols libxkbcommon-dev libegl1-mesa-dev - pkg_install libcli11-dev libjemalloc-dev libdbus-1-dev -} - -install_dms_binary() { - step "Installing DMS (prebuilt binary)" - local arch cmd - arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') - cmd="curl -L https://github.com/AvengeMedia/danklinux/releases/latest/download/dms-${arch}.gz | gunzip | tee /usr/local/bin/dms >/dev/null && chmod +x /usr/local/bin/dms" - if ((DRY_RUN)); then - printf "Would run (as root): %s\n" "$cmd" - else - sudo sh -c "$cmd" - fi -} - -qs_detect_version() { - local v - if command -v quickshell >/dev/null 2>&1; then - v=$(quickshell --version 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) - if [[ -z "$v" ]]; then - v=$(quickshell -v 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) - fi - printf "%s" "${v}" - fi -} - -version_ge() { dpkg --compare-versions "$1" ge "$2"; } - -build_quickshell() { - local workdir="$DMS_WORKDIR" - local qs_dir="$workdir/quickshell" - local qs_url="https://git.outfoxxed.me/quickshell/quickshell.git" - run mkdir -p "$workdir" - if [[ -d "$qs_dir/.git" ]]; then - step "Updating Quickshell in $qs_dir" - (cd "$qs_dir" && run git fetch --all --prune && run git pull --ff-only) - else - step "Cloning Quickshell" - run git clone "$qs_url" "$qs_dir" - fi - step "Configuring Quickshell (CMake + Ninja)" - run mkdir -p "$qs_dir/build" - (cd "$qs_dir/build" && run cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DINSTALL_QMLDIR="$(qtpaths6 -query QT_INSTALL_QML 2>/dev/null || echo /usr/lib/qt6/qml)" ..) - step "Building Quickshell" - (cd "$qs_dir/build" && run cmake --build .) - step "Installing Quickshell" - (cd "$qs_dir/build" && run sudo cmake --install .) -} - -ensure_quickshell_min_version() { - local min_ver="$1" - local cur - cur=$(qs_detect_version || true) - if [[ -n "$cur" ]] && version_ge "$cur" "$min_ver"; then - info "Quickshell $cur present (>= $min_ver); skipping build" - return 0 - fi - warn "Quickshell not present or < $min_ver; building from source" - build_quickshell -} - -ensure_quickshell_config_dms() { - local cfg="$HOME/.config/quickshell" - local dms_dir="$cfg/dms" - run mkdir -p "$cfg" - if [[ -d "$dms_dir/.git" ]]; then - step "Updating DankMaterialShell in $dms_dir" - (cd "$dms_dir" && run git fetch --all --prune && run git pull --ff-only) - else - step "Cloning DankMaterialShell to $dms_dir" - run git clone https://github.com/AvengeMedia/DankMaterialShell.git "$dms_dir" - fi -} - -ensure_dgop_installed() { - if command -v dgop >/dev/null 2>&1; then - info "dgop already installed" - return 0 - fi - step "Installing dgop" - local arch - arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') - local cmd="curl -L https://github.com/AvengeMedia/dgop/releases/latest/download/dgop-linux-${arch}.gz | gunzip | tee /usr/local/bin/dgop > /dev/null && chmod +x /usr/local/bin/dgop" - if ((DRY_RUN)); then - printf "Would run (as root): %s\n" "$cmd" - else - sudo sh -c "$cmd" - fi -} - -ensure_rustc_cargo() { - if command -v cargo >/dev/null 2>&1 && command -v rustc >/dev/null 2>&1; then - return 0 - fi - step "Installing rust toolchain (rustc, cargo)" - pkg_install rustc cargo -} - -matugen_version() { - local v - if command -v matugen >/dev/null 2>&1; then - v=$(matugen --version 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+){1,2}' | head -n1 || true) - printf "%s" "$v" - fi -} - -ensure_matugen_min_version() { - local min_ver="$1" - local cur - cur=$(matugen_version || true) - if [[ -n "$cur" ]] && version_ge "$cur" "$min_ver"; then - info "matugen $cur present (>= $min_ver)" - return 0 - fi - step "Installing matugen via cargo (requires rustc/cargo)" - ensure_rustc_cargo - run cargo install matugen - if [[ -x "$HOME/.cargo/bin/matugen" ]]; then - if ((DRY_RUN)); then - printf "Would copy %s to /usr/local/bin\n" "$HOME/.cargo/bin/matugen" - else - sudo cp "$HOME/.cargo/bin/matugen" /usr/local/bin/ - fi - fi -} - -build_from_source_generic() { - local src="$1" - if [[ -z "$src" || ! -d "$src" ]]; then - error "Invalid source directory: $src" - return 1 - fi - step "Building from source at $src" - if [[ -f "$src/meson.build" ]]; then - run meson setup "$src/build" "$src" --buildtype=release - run meson compile -C "$src/build" - run sudo meson install -C "$src/build" - elif [[ -f "$src/CMakeLists.txt" ]]; then - run cmake -S "$src" -B "$src/build" -DCMAKE_BUILD_TYPE=Release - run cmake --build "$src/build" -j"$(nproc)" - run sudo cmake --install "$src/build" - elif [[ -x "$src/configure" || -f "$src/configure.ac" ]]; then - (cd "$src" && run ./configure && run make -j"$(nproc)" && run sudo make install) - else - warn "Unknown build system in $src; skipping build" - return 1 - fi -} - -git_clone_or_update() { - local url="$1" dest="$2" - if [[ -d "$dest/.git" ]]; then - step "Updating repo $(basename "$dest")" - (cd "$dest" && run git fetch --all --prune && run git pull --ff-only) - else - step "Cloning $(basename "$dest")" - run git clone "$url" "$dest" - fi - if [[ -f "$dest/.gitmodules" ]]; then - step "Updating submodules for $(basename "$dest")" - (cd "$dest" && run git submodule update --init --recursive) - fi -} - -build_breakpad() { - local workdir="$DMS_WORKDIR" - local bp_dir="$workdir/breakpad" - run mkdir -p "$workdir" - git_clone_or_update https://chromium.googlesource.com/breakpad/breakpad "$bp_dir" - run mkdir -p "$bp_dir/src/third_party" - if [[ ! -d "$bp_dir/src/third_party/lss/.git" ]]; then - run git clone https://chromium.googlesource.com/linux-syscall-support "$bp_dir/src/third_party/lss" - else - (cd "$bp_dir/src/third_party/lss" && run git pull --ff-only) - fi - (cd "$bp_dir" && run autoreconf -fi && run ./configure && run make -j"$(nproc)") - run sudo make -C "$bp_dir" install - run sudo ldconfig || true -} - -ensure_breakpad() { - if pkg-config --exists breakpad 2>/dev/null; then - info "breakpad already available (pkg-config)" - return 0 - fi - step "Installing breakpad development package" - if pkg_install libbreakpad-dev; then - if pkg-config --exists breakpad 2>/dev/null; then - success "breakpad detected via pkg-config after install" - return 0 - fi - warn "libbreakpad-dev installed but pkg-config 'breakpad' still not found" - else - warn "libbreakpad-dev not available via $PKG_MGR" - fi - warn "Falling back to building breakpad from source" - build_breakpad - if pkg-config --exists breakpad 2>/dev/null; then - success "breakpad available after source build" - return 0 - fi - error "breakpad still missing; Quickshell build will fail" - return 1 -} - -install_dms_sources() { - ensure_breakpad || true - ensure_quickshell_min_version "0.2.1" -} - -install_dms() { - install_dms_deps - install_dms_sources - ensure_quickshell_config_dms - ensure_dgop_installed - ensure_matugen_min_version "2.4.1" - install_dms_binary || true - if command -v dms >/dev/null 2>&1; then success "DMS wrapper installed: $(command -v dms)"; fi -} - -# ------------- Polkit agent management ------------- -ensure_polkit_agent() { - step "Ensuring a working Polkit authentication agent" - local gnome_pkg="policykit-1-gnome" mate_pkg="mate-polkit" - local gnome_paths=( - "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1" - ) - local mate_paths=( - "/usr/libexec/polkit-mate-authentication-agent-1" - "/usr/lib/mate-polkit/polkit-mate-authentication-agent-1" - "/usr/lib/policykit-1-mate/polkit-mate-authentication-agent-1" - ) - run sudo apt purge -y hyprpolkit hyprpolkit-agent hyprpolkit-git || true - if pgrep -u "$USER" -f 'hypr.*polkit' >/dev/null 2>&1; then - warn "Found running hyprpolkit agent; stopping to avoid conflicts" - run pkill -u "$USER" -f 'hypr.*polkit' || true - fi - pkg_install pkexec || true - local agent="" - if pkg_install "$gnome_pkg"; then - for p in "${gnome_paths[@]}"; do - if [[ -x "$p" ]]; then - agent="$p" - break - fi - done - fi - if [[ -z "$agent" ]]; then - if pkg_install "$mate_pkg"; then - for p in "${mate_paths[@]}"; do - if [[ -x "$p" ]]; then - agent="$p" - break - fi - done - fi - fi - if [[ -z "$agent" ]]; then - warn "No polkit authentication agent found after install attempts" - return 0 - fi - local autostart="$HOME/.config/autostart/polkit-agent.desktop" - run mkdir -p "$HOME/.config/autostart" - if ((DRY_RUN)); then - printf "Would write autostart for agent: %s -> %s\n" "$agent" "$autostart" - else - cat >"$autostart" </dev/null 2>&1; then - step "Starting polkit agent: $agent" - if ((DRY_RUN)); then - printf "Would start: %s\n" "$agent" - else - nohup "$agent" >/dev/null 2>&1 & - disown || true - fi - else - info "Polkit agent already running" - fi -} - -# ------------- Package manager (nala/apt) ------------- -PKG_MGR="apt" -PKG_INSTALL_CMD=(sudo apt install -y) -PKG_UPDATE_CMD=(sudo apt update) -PKG_UPGRADE_CMD=(sudo apt upgrade -y) - -use_nala_if_available() { - if command -v nala >/dev/null 2>&1; then - PKG_MGR="nala" - PKG_INSTALL_CMD=(sudo nala install -y) - PKG_UPDATE_CMD=(sudo nala update) - PKG_UPGRADE_CMD=(sudo nala upgrade -y) - info "Using nala for package operations" - return 0 - fi - return 1 -} - -try_install_nala() { - if command -v nala >/dev/null 2>&1; then return 0; fi - step "Attempting to install nala" - if run sudo apt update && run sudo apt install -y nala; then - use_nala_if_available - else - warn "nala installation failed; falling back to apt" - fi -} - -pkg_install() { run "${PKG_INSTALL_CMD[@]}" "$@"; } -pkg_update() { run "${PKG_UPDATE_CMD[@]}"; } -pkg_upgrade() { run "${PKG_UPGRADE_CMD[@]}"; } - -# ------------- Docker (Ubuntu packages) ------------- -install_docker() { - step "Installing Docker (Ubuntu packages)" - run sudo apt-get update - pkg_install ca-certificates curl gnupg || true - pkg_install docker.io docker-compose-v2 - run sudo usermod -aG docker "$USER" - run sudo systemctl enable --now docker || run sudo systemctl enable --now dockerd || true - success "Docker installation complete" -} - -# ------------- Flatpak ------------- -configure_flatpak() { - step "Configuring Flatpak" - run sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo -} - -install_flatpak_apps() { - step "Installing Flatpak apps (flathub)" - local apps=( - com.github.tchx84.Flatseal - com.visualstudio.code - io.github.dvlv.boxbuddyrs - io.github.flattool.Warehouse - ) - run flatpak install -y flathub "${apps[@]}" -} - -# ------------- Local .deb installs from NAS ------------- -install_deb_if_exists() { - local deb_path="$1" - if [[ -f "$deb_path" ]]; then - step "Installing $(basename "$deb_path")" - pkg_install "$deb_path" || { - warn "Install via $PKG_MGR failed for $deb_path; attempting dpkg -i + fix" - run sudo dpkg -i "$deb_path" || run sudo apt-get -f install -y - } - else - warn "Missing .deb: $deb_path" - fi -} - -install_nas_local_bins() { - local bin_dir="$NAS_CONFIG_DIR/OS/debian/bin" - if ! ensure_nas_available; then - warn "NAS not available; skipping local bin installs" - return 0 - fi - if [[ ! -d "$bin_dir" ]]; then - info "No local bin dir at $bin_dir; skipping" - return 0 - fi - step "Installing local binaries from $bin_dir to /usr/local/bin" - local f base - for f in "$bin_dir"/*; do - [[ -f "$f" ]] || continue - base=$(basename "$f") - if ((DRY_RUN)); then - printf "Would install %s -> /usr/local/bin/%s with mode 0755\n" "$f" "$base" - else - sudo install -m 0755 -D "$f" "/usr/local/bin/$base" - fi - done -} - -install_apps() { - step "Installing standard packages" - pkg_install git wget curl rsync tmux flatpak sshfs mpv gcc remmina vlc ugrep ripgrep bat fzf ncdu time flex - pkg_install btop glances zoxide tree ranger cava cmatrix virt-viewer arandr variety feh nitrogen fastfetch - pkg_install rustc cargo wlr-randr htop ncdu kitty alacritty starship - - configure_flatpak - install_flatpak_apps - - step "Installing Docker and related components" - install_docker - - step "Installing additional utilities (distrobox)" - pkg_install distrobox || warn "distrobox not available in current repositories" - - step "Optional installs from NAS (if present)" - step "Removing distro Neovim before installing NAS package (avoids conflicts)" - run sudo apt remove -y neovim neovim-runtime || true - install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/nvim-linux-x86_64.deb" - install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/onefetch_2.25.0_amd64.deb" - install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/discord.deb" - install_deb_if_exists "$NAS_CONFIG_DIR/OS/debian/Packages/discord-canary.deb" - install_nas_local_bins - - success "Package installation complete" -} - -# ------------- WezTerm / Nerd Fonts / Themes ------------- -install_wezterm() { - step "Installing WezTerm (nightly) from official repository" - if command -v wezterm >/dev/null 2>&1; then - info "WezTerm already installed; skipping package install" - else - run sudo install -d -m 0755 /usr/share/keyrings /etc/apt/sources.list.d - local cmd - cmd="curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg" - if ((DRY_RUN)); then - printf "Would run: %s\n" "$cmd" - else - sh -c "$cmd" - fi - if ((DRY_RUN)); then - printf "Would write WezTerm APT source to /etc/apt/sources.list.d/wezterm.list\n" - else - echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list >/dev/null || true - fi - run sudo chmod 644 /usr/share/keyrings/wezterm-fury.gpg - step "Refreshing package metadata for WezTerm" - pkg_update || run sudo apt update - step "Installing wezterm-nightly" - pkg_install wezterm-nightly || warn "Failed to install wezterm-nightly" - fi - - step "Configuring WezTerm" - run mkdir -p "$HOME/.config/wezterm" - local cfg_url="https://codeberg.org/justaguylinux/butterscripts/raw/branch/main/wezterm/wezterm.lua" - if ((DRY_RUN)); then - printf "Would download %s -> %s\n" "$cfg_url" "$HOME/.config/wezterm/wezterm.lua" - else - curl -fsSL "$cfg_url" -o "$HOME/.config/wezterm/wezterm.lua" || warn "Failed to download WezTerm config" - fi - - if command -v update-alternatives >/dev/null 2>&1 && command -v wezterm >/dev/null 2>&1; then - step "Setting wezterm as default terminal emulator" - run sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/wezterm 50 - run sudo update-alternatives --set x-terminal-emulator /usr/bin/wezterm - fi - success "WezTerm installation/configuration complete" -} - -install_nerd_fonts() { - step "Installing Nerd Fonts" - pkg_install wget unzip || true - local FONTS_DIR="$HOME/.local/share/fonts" - local TEMP_DIR - TEMP_DIR=$(mktemp -d -t nerdfonts.XXXXXX) - run mkdir -p "$FONTS_DIR" - local FONT_VERSION="v3.4.0" - local fonts=( - JetBrainsMono FiraCode Hack CascadiaCode SourceCodePro RobotoMono Meslo UbuntuMono Inconsolata VictorMono Mononoki Terminus Lilex - ) - local font - for font in "${fonts[@]}"; do - step "Processing $font" - if [[ -d "$FONTS_DIR/$font" ]] && [[ -n "$(ls -A "$FONTS_DIR/$font" 2>/dev/null)" ]]; then - info "$font already installed; skipping" - continue - fi - local zip="$TEMP_DIR/${font}.zip" - local url="https://github.com/ryanoasis/nerd-fonts/releases/download/${FONT_VERSION}/${font}.zip" - if ((DRY_RUN)); then - printf "Would download %s -> %s\n" "$url" "$zip" - printf "Would extract %s into %s/%s\n" "$zip" "$FONTS_DIR" "$font" - else - curl -fL "$url" -o "$zip" || { - warn "Download failed for $font" - continue - } - run mkdir -p "$FONTS_DIR/$font" - if unzip -q "$zip" -d "$FONTS_DIR/$font/"; then :; else - warn "Extraction failed for $font" - rm -rf "$FONTS_DIR/$font" - fi - rm -f "$zip" - fi - done - step "Rebuilding font cache" - run fc-cache -f - if ((DRY_RUN)); then - printf "Would remove temp dir %s\n" "$TEMP_DIR" - else - rm -rf "$TEMP_DIR" - fi - success "Nerd Fonts installation complete" -} - -install_themes() { - step "Installing GTK and icon themes" - pkg_install git || true - local TEMP_DIR - TEMP_DIR=$(mktemp -d -t themes.XXXXXX) - if ((DRY_RUN)); then - printf "Would clone and run theme installers in %s\n" "$TEMP_DIR" - else - mkdir -p "$TEMP_DIR" - (cd "$TEMP_DIR" && git clone -q https://github.com/vinceliuice/Orchis-theme) || { error "Failed to clone GTK theme"; } - (cd "$TEMP_DIR/Orchis-theme" && yes | ./install.sh -l -c dark -t grey --tweaks black >/dev/null 2>&1) || warn "GTK theme install failed" - (cd "$TEMP_DIR" && git clone -q https://github.com/vinceliuice/Colloid-icon-theme) || { error "Failed to clone icon theme"; } - (cd "$TEMP_DIR/Colloid-icon-theme" && ./install.sh -t grey -s dracula >/dev/null 2>&1 || true) - local ICON_THEME="Colloid-Grey-Dracula-Dark" - if [[ ! -d "$HOME/.local/share/icons/$ICON_THEME" ]] && [[ ! -d "$HOME/.icons/$ICON_THEME" ]]; then - warn "Icon theme installation verification failed" - fi - fi - - local GTK_THEME="Orchis-Grey-Dark" - run mkdir -p "$HOME/.config/gtk-3.0" - if ((DRY_RUN)); then - printf "Would write GTK settings files and apply via gsettings if available\n" - else - cat >"$HOME/.config/gtk-3.0/settings.ini" <"$HOME/.gtkrc-2.0" </dev/null 2>&1; then - gsettings set org.gnome.desktop.interface gtk-theme "$GTK_THEME" || true - gsettings set org.gnome.desktop.interface icon-theme "Colloid-Grey-Dracula-Dark" || true - fi - fi - - if ((DRY_RUN)); then - printf "Would remove temp dir %s\n" "$TEMP_DIR" - else - rm -rf "$TEMP_DIR" - fi - success "Themes installed and applied" -} - -preflight_updates() { - if confirm "Recommended: run 'sudo apt update && sudo apt upgrade -y' now before proceeding?" y; then - step "Updating package metadata" - pkg_update || run sudo apt update - step "Upgrading packages" - pkg_upgrade || run sudo apt upgrade -y - else - warn "Proceeding without initial apt update/upgrade" - fi -} - -postflight_updates() { - if confirm "Run 'sudo apt update && sudo apt upgrade -y' again to pick up any new updates (e.g., from newly added repos)?" y; then - step "Updating package metadata" - run sudo apt update - step "Upgrading packages" - run sudo apt upgrade -y - else - warn "Skipping final apt update/upgrade" - fi -} - -main() { - info "Starting Ubuntu setup" - - if ((APT_ONLY)); then - info "Using apt (forced)" - else - info "Using apt" - fi - - preflight_updates - - if ((DMS_ONLY)); then - info "DMS-only mode" - ensure_dms_fonts - install_dms - ensure_polkit_agent - success "Done (dms-only)" - postflight_updates - return 0 - fi - - if ((WEZTERM_ONLY || FONTS_ONLY || THEMES_ONLY)); then - info "Selective install mode" - if ((WEZTERM_ONLY)); then install_wezterm; fi - if ((FONTS_ONLY)); then install_nerd_fonts; fi - if ((THEMES_ONLY)); then install_themes; fi - success "Done (selective installs)" - postflight_updates - return 0 - fi - - if ((CONFIG_ONLY)); then - info "Config-only mode" - ensure_dms_fonts - if ((INSTALL_DMS)); then - install_dms - fi - ensure_polkit_agent - copy_config_files - success "Done (config-only)" - postflight_updates - return 0 - fi - - if ((APPS_ONLY)); then - info "Apps-only mode" - install_apps - if ((INSTALL_DMS)); then - ensure_dms_fonts - install_dms - fi - ensure_polkit_agent - success "Done (apps-only)" - postflight_updates - return 0 - fi - - install_apps - ensure_dms_fonts - if ((INSTALL_DMS)); then - install_dms - fi - ensure_polkit_agent - copy_config_files - - success "All tasks complete" - postflight_updates -} - -main "$@" -- cgit v1.2.3