👔 Visiual Changes: Corner curosr scale down
This commit is contained in:
@@ -20,8 +20,8 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
##########
|
||||
"all-scroll.png": {"xhot": 100, "yhot": 100},
|
||||
"bd_double_arrow.png": {"xhot": 98, "yhot": 96},
|
||||
"bottom_left_corner.png": {"xhot": 56, "yhot": 143},
|
||||
"bottom_right_corner.png": {"xhot": 142, "yhot": 147},
|
||||
"bottom_left_corner.png": {"xhot": 47, "yhot": 148},
|
||||
"bottom_right_corner.png": {"xhot": 147, "yhot": 148},
|
||||
"bottom_side.png": {"xhot": 100, "yhot": 164},
|
||||
"center_ptr.png": {"xhot": 99, "yhot": 35},
|
||||
"col-resize.png": {"xhot": 100, "yhot": 100},
|
||||
@@ -52,8 +52,8 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
"sb_right_arrow.png": {"xhot": 162, "yhot": 100},
|
||||
"sb_up_arrow.png": {"xhot": 100, "yhot": 38},
|
||||
"sb_v_double_arrow.png": {"xhot": 98, "yhot": 96},
|
||||
"top_left_corner.png": {"xhot": 57, "yhot": 55},
|
||||
"top_right_corner.png": {"xhot": 142, "yhot": 55},
|
||||
"top_left_corner.png": {"xhot": 47, "yhot": 51},
|
||||
"top_right_corner.png": {"xhot": 147, "yhot": 51},
|
||||
"top_side.png": {"xhot": 100, "yhot": 35},
|
||||
"vertical-text.png": {"xhot": 100, "yhot": 100},
|
||||
"wayland-cursor.png": {"xhot": 100, "yhot": 100},
|
||||
|
||||
Reference in New Issue
Block a user