aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/bar.c')
-rw-r--r--swaybar/bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/bar.c b/swaybar/bar.c
index b617f9ab..ea0141cc 100644
--- a/swaybar/bar.c
+++ b/swaybar/bar.c
@@ -319,7 +319,7 @@ void bar_setup(struct swaybar *bar,
319 } 319 }
320 320
321 pointer->cursor_theme = wl_cursor_theme_load( 321 pointer->cursor_theme = wl_cursor_theme_load(
322 NULL, 16 * (max_scale * 2), bar->shm); 322 NULL, 24 * max_scale, bar->shm);
323 assert(pointer->cursor_theme); 323 assert(pointer->cursor_theme);
324 struct wl_cursor *cursor; 324 struct wl_cursor *cursor;
325 cursor = wl_cursor_theme_get_cursor(pointer->cursor_theme, "left_ptr"); 325 cursor = wl_cursor_theme_get_cursor(pointer->cursor_theme, "left_ptr");