Update rofi collection script

This commit is contained in:
2025-03-18 14:12:15 +01:00
parent e894d77ebb
commit 87298afcb5
8 changed files with 32 additions and 0 deletions

View File

@@ -33,6 +33,16 @@ exec = hyprctl setcursor oreo_spark_blue_cursors 36
env = HYPRCURSOR_THEME, Oreo_spark_blue_cursor
env = X_CURSOR_THEME, Oreo_spark_blue_cursor
env = XCURSOR_SIZE,24
env = ELECTRON_ENABLE_HIGHDPI_SUPPORT, 1
env = XDG_SESSION_TYPE, wayland
env = QT_QPA_PLATFORM,wayland
# env = QT_QPA_PLATFORM_THEME,qt6ct
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = GDK_SCALE,2
xwayland {
force_zero_scaling = true
}
# Volume control
bind = ,code:123, exec, pamixer -i 5

13
laptop/configs/rofi/config.rasi Executable file
View File

@@ -0,0 +1,13 @@
/** Basic config file **/
configuration {
show-icons: true;
icon-theme: "Candy";
display-drun: "";
display-run: "🏃🏽‍♂️ ";
display-window: "🗔 ";
display-combi: "🔎 ";
dpi: 160;
}
@theme "themes/mcLarenTheme.rasi"