mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added hyprland to flakes and added cursor theme
This commit is contained in:
parent
a01f7ce1b0
commit
9a7ddba442
203 changed files with 616 additions and 22 deletions
|
@ -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"))
|
||||||
|
|
|
@ -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
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
name = XCursor-Pro-Dark-Hyprcursor
|
||||||
|
description = XCursor-Pro-Dark Hyprcursor version
|
||||||
|
version = 1.0
|
||||||
|
cursors_directory = hyprcursors
|
3
home-config/icons/XCursor-Pro-Dark/cursor.theme
Normal file
3
home-config/icons/XCursor-Pro-Dark/cursor.theme
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Icon Theme]
|
||||||
|
Name=XCursor-Pro-Dark
|
||||||
|
Inherits="XCursor-Pro-Dark"
|
|
@ -0,0 +1 @@
|
||||||
|
left_ptr_watch
|
|
@ -0,0 +1 @@
|
||||||
|
sb_v_double_arrow
|
|
@ -0,0 +1 @@
|
||||||
|
sb_h_double_arrow
|
|
@ -0,0 +1 @@
|
||||||
|
crossed_circle
|
|
@ -0,0 +1 @@
|
||||||
|
left_ptr_watch
|
|
@ -0,0 +1 @@
|
||||||
|
copy
|
|
@ -0,0 +1 @@
|
||||||
|
sb_h_double_arrow
|
|
@ -0,0 +1 @@
|
||||||
|
sb_v_double_arrow
|
|
@ -0,0 +1 @@
|
||||||
|
link
|
|
@ -0,0 +1 @@
|
||||||
|
left_ptr_watch
|
|
@ -0,0 +1 @@
|
||||||
|
move
|
|
@ -0,0 +1 @@
|
||||||
|
question_arrow
|
|
@ -0,0 +1 @@
|
||||||
|
copy
|
|
@ -0,0 +1 @@
|
||||||
|
link
|
|
@ -0,0 +1 @@
|
||||||
|
move
|
|
@ -0,0 +1 @@
|
||||||
|
hand2
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/X_cursor
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/X_cursor
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
link
|
1
home-config/icons/XCursor-Pro-Dark/cursors/alias
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/alias
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
link
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/all-scroll
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/all-scroll
Normal file
Binary file not shown.
1
home-config/icons/XCursor-Pro-Dark/cursors/arrow
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/arrow
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
left_ptr
|
|
@ -0,0 +1 @@
|
||||||
|
copy
|
1
home-config/icons/XCursor-Pro-Dark/cursors/bd_double_arrow
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/bd_double_arrow
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
bottom_right_corner
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_left_corner
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_left_corner
Normal file
Binary file not shown.
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_right_corner
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_right_corner
Normal file
Binary file not shown.
1
home-config/icons/XCursor-Pro-Dark/cursors/bottom_side
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/bottom_side
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
top_side
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_tee
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/bottom_tee
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
bottom_right_corner
|
1
home-config/icons/XCursor-Pro-Dark/cursors/cell
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/cell
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
plus
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/center_ptr
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/center_ptr
Normal file
Binary file not shown.
1
home-config/icons/XCursor-Pro-Dark/cursors/circle
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/circle
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
crossed_circle
|
1
home-config/icons/XCursor-Pro-Dark/cursors/closedhand
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/closedhand
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
move
|
1
home-config/icons/XCursor-Pro-Dark/cursors/col-resize
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/col-resize
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
sb_h_double_arrow
|
1
home-config/icons/XCursor-Pro-Dark/cursors/color-picker
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/color-picker
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cross
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/context-menu
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/context-menu
Normal file
Binary file not shown.
BIN
home-config/icons/XCursor-Pro-Dark/cursors/copy
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/copy
Normal file
Binary file not shown.
BIN
home-config/icons/XCursor-Pro-Dark/cursors/cross
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/cross
Normal file
Binary file not shown.
1
home-config/icons/XCursor-Pro-Dark/cursors/cross_reverse
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/cross_reverse
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cross
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/crossed_circle
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/crossed_circle
Normal file
Binary file not shown.
BIN
home-config/icons/XCursor-Pro-Dark/cursors/crosshair
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/crosshair
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
question_arrow
|
1
home-config/icons/XCursor-Pro-Dark/cursors/default
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/default
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
left_ptr
|
1
home-config/icons/XCursor-Pro-Dark/cursors/diamond_cross
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/diamond_cross
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cross
|
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-ask
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-ask
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
question_arrow
|
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-copy
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-copy
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
copy
|
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-link
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-link
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
link
|
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-move
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-move
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
move
|
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-none
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dnd-none
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
move
|
BIN
home-config/icons/XCursor-Pro-Dark/cursors/dnd_no_drop
Normal file
BIN
home-config/icons/XCursor-Pro-Dark/cursors/dnd_no_drop
Normal file
Binary file not shown.
1
home-config/icons/XCursor-Pro-Dark/cursors/dot_box_mask
Symbolic link
1
home-config/icons/XCursor-Pro-Dark/cursors/dot_box_mask
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
dotbox
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue