updates to channels, new cursor, probably other fixes idk

This commit is contained in:
Ryan 2025-03-03 13:15:12 -05:00
parent bd9bdb7ba6
commit aa1a1e82ef
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
219 changed files with 874 additions and 347 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"18463019a24a7c5acc9c2f3ddf3c0ba04a36db96")
"f9b9116aef228a4455a1112f5d935f5de792370f")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(commit
"f44a49d3092d509c5e09cc27ada40a8c4d99c02d")
"8c41304decb916892fa07ca86893e4cf926ee884")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk")
(commit
"5cb609ce31f9351b9f3a9e94b2a51e48603ef68f")
"3da3fa1eee9bce8d00f85cae86d8f412f6259f7c")
(introduction
(make-channel-introduction
"7677db76330121a901604dfbad19077893865f35"

View file

@ -53,9 +53,6 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l
#gpgconf --launch gpg-agent
export GPG_TTY=$(tty)
# Zoxide
eval "$(zoxide init --cmd cd bash)"
# eza
alias ls='eza --icons=always -Gx'
@ -64,3 +61,7 @@ alias diff='delta'
# Starship
eval "$(starship init bash)"
# Zoxide
eval "$(zoxide init --cmd cd bash)"

View file

@ -9,10 +9,10 @@ exec-once = dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
monitor=,preferred,auto,1
# Set cursor theme
env = HYPRCURSOR_THEME,XCursor-Pro-Dark-Hyprcursor
env = HYPRCURSOR_SIZE,26
env = XCURSOR_THEME,XCursor-Pro-Dark
env = XCURSOR_SIZE,26
env = HYPRCURSOR_THEME,Bibata-Modern-Classic-Hyprland
env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-daed9-v1.0.2-x11
env = XCURSOR_SIZE,24
env = AQ_NO_MODIFIERS,1

View file

@ -0,0 +1,4 @@
name = Bibata-Modern-Classic-Hyprland
description = Generated Bibata repository
version = 0.1
cursors_directory = hyprcursors

View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023-2024 Abdulkaiz Khatri
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -0,0 +1,35 @@
[::] Bibata Cursor
TLDR; This cursor set is a masterpiece of cursors available on the internet,
hand-designed by Abdulkaiz Khatri(https://twitter.com/ful1e5).
Bibata is an open source, compact, and material designed cursor set that aims
to improve the cursor experience for users. It is one of the most popular cursor sets
in the Linux community and is now available for free on Windows as well, with multiple color
and size options. Its goal is to offer personalized cursors to users.
[::] What does "Bibata" mean?
The sweetest word I ever spoke was "BI-Buh," which, coincidentally, is also the word for peanuts.
To make it more pronounceable and not sound like a baby's words, I added the suffix "Ta."
And with that, my journey in the world of open source began.
[::] Become Sponsor
https://github.com/sponsors/ful1e5
[::] LICENSE
MIT License
[::] Bug Reports & Contact
https://github.com/ful1e5/bibata/issues
[::] Installation
```bash
tar -xvf Bibata.tar.gz # extract `Bibata.tar.gz`
mv Bibata-* ~/.icons/ # Install to local users
sudo mv Bibata-* /usr/share/icons/ # Install to all users
```
[::] Uninstallation
```bash
rm ~/.icons/Bibata-* # Remove from local users
sudo rm /usr/share/icons/Bibata-* # Remove from all users
```

View file

@ -0,0 +1,4 @@
ID=daed906f-99d6-4fb8-ae03-623d988962e3
Author=Abdualkaiz Khatri <kaizmandhu@gmail.com>
Type=Bibata-Modern
Version=1.0.2

View file

@ -0,0 +1,3 @@
[Icon Theme]
Name=Bibata-Modern-daed9-v1.0.2-x11
Inherits="Bibata-Modern-daed9-v1.0.2-x11"

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
sb_v_double_arrow

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
crossed_circle

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
sb_v_double_arrow

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
dnd-link

View file

@ -0,0 +1 @@
move

View file

@ -0,0 +1 @@
left_ptr

View file

@ -0,0 +1 @@
bd_double_arrow

View file

@ -0,0 +1 @@
plus

Binary file not shown.

View file

@ -0,0 +1 @@
grabbing

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
tcross

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more