dotfiles dotfiles dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README and change some configurations

Amazingca 32c73cee ed6c30b6

+53 -23
+45 -22
README.md
··· 5 5 ### Required Packages 6 6 7 7 - [ ] Hyprland 8 - - [x] Hyprpaper *[wallpaper utility]* 9 8 - [x] Hyprlock *[for lock screen]* 9 + - [x] Hyprpaper *[wallpaper utility]* 10 10 - [x] Ironbar *[composable menu that provides additional information within the environment]* 11 11 - [ ] COSMIC *[alternative to Hyprland that includes better OOTB support]* 12 12 13 13 14 14 ### Optional Packages 15 - (These are used by default within `hyprland.conf` but are not necessary to the overall theme) 15 + 16 + These are used by default within `hyprland.conf` but are not necessary to the overall theme. Favorites are marked with a check. 16 17 17 - - [ ] nautilus *[GNOME file manager]* 18 - - [ ] helix *[terminal editor]* 19 - - [ ] zen *[Web browser]* 18 + - [x] cinny *[matrix chat/voice client]* 20 19 - [ ] discord *[online communication platform]* 21 - - [ ] stoat *[open-source communication platform]* 20 + - [x] feishin *[delicious jellyfin music player]* 21 + - [ ] fladder *[jellyfin video media player]* 22 + - [ ] helium *[ungoogled-chromium browser with adaptations]* 23 + - [x] helix *[terminal editor]* 24 + - [x] hyprshot *[screenshot utility]* 25 + - [x] alacritty *[Terminal]* 22 26 - [ ] minecraft *[it's a sandbox game]* 23 - - [ ] hyprshot *[screenshot utility]* 27 + - [x] nautilus *[GNOME file manager]* 28 + - [ ] root *[closed-source communication platform]* 29 + - [x] signal *[end-to-end encrypted voice & messaging platform]* 30 + - [ ] steam *[game platform]* 31 + - [ ] stoat *[open-source communication platform]* 32 + - [x] via *[QMK management software]* 33 + - [x] wofi *[App launcher]* 34 + - [x] zen *[Web browser]* 24 35 25 36 ### Credits 26 37 27 - Most of these configurations are mixed-and-matched from various other dotfiles. Here's a brief synopsis of where I adapted them: 38 + Some of these configurations are mixed-and-matched from various other dotfiles. Here's a brief synopsis of where I adapted them: 39 + 40 + [Maple Mono — subframe7536](https://github.com/subframe7536/maple-font) 41 + - Main font for interface, built with the following flags: `cv03`, `ss03`, `ss10` 42 + 43 + [end-4 — illogical-impulse](https://github.com/end-4/dots-hyprland) 44 + - Hyprlock configurations, readapted with Maple Mono, single-user styling, & transparent background 45 + 46 + <!-- [d00m1k -- SimpleBlueColorWaybar](https://github.com/d00m1k/SimpleBlueColorWaybar) --> 47 + <!-- - Waybar configurations --> 28 48 29 - [end-4 -- illogical-impulse](https://github.com/end-4/dots-hyprland) 30 - - Hyprlock configurations 49 + #### Wallpapers (check [Disclaimer](#Disclaimer)) 31 50 32 - [d00m1k -- SimpleBlueColorWaybar](https://github.com/d00m1k/SimpleBlueColorWaybar) 33 - - Waybar configurations 51 + **Discord** 52 + - in-the-clouds.jpg (from Direct Message backgrounds) 34 53 35 - **Discord** (check Disclaimer) 36 - - Wallpaper (from Direct Message backgrounds) 54 + **NASA** 55 + - [Orion Nebula](https://science.nasa.gov/asset/hubble/hubbles-sharpest-view-of-the-orion-nebula/) 37 56 38 57 ### My Modifications 39 58 40 - I made some minor adjustments to the Waybar config files: 59 + I made some minor adjustments to the Hyprlock config files: 60 + 61 + <!-- - Moved the bar to the top --> 62 + <!-- - Moved the window name to the immediate right of the workspaces bar, with minor padding --> 63 + <!-- - Localized the date and time to U.S. and moved it to the middle to align with Gnome's bar styling --> 64 + <!-- - Adjusted the naming conventions for processes and memory utilization --> 65 + <!-- - Removed battery levels and other settings that weren't viable since this configuration was meant for a desktop setting --> 41 66 42 - - Moved the bar to the top 43 - - Moved the window name to the immediate right of the workspaces bar, with minor padding 44 - - Localized the date and time to U.S. and moved it to the middle to align with Gnome's bar styling 45 - - Adjusted the naming conventions for processes and memory utilization 46 - - Removed battery levels and other settings that weren't viable since this configuration was meant for a desktop setting 67 + - Changed font to Maple Mono 68 + - Hid user display element to clear up the screen 69 + - Changed the background to a blurred transparency of the main desktop background 47 70 48 71 ### Additional notes 49 72 50 - I haven't adjusted the colors besides from the original defaults that end-4 auto-generated from the desktop background. In time, I'll likely adjust these settings. 73 + I haven't adjusted the colors besides from the original defaults that end-4 auto-generated from the "in-the-clouds.jpg" background. In time, I'll likely adjust these settings. 51 74 52 75 In addition, it is likely that there are some required packages that I missed, and will update this repository accordingly if/when I determine them. Since the adaptations I made were built on top of previously installed packages — of which there were many — it's possible that I've missed some. 53 76 ··· 57 80 58 81 #### Disclaimer 59 82 60 - Permission was *not* given by Discord when uploading the wallpaper. I can no longer locate the URL I retrieved the image from, so please use at your own risk. 83 + Permission was *not* given when uploading these wallpapers. Please use them at your own risk.
+1
backup.nu
··· 1 + cp -ur ~/.config/alacritty config 1 2 cp -ur ~/.config/helix config 2 3 cp -ur ~/.config/hypr config 3 4 cp -ur ~/.config/ironbar config
+6
config/alacritty/alacritty.toml
··· 1 + [font] 2 + normal = { family = "Maple Mono" } 3 + 4 + [window] 5 + padding = { y = 10 } 6 + dynamic_padding = true
+1 -1
config/hypr/hyprland.conf
··· 13 13 ################### 14 14 15 15 # See https://wiki.hyprland.org/Configuring/Keywords/ 16 - $terminal = kgx 16 + $terminal = alacritty 17 17 $fileManager = nautilus 18 18 $menu = wofi --show drun 19 19
config/hypr/wallpapers/in-the-clouds.jpg

This is a binary file and will not be displayed.

config/hypr/wallpapers/orion_nebula_nasa_heic0601a.jpg

This is a binary file and will not be displayed.