diff --git a/.config/rofi/0-shared-fonts.rasi b/.config/rofi/0-shared-fonts.rasi index 2c3997b0..ba546b52 100644 --- a/.config/rofi/0-shared-fonts.rasi +++ b/.config/rofi/0-shared-fonts.rasi @@ -1,5 +1,5 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Ja KooLit - Global rofi fonts */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ +/* KoolDots - Global rofi fonts */ /* This is where you can change fonts and sizes */ @@ -13,4 +13,4 @@ configuration { /*****-- Elements Font Size -----*****/ element-text { font: "JetBrainsMono Nerd Font SemiBold 13"; -} \ No newline at end of file +} diff --git a/.config/rofi/00-terminal.rasi b/.config/rofi/00-terminal.rasi new file mode 100644 index 00000000..ab98f4eb --- /dev/null +++ b/.config/rofi/00-terminal.rasi @@ -0,0 +1,8 @@ +/* Global Rofi runtime configuration overrides + * Ensures terminal-based apps launched from drun/run use kitty instead of xterm. + */ +configuration { + terminal: "kitty"; + // keep run-shell explicit to avoid theme overrides changing behavior + run-shell-command: "{terminal} -e {cmd}"; +} diff --git a/.config/rofi/config-Animations.rasi b/.config/rofi/config-Animations.rasi index e1994b6a..c12feab5 100644 --- a/.config/rofi/config-Animations.rasi +++ b/.config/rofi/config-Animations.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Animations Menu */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-Monitors.rasi b/.config/rofi/config-Monitors.rasi index 453d7110..3c71f088 100644 --- a/.config/rofi/config-Monitors.rasi +++ b/.config/rofi/config-Monitors.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Monitor Profiles Menu */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-calc.rasi b/.config/rofi/config-calc.rasi index 75912f04..937d4ca3 100644 --- a/.config/rofi/config-calc.rasi +++ b/.config/rofi/config-calc.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config Calculator */ /* Submitted by: https://github.com/JosephArmas */ diff --git a/.config/rofi/config-clipboard.rasi b/.config/rofi/config-clipboard.rasi index 1109c3c0..c70414de 100644 --- a/.config/rofi/config-clipboard.rasi +++ b/.config/rofi/config-clipboard.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Clipboard Config - Clipboard */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-edit.rasi b/.config/rofi/config-edit.rasi index 915f1580..cb63e374 100644 --- a/.config/rofi/config-edit.rasi +++ b/.config/rofi/config-edit.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Edit Rofi Config */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-emacs-keybinds.rasi b/.config/rofi/config-emacs-keybinds.rasi new file mode 100644 index 00000000..cb198d43 --- /dev/null +++ b/.config/rofi/config-emacs-keybinds.rasi @@ -0,0 +1,41 @@ +/* ---- Emacs Keybinds (rofi) ---- */ +@import "~/.config/rofi/config.rasi" + +mainbox { + children: + [ "inputbar", "message", "listview" ]; +} + +entry { + expand: true; + placeholder: " ⌨️ Search Emacs Keybinds"; +} + +listview { + columns: 2; + lines: 10; + fixed-height: false; + scrollbar: true; + spacing: 6px; + cycle: true; +} + +window { + width: 90%; + height: inherit; +} + +element { + orientation: horizontal; +} + +element-icon { + size: 0%; +} + +element-text { + horizontal-align: 0.0; + vertical-align: 0.5; + margin: 0px; + padding: 0px; +} diff --git a/.config/rofi/config-emoji.rasi b/.config/rofi/config-emoji.rasi index 80aa5076..fa99bfcf 100644 --- a/.config/rofi/config-emoji.rasi +++ b/.config/rofi/config-emoji.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config - emoji */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-ghostty-theme.rasi b/.config/rofi/config-ghostty-theme.rasi new file mode 100644 index 00000000..8d317b00 --- /dev/null +++ b/.config/rofi/config-ghostty-theme.rasi @@ -0,0 +1,74 @@ +/* ================================================== */ +/* KoolDots (2026) */ +/* Project URL: https://github.com/LinuxBeginnings */ +/* License: GNU GPLv3 */ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* ================================================== */ + +/* Ghostty Theme Selector */ + +@import "~/.config/rofi/config.rasi" + +/* ---- Configuration ---- */ +configuration { + modi: "drun"; +} + +/* ---- Window ---- */ +window { + width: inherit; + height: inherit; + border-radius: 15px; +} + +mainbox { + children: [ "inputbar" , "listview" ]; +} + +/* ---- Listbox ---- */ +listbox { + border-radius: 12px; +} + +/* ---- Inputbar ---- */ +inputbar { + padding: 14px; + border-radius: 10px; +} + +entry { + expand: true; + placeholder: " 👻 Choose Ghostty theme: Enter to Apply"; +} + +/* ---- Listview ---- */ +listview { + columns: 3; + lines: 4; + spacing: 4px; + border-radius: 10px; + cycle: true; +} + +/* ---- Element ---- */ +element { + orientation: horizontal; +} + +/* ---- Message ---- */ +message { + border-radius: 10px; +} + +textbox { + padding: 15px; +} + +/* ---- Element ---- */ +element-icon { + size: 0%; +} +element-text { + horizontal-align: 0.0; + margin: 5px 30px 5px 30px; +} diff --git a/.config/rofi/config-keybinds.rasi b/.config/rofi/config-keybinds.rasi index 03c0c8c1..e72517de 100644 --- a/.config/rofi/config-keybinds.rasi +++ b/.config/rofi/config-keybinds.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config - For Keybinds generation */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-kitty-theme.rasi b/.config/rofi/config-kitty-theme.rasi index f62fea12..ffedba56 100644 --- a/.config/rofi/config-kitty-theme.rasi +++ b/.config/rofi/config-kitty-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oh My ZSH Theme */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-rofi-Beats-menu.rasi b/.config/rofi/config-rofi-Beats-menu.rasi index 47e14b0d..270448a3 100644 --- a/.config/rofi/config-rofi-Beats-menu.rasi +++ b/.config/rofi/config-rofi-Beats-menu.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main config Rofi Beats Config menu */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-rofi-Beats.rasi b/.config/rofi/config-rofi-Beats.rasi index f2fb7838..4c3d7b96 100644 --- a/.config/rofi/config-rofi-Beats.rasi +++ b/.config/rofi/config-rofi-Beats.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rofi Beats Config */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-rofi-theme.rasi b/.config/rofi/config-rofi-theme.rasi index 0d77f857..b21fd382 100644 --- a/.config/rofi/config-rofi-theme.rasi +++ b/.config/rofi/config-rofi-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config Rofi Theme */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-search.rasi b/.config/rofi/config-search.rasi index d0d8357e..005b80cf 100644 --- a/.config/rofi/config-search.rasi +++ b/.config/rofi/config-search.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Rofi Config for Google Search) */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-wallpaper-effect.rasi b/.config/rofi/config-wallpaper-effect.rasi index 1a61e29d..b72edf34 100644 --- a/.config/rofi/config-wallpaper-effect.rasi +++ b/.config/rofi/config-wallpaper-effect.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallpaper Effects */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-wallpaper.rasi b/.config/rofi/config-wallpaper.rasi index 3cd320aa..b1ec4fa6 100644 --- a/.config/rofi/config-wallpaper.rasi +++ b/.config/rofi/config-wallpaper.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (wallpaper) */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-waybar-layout.rasi b/.config/rofi/config-waybar-layout.rasi index 2b01b157..8d5ec536 100644 --- a/.config/rofi/config-waybar-layout.rasi +++ b/.config/rofi/config-waybar-layout.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (Waybar Layout) */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-waybar-style.rasi b/.config/rofi/config-waybar-style.rasi index ce6a76a9..fbb17a40 100644 --- a/.config/rofi/config-waybar-style.rasi +++ b/.config/rofi/config-waybar-style.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Main Config (waybar style) */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config-zsh-theme.rasi b/.config/rofi/config-zsh-theme.rasi index 75c44767..e846042c 100644 --- a/.config/rofi/config-zsh-theme.rasi +++ b/.config/rofi/config-zsh-theme.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Oh My ZSH Theme */ @import "~/.config/rofi/config.rasi" diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 6d29fcc9..f1280a95 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Ja KooLit - Default +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ +/* dKoolDots - Default * All main themes or configs are located in ~/.config/rofi/themes/ * If you want to edit the config, that is where you should edit NOT here @@ -16,11 +16,11 @@ /* ---- Global Configuration Fonts ---- */ @import "~/.config/rofi/0-shared-fonts.rasi" +/* Force kitty as terminal for Terminal=true apps and run-shell */ +@import "~/.config/rofi/00-terminal.rasi" + /* note: Main themes in ~/.config/rofi/themes */ /* You can manually change here or you can use rofi theme selector SUPER SHIFT E */ @theme "~/.config/rofi/themes/KooL_style-4.rasi" -@theme "~/.config/rofi/themes/KooL_style-4.rasi" -@theme "~/.config/rofi/themes/KooL_LonerOrZ.rasi" -@theme "~/.config/rofi/themes/KooL_style-1.rasi" diff --git a/.config/rofi/dwm-config-horiz.rasi b/.config/rofi/dwm-config-horiz.rasi new file mode 100644 index 00000000..e93bcc5e --- /dev/null +++ b/.config/rofi/dwm-config-horiz.rasi @@ -0,0 +1,19 @@ +configuration { + modi: "drun"; + font: "JetBrainsMono Nerd Font 10"; + show-icons: false; + terminal: "kitty"; + drun-display-format: "{name}"; + display-drun: " "; + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } + } + +@theme "~/.config/rofi/dwm-dmenu-horiz.rasi" + diff --git a/.config/rofi/dwm-config-vert.rasi b/.config/rofi/dwm-config-vert.rasi new file mode 100644 index 00000000..6e3e735e --- /dev/null +++ b/.config/rofi/dwm-config-vert.rasi @@ -0,0 +1,25 @@ +configuration { + modi: "drun"; + font: "JetBrainsMono Nerd Font 10"; + show-icons: false; + terminal: "kitty"; + drun-display-format: "{name}"; + display-drun: " "; + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } + } + +@theme "~/.config/rofi/dwm-dmenu-vert.rasi" + +listview { + columns: 1; + lines: 12; + fixed-height: true; + layout: vertical; +} diff --git a/.config/rofi/dwm-dmenu-horiz.rasi b/.config/rofi/dwm-dmenu-horiz.rasi new file mode 100644 index 00000000..8a433d93 --- /dev/null +++ b/.config/rofi/dwm-dmenu-horiz.rasi @@ -0,0 +1,50 @@ +* { + background-color: #282828; + border-color: #458588; + text-color: #ebdbb2; + height: 24px; + font: "JetBrainsMono Nerd Font 10"; + prompt-font: "JetBrainsMono Nerd Font 10""; + prompt-background: #458588; + prompt-foreground: #282828; + prompt-padding: 2px 6px; + selected-normal-background: #458588; + selected-normal-foreground: #ebdbb2; +} +#window { + anchor: north; + location: north; + width: 100%; + padding: 0px; + children: [ horibox ]; +} +#horibox { + orientation: horizontal; + children: [ prompt, entry, listview ]; +} +#prompt { + padding: @prompt-padding; + background-color: @prompt-background; + text-color: @prompt-foreground; + font: @prompt-font; +} +#listview { + layout: horizontal; + lines: 100; +} +#entry { + padding: 2px; + expand: false; + width: 10em; +} +#element { + padding: 2px 8px; +} +#element selected { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} +element-text { + background-color: inherit; + text-color: inherit; +} diff --git a/.config/rofi/dwm-dmenu-vert.rasi b/.config/rofi/dwm-dmenu-vert.rasi new file mode 100644 index 00000000..a88bdaf5 --- /dev/null +++ b/.config/rofi/dwm-dmenu-vert.rasi @@ -0,0 +1,54 @@ +* { + background-color: #282828; + border-color: #458588; + text-color: #ebdbb2; + font: "JetBrainsMono Nerd Font 10"; + prompt-font: "JetBrainsMono Nerd Font 10"; + prompt-background: #458588; + prompt-foreground: #282828; + prompt-padding: 2px 6px; + selected-normal-background: #458588; + selected-normal-foreground: #ebdbb2; +} +#window { + anchor: north; + location: north; + width: 35%; + padding: 0px; + children: [ mainbox ]; +} +#mainbox { + orientation: vertical; + children: [ inputbar, listview ]; +} +#inputbar { + children: [ prompt, entry ]; +} +#prompt { + padding: @prompt-padding; + background-color: @prompt-background; + text-color: @prompt-foreground; + font: @prompt-font; +} +#listview { + layout: vertical; + columns: 1; + lines: 12; + fixed-height: false; +} +#entry { + padding: 2px; + expand: false; + width: 10em; +} +#element { + padding: 2px 8px; +} +#element selected { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} +element-text { + background-color: inherit; + text-color: inherit; +} diff --git a/.config/rofi/themes/KooL_LonerOrZ.rasi b/.config/rofi/themes/KooL_LonerOrZ.rasi index 0c8ce899..6bc3af3a 100644 --- a/.config/rofi/themes/KooL_LonerOrZ.rasi +++ b/.config/rofi/themes/KooL_LonerOrZ.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Style LonerOrZ */ /* Submitted by https://github.com/lonerOrz */ /* Edited by Ja */ diff --git a/.config/rofi/themes/KooL_TokyoNight.rasi b/.config/rofi/themes/KooL_TokyoNight.rasi new file mode 100644 index 00000000..330fa716 --- /dev/null +++ b/.config/rofi/themes/KooL_TokyoNight.rasi @@ -0,0 +1,135 @@ +/* + * Tokyonight colorscheme (big icons) for rofi + * User: w8ste + */ + + +// define colors etc. +* { + bg: #24283b; + hv: #9274ca; + primary: #444b6a; // TokyoNight bright black + ug: #0B2447; + font: "Monospace 11"; + background-color: @bg; + //dark: @bg; + border: 0px; + kl: #7aa2f7; + black: #000000; + + transparent: rgba(46,52,64,0); +} + +// defines different aspects of the window +window { + width: 700; + /*since line wont work with height, i comment it out + if you rather control the size via height + just comment it out */ + //height: 500; + + orientation: horizontal; + location: center; + anchor: center; + transparency: "screenshot"; + border-color: @transparent; + border: 0px; + border-radius: 6px; + spacing: 0; + children: [ mainbox ]; +} + +mainbox { + spacing: 0; + children: [ inputbar, message, listview ]; +} + +inputbar { + color: @kl; + padding: 11px; + border: 3px 3px 2px 3px; + border-color: @primary; + border-radius: 6px 6px 0px 0px; +} + +message { + padding: 0; + border-color: @primary; + border: 0px 1px 1px 1px; +} + +entry, prompt, case-indicator { + font: inherit; + text-color: inherit; +} + +entry { + cursor: pointer; +} + +prompt { + margin: 0px 5px 0px 0px; +} + +listview { + layout: vertical; + //spacing: 5px; + padding: 8px; + lines: 7; + columns: 2; + border: 0px 3px 3px 3px; + border-radius: 0px 0px 6px 6px; + border-color: @primary; + dynamic: false; +} + +element { + padding: 2px; + vertical-align: 1; + text-color: @kl; + font: inherit; +} + +element-text { + background-color: inherit; + text-color: inherit; + vertical-align: 0.5; +} + +element selected.normal { + text-color: @black; + background-color: @hv; +} +element normal.active { + background-color: @hv; + text-color: @black; +} + +element-icon { + background-color: inherit; + text-color: inherit; + size: 2.5em; +} + +element normal.urgent { + background-color: @primary; +} +element selected.active { + background-color: @hv; + text-color: @bg; +} + +button { + padding: 6px; + color: @primary; + horizontal-align: 0.5; + + border: 2px 0px 2px 2px; + border-radius: 4px 0px 0px 4px; + border-color: @primary; +} + +button selected { + border: 2px 0px 2px 2px; + border-color: @primary; +} diff --git a/.config/rofi/themes/KooL_dwm.rasi b/.config/rofi/themes/KooL_dwm.rasi new file mode 100644 index 00000000..6c6d2b7e --- /dev/null +++ b/.config/rofi/themes/KooL_dwm.rasi @@ -0,0 +1,86 @@ +configuration { + modi: "drun"; + font: "JetBrainsMono Nerd Font 10"; + show-icons: true; + terminal: "alacritty"; + icon-theme: "Papirus-Dark"; + drun-display-format: "{name}"; + display-drun: ""; + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} + +@theme "/dev/null" + +* { + bg: #232933; + fg: #d8dee9; + selected: #2d3543; + accent: #4d6a8e; + background-color: @bg; + + color: @fg; + border: 0; + border-color: @bg; + margin: 0; + padding: 0; + spacing: 0; + highlight: none; +} + +window { + width: 700px; +} + +element { + padding: 6 5 7 5; + text-color: @fg; +} + +element-text { + vertical-align: 0.5; + padding: 5px; +} + +element selected { + background-color: @selected; +} + +element-text selected { + background-color: @selected; +} + +element-icon selected { + background-color: @selected; +} + +element-icon { + size: 30; +} + +inputbar { + children: [prompt, entry]; +} + +prompt { + text-color: @bg; + background-color: @accent; + padding: 12 12 12 12; +} + +entry { + text-color: @bg; + padding: 12 5 12 0; +} + +listview { + background-color: @bg; + columns: 3; + lines: 6; +} diff --git a/.config/rofi/themes/KooL_style-1.rasi b/.config/rofi/themes/KooL_style-1.rasi index 89bb959e..6a3d8f08 100644 --- a/.config/rofi/themes/KooL_style-1.rasi +++ b/.config/rofi/themes/KooL_style-1.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 1 */ /* ---- Configuration ---- */ @@ -25,7 +25,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; diff --git a/.config/rofi/themes/KooL_style-10-Fancy-v2.rasi b/.config/rofi/themes/KooL_style-10-Fancy-v2.rasi index 654428b4..fab7e41d 100644 --- a/.config/rofi/themes/KooL_style-10-Fancy-v2.rasi +++ b/.config/rofi/themes/KooL_style-10-Fancy-v2.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 10 - Fancy v2 */ /* Credit to DaveDavenport & Rasmus Steinke */ diff --git a/.config/rofi/themes/KooL_style-10-Fancy.rasi b/.config/rofi/themes/KooL_style-10-Fancy.rasi index 195cd707..7be99341 100644 --- a/.config/rofi/themes/KooL_style-10-Fancy.rasi +++ b/.config/rofi/themes/KooL_style-10-Fancy.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 10 - Fancy */ /* Credit to DaveDavenport. I have only some few things changed */ diff --git a/.config/rofi/themes/KooL_style-11-Win11-list-dark.rasi b/.config/rofi/themes/KooL_style-11-Win11-list-dark.rasi index c7843812..8c73d7fe 100644 --- a/.config/rofi/themes/KooL_style-11-Win11-list-dark.rasi +++ b/.config/rofi/themes/KooL_style-11-Win11-list-dark.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 11 - Windows 11 List Dark */ /* source: https://github.com/newmanls */ diff --git a/.config/rofi/themes/KooL_style-11-Win11-list-light.rasi b/.config/rofi/themes/KooL_style-11-Win11-list-light.rasi index b640dda2..7a9164f0 100644 --- a/.config/rofi/themes/KooL_style-11-Win11-list-light.rasi +++ b/.config/rofi/themes/KooL_style-11-Win11-list-light.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 11 - Windows 11 List Light */ /* source: https://github.com/newmanls */ diff --git a/.config/rofi/themes/KooL_style-12-TOP-Docu.rasi b/.config/rofi/themes/KooL_style-12-TOP-Docu.rasi index fe80019c..072bf0a1 100644 --- a/.config/rofi/themes/KooL_style-12-TOP-Docu.rasi +++ b/.config/rofi/themes/KooL_style-12-TOP-Docu.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 12 - TOP - Docu */ /* Credit to DaveDavenport. I have only some few things changed */ diff --git a/.config/rofi/themes/KooL_style-13-Vertical.rasi b/.config/rofi/themes/KooL_style-13-Vertical.rasi index 1e7f8337..218251a4 100644 --- a/.config/rofi/themes/KooL_style-13-Vertical.rasi +++ b/.config/rofi/themes/KooL_style-13-Vertical.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL_Style 13 (thin) */ /* ---- Configuration ---- */ @@ -25,7 +25,7 @@ configuration { background-alt: @color10; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; diff --git a/.config/rofi/themes/KooL_style-14.rasi b/.config/rofi/themes/KooL_style-14.rasi index a766cb96..408de5b2 100644 --- a/.config/rofi/themes/KooL_style-14.rasi +++ b/.config/rofi/themes/KooL_style-14.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 14 */ /* original design from: https://github.com/adi1090x/rofi */ @@ -19,7 +19,7 @@ configuration { background-alt: @color0; selected: @color13; active: @color12; - urgent: #8E3596; + urgent: @color13; } /*****----- Main Window -----*****/ diff --git a/.config/rofi/themes/KooL_style-15-solarized.rasi b/.config/rofi/themes/KooL_style-15-solarized.rasi index 00a53857..cb1a33a0 100644 --- a/.config/rofi/themes/KooL_style-15-solarized.rasi +++ b/.config/rofi/themes/KooL_style-15-solarized.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 15 */ /* original design: https://github.com/arkboix/dotfiles */ diff --git a/.config/rofi/themes/KooL_style-2-Dark.rasi b/.config/rofi/themes/KooL_style-2-Dark.rasi index 3ae384f9..a6637469 100644 --- a/.config/rofi/themes/KooL_style-2-Dark.rasi +++ b/.config/rofi/themes/KooL_style-2-Dark.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 2 Dark */ /* Source: https://github.com/adi1090x/rofi */ diff --git a/.config/rofi/themes/KooL_style-2-Light.rasi b/.config/rofi/themes/KooL_style-2-Light.rasi index 84700655..f2fcce5c 100644 --- a/.config/rofi/themes/KooL_style-2-Light.rasi +++ b/.config/rofi/themes/KooL_style-2-Light.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 2 Light */ /* credit: https://github.com/adi1090x/rofi */ diff --git a/.config/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/.config/rofi/themes/KooL_style-3-FullScreen-v1.rasi index 4efe106c..ab3107f1 100644 --- a/.config/rofi/themes/KooL_style-3-FullScreen-v1.rasi +++ b/.config/rofi/themes/KooL_style-3-FullScreen-v1.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 3 - Full screen v1 */ /* ---- Configuration ---- */ @@ -23,10 +23,10 @@ configuration { /* ---- Global Properties ---- */ * { - background-alt: @selected-active-background; // Buttons background - selected: @selected-urgent-background; // Button selected - active: @selected-normal-background; // Window activated - urgent: @selected; // When hovering the activated window (maybe more?) + background-alt: @color0; // neutral background + selected: @color12; // accent + active: @color11; // secondary + urgent: @color13; // alert text-selected: @background; text-color: @foreground; @@ -150,7 +150,7 @@ button { } button selected { background-color: @selected; - text-color: @text-selected; + text-color: @background; } /* ---- Scrollbar ---- */ @@ -191,8 +191,8 @@ element selected.normal { border: 0px 3px 0px 3px; border-radius: 16px; border-color: @selected; - background-color: transparent; - text-color: @background-alt; + background-color: @selected; + text-color: @background; } element selected.urgent { diff --git a/.config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/.config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi index 7e771105..7d228571 100644 --- a/.config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ b/.config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 3 - Full screen v2 */ /* credit: https://github.com/adi1090x/rofi */ @@ -26,7 +26,7 @@ configuration { background-alt: @color7; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; border-color: @selected; handle-color: @selected; diff --git a/.config/rofi/themes/KooL_style-4.rasi b/.config/rofi/themes/KooL_style-4.rasi index ea7b1977..bc7026c2 100644 --- a/.config/rofi/themes/KooL_style-4.rasi +++ b/.config/rofi/themes/KooL_style-4.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 4 */ /* credit: https://github.com/adi1090x/rofi */ @@ -22,12 +22,13 @@ configuration { /*****----- Global Properties -----*****/ * { - background-alt: @color1; + background-alt: @color0; + /* selected uses color12, active uses color11 (match other working styles) */ selected: @color12; active: @color11; - urgent: #F7768E; + urgent: @color13; - border-color: @color11; + border-color: @active; handle-color: @selected; background-color: @background; foreground-color: @foreground; @@ -38,12 +39,13 @@ configuration { urgent-foreground: @background; active-background: @active; active-foreground: @background; + /* force selection to use the selected accent, not imported selected-* values */ selected-normal-background: @selected; selected-normal-foreground: @background; - selected-urgent-background: @active; + selected-urgent-background: @selected; selected-urgent-foreground: @background; - selected-active-background: @urgent; - selected-active-foreground: @color12; + selected-active-background: @selected; + selected-active-foreground: @background; alternate-normal-background: @background; alternate-normal-foreground: @foreground; alternate-urgent-background: @urgent; @@ -219,16 +221,16 @@ element normal.active { element-text selected, element selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; + background-color: @selected; + text-color: @background; } element selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; + background-color: @selected; + text-color: @background; } element selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; + background-color: @selected; + text-color: @background; } element alternate.normal { background-color: @alternate-normal-background; @@ -285,8 +287,8 @@ button selected { border: 2px 0px 2px 2px; border-radius: 6px; border-color: @border-color; - background-color: @selected-normal-foreground; - text-color: @selected-normal-background; + background-color: @selected; + text-color: @background; } /*****----- Message -----*****/ diff --git a/.config/rofi/themes/KooL_style-5.rasi b/.config/rofi/themes/KooL_style-5.rasi index 94555ebb..8370158c 100644 --- a/.config/rofi/themes/KooL_style-5.rasi +++ b/.config/rofi/themes/KooL_style-5.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 5 */ /* ---- Configuration ---- */ @@ -26,7 +26,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; @@ -140,10 +140,9 @@ button { button selected { background-color: @selected; - text-color: @foreground; + text-color: @background; border: 1px; border-color: transparent; - } /* ---- Listview ---- */ @@ -203,8 +202,8 @@ element normal.active { element-text selected, element selected.normal { - background-color: @active; - text-color: inherit; + background-color: @selected; + text-color: @background; } element selected.urgent { diff --git a/.config/rofi/themes/KooL_style-6.rasi b/.config/rofi/themes/KooL_style-6.rasi index c0b1eaa6..1172fb92 100644 --- a/.config/rofi/themes/KooL_style-6.rasi +++ b/.config/rofi/themes/KooL_style-6.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 6 */ /* ---- Configuration ---- */ @@ -26,7 +26,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; @@ -145,8 +145,8 @@ button { cursor: pointer; } button selected { - background-color: @active; - text-color: @text-selected; + background-color: @selected; + text-color: @background; } @@ -169,23 +169,28 @@ element normal.urgent { text-color: @foreground; } -element-text selected, +/* Separate rules so selected text does not paint a second background */ +element-text selected { + background-color: transparent; + text-color: @background; +} + element normal.active { background-color: @active; text-color: @foreground; } element selected.normal { - background-color: @color11; - text-color: @text-selected; + background-color: @selected; + text-color: @background; } element selected.urgent { - background-color: @urgent; - text-color: @text-selected; + background-color: @selected; + text-color: @background; } element selected.active { - background-color: @urgent; - text-color: @text-selected; + background-color: @selected; + text-color: @background; } // Adapt rofi theme element alternate.normal { diff --git a/.config/rofi/themes/KooL_style-7.rasi b/.config/rofi/themes/KooL_style-7.rasi index b1a1a9a9..5f45e3d9 100644 --- a/.config/rofi/themes/KooL_style-7.rasi +++ b/.config/rofi/themes/KooL_style-7.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 7 */ /* original design from: https://github.com/adi1090x/rofi */ @@ -23,10 +23,11 @@ configuration { /*****----- Global Properties -----*****/ * { - background-alt: @color1; + background-alt: @color0; + /* selected uses color12, active uses color11 (match other working styles) */ selected: @color12; active: @color11; - urgent: #8E3596; + urgent: @color13; } /*****----- Main Window -----*****/ @@ -153,8 +154,8 @@ element normal.normal { element-text selected, element selected.normal { border-radius: 30px; - background-color: @color11; - text-color: @foreground; + background-color: @selected; + text-color: @background; } element-icon { padding: 0px; diff --git a/.config/rofi/themes/KooL_style-8.rasi b/.config/rofi/themes/KooL_style-8.rasi index e0ca3208..b369ea96 100644 --- a/.config/rofi/themes/KooL_style-8.rasi +++ b/.config/rofi/themes/KooL_style-8.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 8 */ @@ -23,6 +23,13 @@ configuration { /* ---- Global Properties ---- */ * { + /* Define palette mappings used below */ + selected: @color12; /* accent */ + active: @color11; /* secondary */ + urgent: @color13; /* alerts */ + text-selected: @background; /* readable over accent */ + text-color: @foreground; + border-width: 2px; border-radius: 12px; } @@ -131,8 +138,8 @@ button { } button selected { - background-color: @color12; - text-color: @foreground; + background-color: @selected; + text-color: @background; } /* ---- Scrollbar ---- */ @@ -156,8 +163,8 @@ element { element-text selected, element selected.normal { - background-color: @color11; - text-color: @foreground; + background-color: @selected; + text-color: @background; border-radius: 1.5em; } diff --git a/.config/rofi/themes/KooL_style-9.rasi b/.config/rofi/themes/KooL_style-9.rasi index 6b1346f6..7ee9685e 100644 --- a/.config/rofi/themes/KooL_style-9.rasi +++ b/.config/rofi/themes/KooL_style-9.rasi @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* KooL Hyprland Rofi Style 9 */ /* Modified version of Rofi Config which was submitted by https://github.com/lonerOrz via Discord */ @@ -23,7 +23,7 @@ configuration { /*****----- Global Properties -----*****/ * { BG: @background; - BGA: @color11; + BGA: @color12; FG: @foreground; FGA: #F28FADff; BDR: @color12; diff --git a/.config/rofi/themes/saint-rofi.rasi b/.config/rofi/themes/saint-rofi.rasi index e85c678f..27fdea13 100644 --- a/.config/rofi/themes/saint-rofi.rasi +++ b/.config/rofi/themes/saint-rofi.rasi @@ -23,7 +23,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; border-color: @selected; @@ -143,8 +143,8 @@ element normal.active { } element selected.normal { - background-color: @color11; - text-color: @text-selected; + background-color: @selected; + text-color: @background; } element selected.urgent { background-color: @urgent; diff --git a/.config/rofi/wallust/colors-rofi.rasi b/.config/rofi/wallust/colors-rofi.rasi index 7fb97349..a6b6fabc 100644 --- a/.config/rofi/wallust/colors-rofi.rasi +++ b/.config/rofi/wallust/colors-rofi.rasi @@ -1,4 +1,4 @@ - /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-rofi */ * {