This repository was archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
186 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,39 @@ | |
## 📦 Required dependencies: | ||
Install these dependencies manually (Arch) | ||
```shell | ||
hyprland-git nerd-fonts-complete wofi rofi wifi4wofi dunst eww swww swayidle swaylock-effects-git swaylockd sway-audio-idle-inhibit-git pamixer light papirus-icon-theme playerctl waybar-hyprland-git cava waybar-mpris-git kitty xdg-desktop-portal-wlr grim slurp pokemon-colorscripts-git wl-clipboard | ||
hyprland-git nerd-fonts-complete wofi rofi wifi4wofi dunst eww swww swayidle swaylock-effects-git swaylockd sway-audio-idle-inhibit-git pamixer light papirus-icon-theme playerctl waybar-hyprland-git cava waybar-mpris-git kitty xdg-desktop-portal-wlr grim slurp wl-clipboard | ||
``` | ||
|
||
## Setup Hyprland Config | ||
### Default Theme | ||
Copy all files from the repo to your hyprland config folder, and rename `_hyprland.conf` to `hyprland.conf` . | ||
```bash | ||
git clone [email protected]:AmadeusWM/dotfiles-hyprland.git | ||
cd dotfiles-hyprland | ||
cp -r ./* ~/.config/hypr | ||
# Rename config file | ||
mv ~/.config/hypr/_hyprland.conf ~/.config/hypr/hyprland.conf | ||
``` | ||
|
||
### Switching theme or config (Optional) | ||
Assign the `source` parameter in the `hyprland.conf` to a different configuration file. | ||
|
||
## Theming Other Applications | ||
The themes of other applications are saved in the `dots` folder. | ||
`wofi`, `rofi`, `kitty` and `dunst` can be themed by copying the folders into `~/.config` | ||
```bash | ||
cp ./dots/dunst ~/.config | ||
cp ./dots/wofi ~/.config | ||
cp ./dots/rofi ~/.config | ||
cp ./dots/kitty ~/.config | ||
``` | ||
|
||
# 🔨 TO-DO | ||
- [x] Notifications (this maybe? https://www.reddit.com/r/unixporn/comments/sacxs3/oc_styled_notifications_using_dunst/) | ||
- [x] Swappable wallpaper with wofi | ||
example: | ||
```bash | ||
ls /home/amadeusw/.config/hypr/themes/apatheia/wallpapers | wofi --show dmenu ``` | ||
ls /home/amadeusw/.config/hypr/themes/apatheia/wallpapers | wofi --show dmenu | ||
``` | ||
- [ ] Disable and Enable notifications | ||
- [ ] Pull request Dunst: rounded icons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Set Themes And Configs # | ||
## Scripts ## | ||
exec-once=$HOME/.config/hypr/scripts/autostart | ||
## Keybinds and Configs ## | ||
source=~/.config/hypr/keybinds/amadeus.conf | ||
source=~/.config/hypr/configs/amadeus.conf | ||
## Themes ## | ||
# source=~/.config/hypr/themes/detox-life/theme.conf | ||
source=~/.config/hypr/themes/apatheia/theme.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -530,6 +530,7 @@ | |
|
||
.urlbar-page-action{ | ||
margin: 0px 4px !important; | ||
align-self: center; | ||
} | ||
|
||
.urlbar-display { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
include kitty-theme.conf | ||
# END_KITTY_THEME | ||
window_padding_width 15 | ||
font_size 12 | ||
font_size 12 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.