From f504c6c87c824bf5372d1935267e3b8185a58c64 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Apr 2026 22:48:53 +0200 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- rofi/colors.rasi | 47 ----------------------------------------------- rofi/config.rasi | 8 ++++---- 3 files changed, 6 insertions(+), 52 deletions(-) delete mode 100644 rofi/colors.rasi diff --git a/.gitignore b/.gitignore index 0bce667..bc5c695 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ hypr/colors.conf kitty/current-theme.conf kitty/themes/Matugen.conf qt5ct/colors/matugen.conf -qt6ct/colors/matugen.conf \ No newline at end of file +qt6ct/colors/matugen.conf +rofi/colors.rasi \ No newline at end of file diff --git a/rofi/colors.rasi b/rofi/colors.rasi deleted file mode 100644 index d3675ac..0000000 --- a/rofi/colors.rasi +++ /dev/null @@ -1,47 +0,0 @@ -* { - primary: #818ec8; - primary-fixed: #414e84; - primary-fixed-dim: #2a366b; - on-primary: #354176; - on-primary-fixed: #b4c1ff; - on-primary-fixed-variant: #919dd9; - primary-container: #2a366b; - on-primary-container: #94a1dd; - secondary: #8c8fa6; - secondary-fixed: #4c5064; - secondary-fixed-dim: #35394c; - on-secondary: #25293b; - on-secondary-fixed: #c0c3da; - on-secondary-fixed-variant: #9c9fb5; - secondary-container: #35394c; - on-secondary-container: #a0a3b9; - tertiary: #ab85a2; - tertiary-fixed: #674761; - tertiary-fixed-dim: #4e3049; - on-tertiary: #3c2038; - on-tertiary-fixed: #e1b8d7; - on-tertiary-fixed-variant: #bb94b2; - tertiary-container: #4e3049; - on-tertiary-container: #c098b6; - error: #ff5449; - on-error: #5c0003; - error-container: #7b0007; - on-error-container: #ff7d70; - surface: #121318; - on-surface: #a3a2a9; - on-surface-variant: #82828c; - outline: #53535c; - outline-variant: #393a42; - shadow: #000000; - scrim: #000000; - inverse-surface: #e3e1e9; - inverse-on-surface: #64646a; - inverse-primary: #717eb7; - surface-dim: #121318; - surface-bright: #38393f; - surface-container-lowest: #0d0e13; - surface-container-low: #1b1b21; - surface-container: #1f1f25; - surface-container-high: #292a2f; - surface-container-highest: #34343a; -} \ No newline at end of file diff --git a/rofi/config.rasi b/rofi/config.rasi index c8f6474..b5d5072 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -19,7 +19,7 @@ window { location: center; anchor: center; fullscreen: false; - width: 800px; + width: 1000px; x-offset: 0px; y-offset: 0px; @@ -46,7 +46,7 @@ imagebox { background-color: transparent; // Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell) - background-image: url("~/.config/hypr/current_wallpaper", height); + background-image: url("~/.config/hypr/current_wallpaper", width); orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; } @@ -93,7 +93,7 @@ mode-switcher{ enabled: true; spacing: 5px; background-color: transparent; - text-color: @primary-fixed; + text-color: @inverse-on-surface; } button { padding: 5px; @@ -109,7 +109,7 @@ button selected { listview { enabled: true; - columns: 2; + columns: 1; lines: 12; cycle: true; dynamic: true;