Compare commits
38 Commits
v2
...
4e7c3ceee8
Author | SHA1 | Date | |
---|---|---|---|
4e7c3ceee8 | |||
390874374e | |||
7f7a755e32 | |||
ac6b47449a | |||
ce5f530ed2 | |||
62789224a7 | |||
0b849bad4f | |||
0022880936 | |||
1d5240b7c6 | |||
0b0e83f505 | |||
f4cfa20dea | |||
d866102fcc | |||
921373f049 | |||
1c39478650 | |||
a845e086fd | |||
b363438f6a | |||
7d9da82b6c | |||
c52c5b5a42 | |||
97c49f17e6 | |||
134519558a | |||
9e5ae7db83 | |||
a31b3481c3 | |||
1c757d1173 | |||
89b97c4ba1 | |||
2ba627a370 | |||
995de3617c | |||
a477078f16 | |||
f93eeb5d87 | |||
5b0e3767bd | |||
51962c424b | |||
a6ce7ccdce | |||
0f0e0e8671 | |||
c6061e0f12 | |||
cac0e41a2e | |||
c4797dd592 | |||
8986ad894e | |||
f127ea8a41 | |||
bb75cfabaf |
34
README.md
34
README.md
@@ -1,4 +1,36 @@
|
||||
# janishutz Hyprland
|
||||
<div id="title" align="center">
|
||||
<img src="https://static.janishutz.com/logo.jpg" width="300">
|
||||
<h1>janishutz Hyprland</h1>
|
||||
</div>
|
||||
|
||||
Collection of dotfiles for my personal Hyprland setup, running on Arch Linux. Includes a setup and install script (that one is not complete yet though). For my neovim config, see [here](https://git.janishutz.com/janishutz/nvim)
|
||||
|
||||
## Features
|
||||
- Astal4 based Status Bar and Quick Actions menu
|
||||
- System info
|
||||
- Hyprland info
|
||||
- Date & Time
|
||||
- Bluetooth picker
|
||||
- some networking settings (more coming later)
|
||||
- Audio and brightness control
|
||||
- battery monitoring
|
||||
- Logout, Reboot, Shutdown, etc
|
||||
- Rofi config for App launcher
|
||||
- Wlogout config
|
||||
- Theming script that generates a GTK theme and theming for bar, Hyprland, etc
|
||||
- Fish config (with some handy aliases, based on one from ohh-my-fish)
|
||||
- Fastfetch config
|
||||
- kitty config with cursor trail
|
||||
- Linter configs (currently only eslint, which is not complete yet)
|
||||
- mpv config
|
||||
- zathura configs
|
||||
- yazi configs with links to various directories I use commonly plus a few plugins and themes that are applied by the script
|
||||
- Astal3 based Notifications (due to be migrated to Astal4)
|
||||
|
||||
## Installing
|
||||
Clone your repo to any folder and adapt what you need. Some folders are still hard-coded, which I will be changing later on, so you will likely run into issues.
|
||||
|
||||
You may then run the `setup` script. That won't install all dependencies though. The `install` script is what serves that purpose, but that is not complete yet
|
||||
|
||||
|
||||
## Setting up to develop
|
||||
|
@@ -98,3 +98,8 @@ label {
|
||||
shadow_color = rgb(255,255,255)
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = linear, 1, 1, 0, 0
|
||||
animation = fade, 1, 2, linear
|
||||
}
|
||||
|
Reference in New Issue
Block a user