diff --git a/.config/homer/config.yml b/.config/homer/config.yml old mode 100644 new mode 100755 index caf5788..30f7c3e --- a/.config/homer/config.yml +++ b/.config/homer/config.yml @@ -1,106 +1,96 @@ --- -title: "Dashboard" -subtitle: "Docker Containers Menu" -# documentTitle: "Welcome" # Customize the browser tab text -#logo: "assets/logo.png" -# Alternatively a fa icon can be provided: -# icon: "fas fa-skull-crossbones" +title: "Menu" +subtitle: "Pat Menu" +logo: "favicon.ico" -header: false # Set to false to hide the header -# Optional: Different hotkey for search, defaults to "/" -# hotkey: -# search: "Shift" -#footer: '
Created with ❤️ with bulma, vuejs & font awesome // Fork me on
' # set false if you want to hide it. -foother: false +header: false +footer: false -columns: "auto" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) -connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example). - # You should set it to true when using an authentication proxy, it also reloads the page when a redirection is detected when checking connectivity. +stylesheet: + - "assets/custom.css" -# Set the default layout and color scheme -defaults: - layout: columns # Either 'columns', or 'list' - colorTheme: auto # One of 'auto', 'light', or 'dark' +columns: "3" # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12) +theme: default -# Optional theming -theme: default # 'default' or one of the themes available in 'src/assets/themes'. - -# Optional custom stylesheet -# Will load custom CSS files. Especially useful for custom icon sets. -# stylesheet: -# - "assets/custom.css" - -# Here is the exhaustive list of customization parameters -# However all value are optional and will fallback to default if not set. -# if you want to change only some of the colors, feel free to remove all unused key. colors: light: - highlight-primary: "#644dea" - highlight-secondary: "#4285f4" - highlight-hover: "#5a95f5" - background: "#f5f5f5" - card-background: "#ffffff" - text: "#363636" - text-header: "#424242" - text-title: "#303030" - text-subtitle: "#424242" - card-shadow: rgba(0, 0, 0, 0.1) + highlight-primary: "#fff5f2" + highlight-secondary: "#fff5f2" + highlight-hover: "#bebebe" + background: "#12152B" + card-background: "rgba(255, 245, 242, 0.8)" + text: "#ffffff" + text-header: "#fafafa" + text-title: "#000000" + text-subtitle: "#111111" + card-shadow: rgba(0, 0, 0, 0.5) link: "#3273dc" - link-hover: "#363636" - background-image: "/assets/your/light/bg.png" # prefix with your sub subpath if any (ex: /homer/assets/...) + link-hover: "#2e4053" + background-image: "../assets/wallpaper-light.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper! dark: - highlight-primary: "#3367d6" - highlight-secondary: "#4285f4" - highlight-hover: "#5a95f5" - background: "#131313" - card-background: "#2b2b2b" + highlight-primary: "#181C3A" + highlight-secondary: "#181C3A" + highlight-hover: "#1F2347" + background: "#12152B" + card-background: "rgba(24, 28, 58, 0.8)" text: "#eaeaea" - text-header: "#ffffff" + text-header: "#7C71DD" text-title: "#fafafa" - text-subtitle: "#f5f5f5" - card-shadow: rgba(0, 0, 0, 0.4) - link: "#3273dc" - link-hover: "#ffdd57" - background-image: "/images/darkgb.png" # prefix with your sub subpath if any (ex: /homer/assets/...) + text-subtitle: "#8B8D9C" + card-shadow: rgba(0, 0, 0, 0.5) + link: "#c1c1c1" + link-hover: "#fafafa" + background-image: "../assets/wallpaper.jpeg" -# Optional navbar -# links: [] # Allows for navbar (dark mode, layout, and search) without any links - -# Services -# First level array represents a group. -# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). services: - - name: "Application" - icon: "fas fa-code-branch" - # A path to an image can also be provided. Note that icon take precedence if both icon and logo are set. - # logo: "path/to/logo" - # class: "highlight-purple" # Optional css class to add on the service group. + - name: "Self-Hosted Media" + #icon: "fas fa-brands fa-docker" items: - - name: "Awesome app" - logo: "assets/tools/sample.png" - # Alternatively a fa icon can be provided: - # icon: "fab fa-jenkins" - subtitle: "Bookmark example" - tag: "app" - keywords: "self hosted reddit" # optional keyword used for searching purpose - url: "https://www.reddit.com/r/selfhosted/" - target: "_blank" # optional html tag target attribute - - name: "Another one" - logo: "assets/tools/sample2.png" - subtitle: "Another application" - tag: "app" - # Optional tagstyle - tagstyle: "is-success" - url: "#" - - name: "Other group" - icon: "fas fa-heartbeat" + - name: "Movies" + logo: "assets/tools/movies.png" # Change github.png to the name of your own custom icon! + subtitle: "Movie collection" + url: "http://localhost:5004/web/#/movies.html?topparentid=f137a2dd21bbc1b99aa5c0f6bf02a805&collectiontype=movies" + target: "_blank" + + - name: "Series" + logo: "assets/tools/series.png" # change github.png to the name of your own custom icon! + subtitle: "TV series collection" + url: "http://localhost:5004/web/#/tv.html?topparentid=a656b907eb3a73532e40e44b968d0225&collectiontype=tvshows" + target: "_blank" + + - name: "Music" + logo: "assets/tools/music.png" # change github.png to the name of your own custom icon! + subtitle: "Music collection" + url: "http://localhost:5004/web/#/music.html?topParentId=7e64e319657a9516ec78490da03edccb&collectionType=music" + target: "_blank" + + - name: "Self-Hosted Apps" items: - - name: "Pi-hole" - logo: "assets/tools/sample.png" - # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown - tag: "other" - url: "http://192.168.0.151/admin" - type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` - target: "_blank" # optional html a tag target attribute - # class: "green" # optional custom CSS class for card, useful with custom stylesheet - # background: red # optional color for card to set color directly without custom stylesheet + - name: "Invidious" + logo: "assets/tools/youtube.png" + subtitle: "Youtube Alternative" + url: "http://localhost:5021" + target: "_blank" + + - name: "Qbittorrent" + logo: "assets/tools/qbittorrent.png" + subtitle: "Torrent downloader" + url: "http://localhost:5019" + target: "_blank" + + + - name: "Admin" + #icon: "fas fa-reddit" + items: + - name: "Portainer" + logo: "assets/tools/portainer.png" + subtitle: "Manage docker containers and images" + url: "https://localhost:9443" + target: "_blank" + + - name: "Dockge" + logo: "assets/tools/dockge.png" + subtitle: "Manage docker-compose images" + url: "http://localhost:5012" + target: "_blank" + diff --git a/.config/homer/config.yml.bak b/.config/homer/config.yml.bak new file mode 100644 index 0000000..ebd7f15 --- /dev/null +++ b/.config/homer/config.yml.bak @@ -0,0 +1,104 @@ +--- +title: "Dashboard" +subtitle: "Docker Containers Menu" +# documentTitle: "Welcome" # Customize the browser tab text +#logo: "assets/logo.png" +# Alternatively a fa icon can be provided: +# icon: "fas fa-skull-crossbones" + +header: false # Set to false to hide the header +# Optional: Different hotkey for search, defaults to "/" +# hotkey: +# search: "Shift" +#footer: 'Created with ❤️ with bulma, vuejs & font awesome // Fork me on
' # set false if you want to hide it. +footer: false + +columns: "auto" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) +connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example). + # You should set it to true when using an authentication proxy, it also reloads the page when a redirection is detected when checking connectivity. + +# Set the default layout and color scheme +defaults: + layout: columns # Either 'columns', or 'list' + colorTheme: dark # One of 'auto', 'light', or 'dark' + +# Optional theming +#theme: default # 'default' or one of the themes available in 'src/assets/themes'. + +# Optional custom stylesheet +# Will load custom CSS files. Especially useful for custom icon sets. +# stylesheet: +# - "assets/custom.css" + +# Here is the exhaustive list of customization parameters +# However all value are optional and will fallback to default if not set. +# if you want to change only some of the colors, feel free to remove all unused key. +colors: + light: + highlight-primary: "#644dea" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#f5f5f5" + card-background: "#ffffff" + text: "#363636" + text-header: "#424242" + text-title: "#303030" + text-subtitle: "#424242" + card-shadow: rgba(0, 0, 0, 0.1) + link: "#3273dc" + link-hover: "#363636" + background-image: "/homer/www/assets/darkgb.png" # prefix with your sub subpath if any (ex: /homer/assets/...) + dark: + highlight-primary: "#3367d6" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#131313" + card-background: "#2b2b2b" + text: "#eaeaea" + text-header: "#ffffff" + text-title: "#fafafa" + text-subtitle: "#f5f5f5" + card-shadow: rgba(0, 0, 0, 0.4) + link: "#3273dc" + link-hover: "#ffdd57" + background-image: "/homer/www/assets/darkgb.png" # prefix with your sub subpath if any (ex: /homer/assets/...) + +# Optional navbar +# links: [] # Allows for navbar (dark mode, layout, and search) without any links + +# Services +# First level array represents a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "Self-Hosted" + icon: "fas fa-code-branch" + # A path to an image can also be provided. Note that icon take precedence if both icon and logo are set. + # logo: "path/to/logo" + # class: "highlight-purple" # Optional css class to add on the service group. + items: + - name: "Movies" + logo: "homer/assets/series.png" + # Alternatively a fa icon can be provided: + # icon: "fab fa-jenkins" + subtitle: "Bookmark example" + tag: "app" + keywords: "self hosted reddit" # optional keyword used for searching purpose + url: "https://www.reddit.com/r/selfhosted/" + target: "_blank" # optional html tag target attribute + - name: "Another one" + logo: "assets/tools/sample2.png" + subtitle: "Another application" + tag: "app" + # Optional tagstyle + tagstyle: "is-success" + url: "#" +# - name: "Other group" +# icon: "fas fa-heartbeat" +# items: +# - name: "Pi-hole" +# logo: "assets/tools/sample.png" +# # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown +# tag: "other" +# url: "http://192.168.0.151/admin" +# type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` +# target: "_blank" # optional html a tag target attribute diff --git a/.config/homer/custom.css b/.config/homer/custom.css new file mode 100755 index 0000000..0c19f09 --- /dev/null +++ b/.config/homer/custom.css @@ -0,0 +1,109 @@ +@charset "UTF-8"; + +/* raleway-regular - latin */ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 400; + src: url('./fonts/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('./fonts/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('./fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */ +} + +/* lato-regular - latin */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + src: url('./fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('./fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ +} + +/* lato-700 - latin */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + src: url('./fonts/lato-v20-latin-700.eot'); /* IE9 Compat Modes */ + src: local(''), + url('./fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ +} + +/* lato-900 - latin */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 900; + src: url('./fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */ + src: local(''), + url('./fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */ +} + +/* Sets the group title to be a bolder font */ +.group-title { + font-family: Lato; + font-weight: 800; +} + +/* Changes the card title to be a bolder font */ +.title { + font-weight: 700; +} + +/* Changes the subtitle to be a bolder font */ +.subtitle { + font-weight: 500; +} + +/* Adds spacing to the bottom of cards */ +body #app .card-content { + margin-bottom: 0.75rem; +} + + /*Adds more border radius to the cards */ +body .layout-vertical .column div:first-of-type .card { + border-radius: 1rem; +} +body .layout-vertical .card { + border-radius: 1rem; +} +.card { + border-radius: 1rem; +} +body .layout-vertical .column div:last-of-type .card { + border-radius: 1rem; +} + +/* Changes Header Opacity */ +body #bighead .first-line { + background-color: rgba(0, 0, 0, 0); +} +body #bighead .navbar { + background-color: rgba(0, 0, 0, 0); +} + +body .search-bar input { + opacity: 20%; +} + +body #bighead .navbar a:focus, body #bighead .navbar a:hover { + background-color: rgba(0, 0, 0, 0); + color: var(--link-hover); +} diff --git a/.config/homer/favicon.ico b/.config/homer/favicon.ico new file mode 100644 index 0000000..bd11dcb Binary files /dev/null and b/.config/homer/favicon.ico differ diff --git a/.config/homer/fonts/lato-v20-latin-700.eot b/.config/homer/fonts/lato-v20-latin-700.eot new file mode 100755 index 0000000..0d9dac2 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-700.eot differ diff --git a/.config/homer/fonts/lato-v20-latin-700.svg b/.config/homer/fonts/lato-v20-latin-700.svg new file mode 100755 index 0000000..077653d --- /dev/null +++ b/.config/homer/fonts/lato-v20-latin-700.svg @@ -0,0 +1,438 @@ + + + diff --git a/.config/homer/fonts/lato-v20-latin-700.ttf b/.config/homer/fonts/lato-v20-latin-700.ttf new file mode 100755 index 0000000..4f3d844 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-700.ttf differ diff --git a/.config/homer/fonts/lato-v20-latin-700.woff b/.config/homer/fonts/lato-v20-latin-700.woff new file mode 100755 index 0000000..abf0196 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-700.woff differ diff --git a/.config/homer/fonts/lato-v20-latin-700.woff2 b/.config/homer/fonts/lato-v20-latin-700.woff2 new file mode 100755 index 0000000..f8c37ec Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-700.woff2 differ diff --git a/.config/homer/fonts/lato-v20-latin-900.eot b/.config/homer/fonts/lato-v20-latin-900.eot new file mode 100755 index 0000000..b3d3327 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-900.eot differ diff --git a/.config/homer/fonts/lato-v20-latin-900.svg b/.config/homer/fonts/lato-v20-latin-900.svg new file mode 100755 index 0000000..775c5ae --- /dev/null +++ b/.config/homer/fonts/lato-v20-latin-900.svg @@ -0,0 +1,439 @@ + + + diff --git a/.config/homer/fonts/lato-v20-latin-900.ttf b/.config/homer/fonts/lato-v20-latin-900.ttf new file mode 100755 index 0000000..92a5f7c Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-900.ttf differ diff --git a/.config/homer/fonts/lato-v20-latin-900.woff b/.config/homer/fonts/lato-v20-latin-900.woff new file mode 100755 index 0000000..6f201e0 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-900.woff differ diff --git a/.config/homer/fonts/lato-v20-latin-900.woff2 b/.config/homer/fonts/lato-v20-latin-900.woff2 new file mode 100755 index 0000000..2f647be Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-900.woff2 differ diff --git a/.config/homer/fonts/lato-v20-latin-regular.eot b/.config/homer/fonts/lato-v20-latin-regular.eot new file mode 100755 index 0000000..c641306 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-regular.eot differ diff --git a/.config/homer/fonts/lato-v20-latin-regular.svg b/.config/homer/fonts/lato-v20-latin-regular.svg new file mode 100755 index 0000000..55b43fb --- /dev/null +++ b/.config/homer/fonts/lato-v20-latin-regular.svg @@ -0,0 +1,435 @@ + + + diff --git a/.config/homer/fonts/lato-v20-latin-regular.ttf b/.config/homer/fonts/lato-v20-latin-regular.ttf new file mode 100755 index 0000000..3c2d417 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-regular.ttf differ diff --git a/.config/homer/fonts/lato-v20-latin-regular.woff b/.config/homer/fonts/lato-v20-latin-regular.woff new file mode 100755 index 0000000..189a0fe Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-regular.woff differ diff --git a/.config/homer/fonts/lato-v20-latin-regular.woff2 b/.config/homer/fonts/lato-v20-latin-regular.woff2 new file mode 100755 index 0000000..6904b66 Binary files /dev/null and b/.config/homer/fonts/lato-v20-latin-regular.woff2 differ diff --git a/.config/homer/fonts/raleway-v22-latin-regular.eot b/.config/homer/fonts/raleway-v22-latin-regular.eot new file mode 100755 index 0000000..c1caad9 Binary files /dev/null and b/.config/homer/fonts/raleway-v22-latin-regular.eot differ diff --git a/.config/homer/fonts/raleway-v22-latin-regular.svg b/.config/homer/fonts/raleway-v22-latin-regular.svg new file mode 100755 index 0000000..eca08e1 --- /dev/null +++ b/.config/homer/fonts/raleway-v22-latin-regular.svg @@ -0,0 +1,326 @@ + + + diff --git a/.config/homer/fonts/raleway-v22-latin-regular.ttf b/.config/homer/fonts/raleway-v22-latin-regular.ttf new file mode 100755 index 0000000..9d0afd6 Binary files /dev/null and b/.config/homer/fonts/raleway-v22-latin-regular.ttf differ diff --git a/.config/homer/fonts/raleway-v22-latin-regular.woff b/.config/homer/fonts/raleway-v22-latin-regular.woff new file mode 100755 index 0000000..90dbc4a Binary files /dev/null and b/.config/homer/fonts/raleway-v22-latin-regular.woff differ diff --git a/.config/homer/fonts/raleway-v22-latin-regular.woff2 b/.config/homer/fonts/raleway-v22-latin-regular.woff2 new file mode 100755 index 0000000..b614f0d Binary files /dev/null and b/.config/homer/fonts/raleway-v22-latin-regular.woff2 differ diff --git a/.config/homer/icons/favicon-16x16.png b/.config/homer/icons/favicon-16x16.png new file mode 100755 index 0000000..c3e9869 Binary files /dev/null and b/.config/homer/icons/favicon-16x16.png differ diff --git a/.config/homer/icons/favicon-32x32.png b/.config/homer/icons/favicon-32x32.png new file mode 100755 index 0000000..ad5172e Binary files /dev/null and b/.config/homer/icons/favicon-32x32.png differ diff --git a/.config/homer/icons/icon-any.png b/.config/homer/icons/icon-any.png new file mode 100755 index 0000000..c444c5c Binary files /dev/null and b/.config/homer/icons/icon-any.png differ diff --git a/.config/homer/icons/icon-any.svg b/.config/homer/icons/icon-any.svg new file mode 100755 index 0000000..89f4ef7 --- /dev/null +++ b/.config/homer/icons/icon-any.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.config/homer/icons/icon-maskable.png b/.config/homer/icons/icon-maskable.png new file mode 100755 index 0000000..896ca66 Binary files /dev/null and b/.config/homer/icons/icon-maskable.png differ diff --git a/.config/homer/icons/safari-pinned-tab.svg b/.config/homer/icons/safari-pinned-tab.svg new file mode 100755 index 0000000..26dc0ef --- /dev/null +++ b/.config/homer/icons/safari-pinned-tab.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/.config/homer/images/darkbg.png b/.config/homer/images/darkbg.png deleted file mode 100644 index cb98adf..0000000 Binary files a/.config/homer/images/darkbg.png and /dev/null differ diff --git a/.config/homer/manifest.json b/.config/homer/manifest.json new file mode 100755 index 0000000..9faa093 --- /dev/null +++ b/.config/homer/manifest.json @@ -0,0 +1 @@ +{"name":"Homer Dashboard","short_name":"Homer","theme_color":"#3367D6","icons":[{"src":"./icons/favicon-16x16.png","sizes":"16x16","type":"image/png"},{"src":"./icons/favicon-32x32.png","sizes":"32x32","type":"image/png"},{"src":"./icons/icon-any.png","sizes":"512x512","type":"image/png","purpose":"any"},{"src":"./icons/icon-any.svg","sizes":"any","type":"image/svg+xml","purpose":"any"},{"src":"./icons/icon-maskable.png","sizes":"512x512","type":"image/png","purpose":"maskable"},{"src":"./icons/safari-pinned-tab.svg","sizes":"any","type":"image/svg+xml","purpose":"monochrome"}],"start_url":"../","display":"standalone","background_color":"#000000"} \ No newline at end of file diff --git a/.config/homer/tools/docker.png b/.config/homer/tools/docker.png new file mode 100644 index 0000000..f4f6959 Binary files /dev/null and b/.config/homer/tools/docker.png differ diff --git a/.config/homer/tools/dockge.png b/.config/homer/tools/dockge.png new file mode 100644 index 0000000..ed06c26 Binary files /dev/null and b/.config/homer/tools/dockge.png differ diff --git a/.config/homer/tools/github.png b/.config/homer/tools/github.png new file mode 100644 index 0000000..731b12e Binary files /dev/null and b/.config/homer/tools/github.png differ diff --git a/.config/homer/tools/movies.png b/.config/homer/tools/movies.png new file mode 100644 index 0000000..2b595a8 Binary files /dev/null and b/.config/homer/tools/movies.png differ diff --git a/.config/homer/tools/music.png b/.config/homer/tools/music.png new file mode 100644 index 0000000..968f374 Binary files /dev/null and b/.config/homer/tools/music.png differ diff --git a/.config/homer/tools/portainer.png b/.config/homer/tools/portainer.png new file mode 100644 index 0000000..d129ef8 Binary files /dev/null and b/.config/homer/tools/portainer.png differ diff --git a/.config/homer/tools/qbittorrent.png b/.config/homer/tools/qbittorrent.png new file mode 100644 index 0000000..2e8ba45 Binary files /dev/null and b/.config/homer/tools/qbittorrent.png differ diff --git a/.config/homer/tools/reddit.png b/.config/homer/tools/reddit.png new file mode 100755 index 0000000..6936f2c Binary files /dev/null and b/.config/homer/tools/reddit.png differ diff --git a/.config/homer/tools/series.png b/.config/homer/tools/series.png new file mode 100644 index 0000000..b687bf0 Binary files /dev/null and b/.config/homer/tools/series.png differ diff --git a/.config/homer/tools/walkx.png b/.config/homer/tools/walkx.png new file mode 100755 index 0000000..bb52e4d Binary files /dev/null and b/.config/homer/tools/walkx.png differ diff --git a/.config/homer/tools/youtube.png b/.config/homer/tools/youtube.png new file mode 100644 index 0000000..7c8ab0b Binary files /dev/null and b/.config/homer/tools/youtube.png differ diff --git a/.config/homer/wallpaper-light.jpeg b/.config/homer/wallpaper-light.jpeg new file mode 100755 index 0000000..8bae8d6 Binary files /dev/null and b/.config/homer/wallpaper-light.jpeg differ diff --git a/.config/homer/wallpaper.jpeg b/.config/homer/wallpaper.jpeg new file mode 100755 index 0000000..84b007c Binary files /dev/null and b/.config/homer/wallpaper.jpeg differ diff --git a/.zshrc b/.zshrc index 0597b05..e32a10f 100644 --- a/.zshrc +++ b/.zshrc @@ -117,7 +117,7 @@ alias xr="sudo xbps-remove -y" alias xq="sudo xbps-query -Rs" alias pi="paru -Syu" alias py="paru -Syy" -alias pu="paru -Syyu" +alias pu="paru -Syyu && flatpak update" alias pr="paru -Rns" alias prr="paru -R" alias pss="paru -Ss" @@ -165,7 +165,9 @@ alias tarx="tar -zxvf" alias sshp="ssh patrick@patalcala.com -p 919" -alias ytf="yt-dlp --list-formats" +ytf() { + yt-dlp --list-formats $1 --cookies-from-browser firefox --cookies /home/patrick/Documents/cookies.txt +} ytd() { yt-dlp -f 'bv*[height=1080]+ba' $1 -o '~/Videos/%(title)s.%(ext)s' --cookies-from-browser firefox --cookies /home/patrick/Documents/cookies.txt @@ -183,6 +185,14 @@ ytdaf() { yt-dlp -f 'ba' -x --audio-format $2 $1 -o "'/home/patrick/Downloads/%(title)s.'$2" --cookies-from-browser firefox } +ytv() { + yt-dlp $1 -o "/home/patrick/Videos/%(title)s.mp4" +} + +ytvo() { + yt-dlp $1 -o "/home/patrick/Videos/"$2".mp4" +} + nmaps() { sudo nmap -Pn -sS -p 80,443,21,22,23,25,3389 $1 -T 4 -oX /home/patrick/Documents/nmapScanResult.xml } @@ -191,6 +201,38 @@ fusb() { sudo mkfs.exfat /dev/$1 -L $2 } +dlf() { + axel -n 9 $1 -o /home/patrick/Downloads +} + +fwt() { + git clone --depth 1 https://git.patalcala.com/patalcala9/fwt $1 && cd $1 && rm -rf .git && git init && git branch -m master main +} + +alias rmf="sudo rm -rf" + +cpf() { + sudo cp -rf $1 $2 +} + +alias svpull="git clone https://git.snuffverse.cc/darksomerabbit/snuffverse /home/patrick/Documents/WebApps/snuffverse && cd /home/patrick/Documents/WebApps/snuffverse" +alias svpush="cd /home/patrick/Documents/WebApps/snuffverse && git push" +alias svdel="sudo rm -rf /home/patrick/Documents/WebApps/snuffverse" +alias svz="cd /home/patrick/Documents/WebApps/snuffverse" + +alias mua="rate-mirrors --protocol=https --disable-comments arch | sudo tee /etc/pacman.d/mirrorlist" +alias mue="rate-mirrors --protocol=https --disable-comments endeavouros | sudo tee /etc/pacman.d/endeavouros-mirrorlist" +alias much="rate-mirrors --protocol=https --disable-comments chaotic-aur | sudo tee /etc/pacman.d/chaotic-mirrorlist" +alias muca="rate-mirrors --protocol=https --disable-comments cachyos | sudo tee /etc/pacman.d/cachyos-mirrorlist && rate-mirrors --protocol=https --disable-comments cachyos | sudo tee /etc/pacman.d/cachyos-v3-mirrorlist && rate-mirrors --protocol=https --disable-comments cachyos | sudo tee /etc/pacman.d/cachyos-v4-mirrorlist" +alias me3="sudo nvim /etc/pacman.d/cachyos-v3-mirrorlist" +alias me4="sudo nvim /etc/pacman.d/cachyos-v4-mirrorlist" + +alias wifin="nmcli c up uuid 3753c448-619f-463a-a6bc-d986075925c8" +alias wifil="nmcli c up uuid 5d189afa-765b-47ed-a323-ec3559177867" + +alias homer="nvim ~/dotfiles/.config/homer/config.yml" + + # Void # alias rb="sudo reboot" # alias sd="sudo shutdown -h now"