added hyprland to flakes and added cursor theme

This commit is contained in:
Ryan Schanzenbacher 2024-10-19 00:11:58 -04:00
parent a01f7ce1b0
commit 9a7ddba442
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
203 changed files with 616 additions and 22 deletions

View file

@ -164,6 +164,7 @@
(service home-files-service-type (service home-files-service-type
`((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
(".ssh/config" ,(local-file "ssh/config")) (".ssh/config" ,(local-file "ssh/config"))
(".icons" ,(local-file "icons" #:recursive? #t))
(".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json"))
;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))

View file

@ -8,6 +8,12 @@ exec-once = dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,1 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
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -20,6 +26,11 @@ source = ~/.config/hypr/monitors.conf
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
debug {
disable_logs = false
enable_stdout_logs = true
}
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = us kb_layout = us
@ -88,10 +99,10 @@ dwindle {
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
} }
master { #master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true # new_is_master = true
} #}
gestures { gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more

View file

@ -0,0 +1,4 @@
name = XCursor-Pro-Dark-Hyprcursor
description = XCursor-Pro-Dark Hyprcursor version
version = 1.0
cursors_directory = hyprcursors

View file

@ -0,0 +1,3 @@
[Icon Theme]
Name=XCursor-Pro-Dark
Inherits="XCursor-Pro-Dark"

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

Binary file not shown.

View file

@ -0,0 +1 @@
link

Binary file not shown.

View file

@ -0,0 +1 @@
left_ptr

View file

@ -0,0 +1 @@
bottom_right_corner

View file

@ -0,0 +1 @@
top_side

Binary file not shown.

View file

@ -0,0 +1 @@
bottom_right_corner

View file

@ -0,0 +1 @@
plus

Binary file not shown.

View file

@ -0,0 +1 @@
crossed_circle

View file

@ -0,0 +1 @@
move

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
cross

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1 @@
cross

Binary file not shown.

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
left_ptr

View file

@ -0,0 +1 @@
cross

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
copy

View file

@ -0,0 +1 @@
link

View file

@ -0,0 +1 @@
move

View file

@ -0,0 +1 @@
move

Binary file not shown.

View file

@ -0,0 +1 @@
dotbox

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