Skip to content

Commit 7172345

Browse files
committed
Added Credits page
1 parent 22ba5a8 commit 7172345

File tree

6 files changed

+71
-40
lines changed

6 files changed

+71
-40
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2424

2525
- hyde-shell: Add `logout` command to handle with/out uwsm
2626
- waybar: Add lighter temperature module (Needs manual setup)
27+
- Add credits page
2728

2829
## v25.8.1
2930

CREDITS.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Credits
2+
3+
HyDE would not be possible without the work of the following people/projects. I humbly thank them for their contributions. Licenses are in there respective repositories being referenced.
4+
5+
## Contributors
6+
7+
See [Contributors](./CONTRIBUTORS.md)
8+
9+
## Libraries and Tools
10+
11+
All libraries and tools that are bundled with HyDE are listed here.
12+
13+
- [app2unit](https://github.com/Vladimir-csp/app2unit) - Launches Desktop Entries as Systemd user units
14+
- [xdg-terminal-exec](http://github.com/Vladimir-csp/xdg-terminal-exec) - Proposal for XDG Default Terminal Execution Specification and shell-based reference implementation.
15+
16+
All packages installed via the package manager were referenced in the following files:
17+
18+
- [Core HyDE Packages](./Scripts/pkg_core.lst)
19+
- [Extra HyDE Packages](./Scripts/pkg_extra.lst)
20+
21+
## Inspirations
22+
23+
- The HyDE Project is a superset of hyprdots. This is a continued effort to make hyprdots customizable and extensible. Thanks @prasanthrangan / @Tittu - [hyprdots](https://github.com/prasanthrangan/hyprdots)
24+
- Derived hyprlock Ideas - [MrVivekRajan/Hypr-Dots](https://github.com/MrVivekRajan/Hypr-Dots)
25+
26+
## Ko-fi
27+
28+
I am very grateful to the people who support me on [ko-fi.](https://ko-fi.com/khingki)
29+
I can't keep this up to date, therefore I will only add usernames of the people who are subscribed to [my ko-fi page](https://ko-fi.com/khingki).
30+
31+
- Dima
32+
- Ko-fi Supporter
33+
34+
---
35+
36+
If the list lack other authors, please open a pull request or issue. Thank you!

Configs/.local/share/waybar/modules/group-eyecare.jsonc

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,18 @@
1111
"click-to-reveal": false
1212
},
1313
"modules": [
14-
"backlight#eyecare-preview",
1514
"backlight#eyecare",
1615
"custom/hyprsunset"
1716
]
1817
},
1918
"backlight#eyecare": {
20-
"rotate": 0,
21-
"format": "<span size='large'>{icon}</span> ",
19+
"format": "<span size='large'>{icon}</span>",
2220
"format-icons": ["", "", "", "", "", "", "", "", ""],
21+
"on-click": "hyde-shell hyprsunset -t -P waybar:19",
2322
"on-scroll-up": "hyde-shell brightnesscontrol i 1",
2423
"on-scroll-down": "hyde-shell brightnesscontrol d 1",
25-
"min-length": 6,
26-
"tooltip": true,
27-
"tooltip-format": "Backlight level: {icon} {percent}%"
28-
},
29-
"backlight#eyecare-preview": {
30-
"format": "<sup><span size='medium' rise='1000'>{icon}</span> <span size='large' weight='bold'>{percent}<span size='x-small' rise='1000'>%</span></span></sup>",
31-
"format-icons": ["", "", "", "", "", "", "", "", ""],
32-
"on-scroll-up": "hyde-shell brightnesscontrol i 1",
33-
"on-scroll-down": "hyde-shell brightnesscontrol d 1",
34-
"min-length": 6,
3524
"tooltip": true,
25+
"min-length": 2,
3626
"tooltip-format": "Backlight: {icon} {percent}%\n\n󰺤 Scroll to change brightness\n󰳾 Click to toggle hyprsunset"
3727
}
3828
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"group/hide-tray": {
3+
"orientation": "inherit",
4+
"drawer": {
5+
"transition-duration": "0.5",
6+
"children-class": "hide-tray-drawer",
7+
"transition-left-to-right": false,
8+
"click-to-reveal": true
9+
},
10+
"modules": ["custom/dropdown#arrow", "tray"]
11+
},
12+
"custom/dropdown#arrow": {
13+
"format": "<span size='large'></span> ",
14+
"tooltip": true,
15+
"tooltip-format": "Reveal tray"
16+
17+
}
18+
}

Configs/.local/share/waybar/modules/group-volumecontrol.jsonc

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"transition-left-to-right": false,
1212
"click-to-reveal": false
1313
},
14-
"modules": ["pulseaudio#preview", "pulseaudio#output", "pulseaudio#input"]
14+
"modules": ["pulseaudio#output", "pulseaudio#input"]
1515
},
1616
"pulseaudio#input": {
17-
"format": " <span size='large'>{format_source}</span> ",
17+
"format": "<span size='medium'>{format_source}</span> {source_volume}",
1818
"rotate": 0,
1919
"format-source": "\uf86b",
2020
"format-source-muted": "\uf131",
@@ -25,34 +25,11 @@
2525
"tooltip-format": "{format_source} {source_desc} // {source_volume}%",
2626
"scroll-step": 5
2727
},
28-
"pulseaudio#preview": {
29-
// Shows status preview for both input and output devices
30-
"format": "<sup><span size='small' rise='1000'>{icon}</span> <span size='large' weight='bold'>{volume}<span size='x-small' rise='1000'>%</span></span></sup>\n<sub><span size='small' rise='1000'>{format_source}</span> <span size='large' weight='bold'>{source_volume}<span size='x-small' rise='3000'>%</span></span></sub>",
31-
"format-muted": "",
32-
"tooltip": true,
33-
"format-source": "",
34-
"format-source-muted": "",
35-
"tooltip-format": "{icon} {desc} // {volume}%\n{format_source} {source_desc} // {source_volume}%",
36-
"format-icons": {
37-
"headphone": "",
38-
"hands-free": "",
39-
"headset": "",
40-
"phone": "",
41-
"portable": "",
42-
"car": "",
43-
"default": ["", "", ""]
44-
},
45-
"on-click": "pavucontrol -t 3",
46-
"on-click-right": "hyde-shell volumecontrol -s ''",
47-
"on-click-middle": "hyde-shell volumecontrol -o m",
48-
"on-scroll-up": "hyde-shell volumecontrol -o i",
49-
"on-scroll-down": "hyde-shell volumecontrol -o d"
50-
},
5128

5229
"pulseaudio#output": {
53-
"format": " <span size='large'>{icon}</span> ",
30+
"format": "<span size='medium'>{icon}</span> {volume}",
5431
"rotate": 0,
55-
"format-muted": "",
32+
"format-muted": "<span size='large'>婢</span> {volume}",
5633
"on-click": "pavucontrol -t 3",
5734
"on-click-right": "hyde-shell volumecontrol -s ''",
5835
"on-click-middle": "hyde-shell volumecontrol -o m",

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,15 @@ For more information, visit [HyDE-Project/hyde-themes](https://github.com/HyDE-P
292292
</picture>
293293
</a>
294294
295+
---
296+
297+
<a id="credits"></a>
298+
<img src="https://readme-typing-svg.herokuapp.com?font=Lexend+Giga&size=25&pause=1000&color=CCA9DD&vCenter=true&width=435&height=25&lines=THANK YOU!" width="450"/>
299+
300+
301+
- [See the full Credits page here](./CREDITS.md).
302+
303+
295304
296305
---
297306

0 commit comments

Comments
 (0)