aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-12 00:54:00 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-12 00:54:00 +0900
commit34ec8fe040c036b4c6f5d426a7bad66ebddfc8f2 (patch)
tree975cf8c929733e257cb993d2915e315d601208db
parent9f59d3374c9284111aeef165eb83875edfc660e6 (diff)
Updated New rofi themes
-rw-r--r--assets/rofi/themes/KooL_style-1.rasi2
-rw-r--r--assets/rofi/themes/KooL_style-10-Fancy.rasi12
-rw-r--r--assets/rofi/themes/KooL_style-11-Win11-list-light.rasi2
-rw-r--r--assets/rofi/themes/KooL_style-2-Dark.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-2-Light.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi2
-rw-r--r--assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi2
-rw-r--r--assets/rofi/themes/KooL_style-4.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-5.rasi4
-rw-r--r--assets/rofi/themes/KooL_style-6.rasi3
-rw-r--r--assets/rofi/themes/KooL_style-8.rasi23
-rw-r--r--assets/rofi/themes/KooL_style-9.rasi22
-rw-r--r--config/hypr/UserConfigs/UserKeybinds.conf12
-rw-r--r--[-rwxr-xr-x]config/hypr/UserScripts/00-Readme0
-rwxr-xr-xconfig/hypr/UserScripts/RofiCalc.sh2
-rw-r--r--config/hypr/configs/Keybinds.conf24
-rw-r--r--config/rofi/config-calc.rasi1
-rw-r--r--config/rofi/config-search.rasi4
18 files changed, 81 insertions, 54 deletions
diff --git a/assets/rofi/themes/KooL_style-1.rasi b/assets/rofi/themes/KooL_style-1.rasi
index 786e5b2f..556c86a1 100644
--- a/assets/rofi/themes/KooL_style-1.rasi
+++ b/assets/rofi/themes/KooL_style-1.rasi
@@ -213,7 +213,7 @@ element-icon {
cursor: inherit;
}
element-text {
- font: "JetBrainsMono Nerd Font SemiBold 11";
+ font: "JetBrainsMono Nerd Font SemiBold 12";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi
index 80203b6f..8da2e0e7 100644
--- a/assets/rofi/themes/KooL_style-10-Fancy.rasi
+++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi
@@ -66,7 +66,6 @@ window {
children: [ inputbar, message, wrapper-mode-switcher, listview , pagerbox ];
}
-
pagerbox {
expand: false;
orientation: horizontal;
@@ -229,6 +228,7 @@ sidebar {
inputbar {
text-color: @normal-foreground;
padding: 0px 0px 0.5em;
+ children: [ wrapper ];
}
case-indicator {
text-color: @normal-foreground;
@@ -237,9 +237,8 @@ case-indicator {
wrapper {
orientation: horizontal;
text-color: black;
- background-color: white / 70%;
+ background-color: white / 75%;
border-color: grey;
-
border: 2px;
border-radius: 5px;
padding: 4px;
@@ -270,12 +269,13 @@ icon-k {
entry {
enabled: true;
expand: true;
+ background-color: white / 75%;
placeholder: " 🖥️ Search ";
vertical-align: 0.5;
+ border-radius: 5px;
+ padding: 4px;
}
-inputbar {
- children: [ wrapper ];
-}
+
error-message {
background-color: darkred/10%;
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
index 65809c4d..75da3b6e 100644
--- a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
+++ b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
@@ -12,8 +12,8 @@ configuration {
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
}
-
/*****----- Global Properties -----*****/
+
* {
font: "JetBrainsMono Nerd Font SemiBold 13";
diff --git a/assets/rofi/themes/KooL_style-2-Dark.rasi b/assets/rofi/themes/KooL_style-2-Dark.rasi
index 934ea657..de16d833 100644
--- a/assets/rofi/themes/KooL_style-2-Dark.rasi
+++ b/assets/rofi/themes/KooL_style-2-Dark.rasi
@@ -64,14 +64,14 @@ inputbar {
border: 0px 0px 2px 0px;
border-radius: 0px;
border-color: gray/20%;
- background-color: transparent;
+ background-color: black/50%;
children: [ "entry" ];
}
entry {
enabled: true;
- background-color: transparent;
- text-color: dimgray;
+ background-color: black/50%;
+ text-color: white/75%;
cursor: text;
placeholder: "Type to search";
placeholder-color: inherit;
@@ -148,7 +148,7 @@ mode-switcher{
text-color: white;
}
button {
- font: "JetBrainsMono Nerd Font SemiBold 10";
+ font: "JetBrainsMono Nerd Font SemiBold 12";
padding: 6px;
border: 0px solid;
border-radius: 100%;
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi
index 3cd9266d..74eb8e32 100644
--- a/assets/rofi/themes/KooL_style-2-Light.rasi
+++ b/assets/rofi/themes/KooL_style-2-Light.rasi
@@ -41,7 +41,7 @@ window {
padding: 0px;
border-radius: 12px;
cursor: "default";
- background-color: transparent;
+ background-color: inherit;
}
/*****----- Main Box -----*****/
@@ -60,7 +60,7 @@ inputbar {
enabled: true;
spacing: 0px;
margin: 0px;
- padding: 0px 0px 10px 0px;
+ padding: 0px 10px 10px 0px;
border: 0px 0px 2px 0px;
border-radius: 0px;
border-color: gray/20%;
@@ -70,7 +70,7 @@ inputbar {
entry {
enabled: true;
- background-color: transparent;
+ background-color: inherit;
text-color: black;
cursor: text;
placeholder: "Type to search";
diff --git a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
index 7ca3d4bf..d9b31251 100644
--- a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
+++ b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland v2.3.10 (latest) - Default Config */
+/* KooL Hyprland Full Screen Style 3 v1 */
/* ---- Configuration ---- */
diff --git a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
index 6f1a3cef..7584b542 100644
--- a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
+++ b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-
+/* KooL Hyprland Rofi Style 3 - Full screen v2 */
/* credit: https://github.com/adi1090x/rofi */
/*****----- Configuration -----*****/
diff --git a/assets/rofi/themes/KooL_style-4.rasi b/assets/rofi/themes/KooL_style-4.rasi
index fb25db61..7f4f0d4e 100644
--- a/assets/rofi/themes/KooL_style-4.rasi
+++ b/assets/rofi/themes/KooL_style-4.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-
+/* KooL Hyprland Rofi Style 4 */
/* credit: https://github.com/adi1090x/rofi */
/*****----- Configuration -----*****/
@@ -89,7 +89,7 @@ mainbox {
border: 0px solid;
border-radius: 0px 0px 0px 0px;
border-color: @border-color;
- background-color: transparent;
+ background-color: inherit;
children: [ "inputbar", "message", "custombox" ];
}
@@ -132,7 +132,7 @@ textbox-prompt-colon {
entry {
enabled: true;
padding: 5px 0px;
- background-color: inherit;
+ background-color: @alternate-background;
text-color: @foreground;
cursor: text;
placeholder: "Search...";
diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi
index 234567bc..bb70d0f8 100644
--- a/assets/rofi/themes/KooL_style-5.rasi
+++ b/assets/rofi/themes/KooL_style-5.rasi
@@ -118,7 +118,7 @@ entry {
cursor: text;
placeholder: " Search";
placeholder-color: inherit;
- background-color: transparent;
+ background-color: @background;
}
/* ---- Mode Switcher ---- */
@@ -230,7 +230,7 @@ element-icon {
}
element-text {
- font: "JetBrainsMono Nerd Font SemiBold 10";
+ font: "JetBrainsMono Nerd Font SemiBold 12";
background-color: transparent;
text-color: @foreground;
cursor: inherit;
diff --git a/assets/rofi/themes/KooL_style-6.rasi b/assets/rofi/themes/KooL_style-6.rasi
index f6b1307b..30028218 100644
--- a/assets/rofi/themes/KooL_style-6.rasi
+++ b/assets/rofi/themes/KooL_style-6.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland v2.2.10 (old) - Default Config */
+/* KooL Hyprland Rofi Style 6 */
/* ---- Configuration ---- */
@@ -199,7 +199,6 @@ element-icon {
}
element-text {
background-color: transparent;
- font: "Fira Code SemiBold 12";
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
diff --git a/assets/rofi/themes/KooL_style-8.rasi b/assets/rofi/themes/KooL_style-8.rasi
index 00e5c9cf..b74f801f 100644
--- a/assets/rofi/themes/KooL_style-8.rasi
+++ b/assets/rofi/themes/KooL_style-8.rasi
@@ -218,16 +218,21 @@ element-text {
}
/* ---- Message ---- */
-error-message {
- text-color: @foreground;
- background-color: @background;
- text-transform: capitalize;
- children: [ "textbox" ];
+message {
+ background-color: transparent;
+ border: 0px;
}
-
textbox {
- text-color: inherit;
- background-color: inherit;
+ padding: 12px;
+ border-radius: 10px;
+ background-color: @background;
+ text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.5;
+ horizontal-align: 0.0;
+}
+error-message {
+ padding: 12px;
+ border-radius: 20px;
+ background-color: @background;
+ text-color: @foreground;
}
diff --git a/assets/rofi/themes/KooL_style-9.rasi b/assets/rofi/themes/KooL_style-9.rasi
index d09e58e2..a74e64eb 100644
--- a/assets/rofi/themes/KooL_style-9.rasi
+++ b/assets/rofi/themes/KooL_style-9.rasi
@@ -132,7 +132,7 @@ scrollbar {
/* ---- Elements ---- */
element {
- font: "JetBrainsMono Nerd Font SemiBold 11";
+ font: "JetBrainsMono Nerd Font SemiBold 12";
background-color: @BG;
text-color: @FG;
orientation: horizontal;
@@ -188,3 +188,23 @@ element selected.active {
background-color: @BGA;
color: @FG;
}
+
+/* ---- Message ---- */
+message {
+ background-color: transparent;
+ border: 0px;
+}
+textbox {
+ padding: 12px;
+ border-radius: 10px;
+ background-color: @background;
+ text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
+}
+error-message {
+ padding: 12px;
+ border-radius: 20px;
+ background-color: @background;
+ text-color: @foreground;
+} \ No newline at end of file
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf
index ebcd2e6d..a615ef68 100644
--- a/config/hypr/UserConfigs/UserKeybinds.conf
+++ b/config/hypr/UserConfigs/UserKeybinds.conf
@@ -13,21 +13,19 @@ $UserScripts = $HOME/.config/hypr/UserScripts
# rofi App launcher
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
-bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window #Main Menu
+bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Main Menu (APP Launcher)
-bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen
+bind = $mainMod, B, exec, xdg-open "http:// &" # default browser
-# ags overview
-bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview'
+bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview' # ags desktop overview
bind = $mainMod, Return, exec, $term #terminal
-bind = $mainMod, T, exec, $files #file manager
+bind = $mainMod, E, exec, $files #file manager
bind = $mainMod CTRL, R, exec, $scriptsDir/RofiThemeSelector.sh # modified Rofi Theme Selector
-
bind = $mainMod ALT, C, exec, $UserScripts/RofiCalc.sh # calculator (qalculate)
-# pyprland
+# pyprland (This is not available in Debian and Ubuntu)
bind = $mainMod SHIFT, Return, exec, pypr toggle term # Dropdown terminal
bind = $mainMod, Z, exec, pypr zoom # Toggle Desktop Zoom
diff --git a/config/hypr/UserScripts/00-Readme b/config/hypr/UserScripts/00-Readme
index 7dcd9881..7dcd9881 100755..100644
--- a/config/hypr/UserScripts/00-Readme
+++ b/config/hypr/UserScripts/00-Readme
diff --git a/config/hypr/UserScripts/RofiCalc.sh b/config/hypr/UserScripts/RofiCalc.sh
index 7bef4b6c..4b3b8b69 100755
--- a/config/hypr/UserScripts/RofiCalc.sh
+++ b/config/hypr/UserScripts/RofiCalc.sh
@@ -16,7 +16,7 @@ while true; do
result=$(
rofi -i -dmenu \
-config $rofi_theme \
- -mesg "$result = $calc_result"
+ -mesg "$result = $calc_result"
)
if [ $? -ne 0 ]; then
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 2ea3bfa3..7cacae40 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -10,12 +10,18 @@ $configs = $HOME/.config/hypr/configs
$UserConfigs = $HOME/.config/hypr/UserConfigs
$UserScripts = $HOME/.config/hypr/UserScripts
+
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
-bind = $mainMod, Q, killactive,
-bind = $mainMod, F, fullscreen
-bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh
-bind = $mainMod SHIFT, F, togglefloating,
-bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat
+bind = $mainMod, Q, killactive, #kill
+bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh # Kill active process
+bind = $mainMod SHIFT, F, fullscreen # whole full screen
+bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen
+bind = $mainMod, SPACE, togglefloating, #Float Mode
+bind = $mainMod ALT, SPACE, exec, hyprctl dispatch workspaceopt allfloat #All Float Mode
+
+#bind = $mainMod, SPACE, exec, $scriptsDir/Float.sh # float mode
+#bind = $mainMod ALT, SPACE, exec, $scriptsDir/Float.sh --allfloat # all float mode
+
bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh # screen lock
bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh # power menu
@@ -24,24 +30,24 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # help file
bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi
bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji menu
bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search using rofi
-bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings
+bind = $mainMod ALT, O, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings
bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # Toggle animations ON/OFF
bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwindle Layout
bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh # Clipboard Manager
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel
# FEATURES / EXTRAS (UserScripts)
-bind = $mainMod, E, exec, $UserScripts/QuickEdit.sh # Quick Edit Hyprland Settings
+bind = $mainMod SHIFT, E, exec, $UserScripts/QuickEdit.sh # Quick Edit Hyprland Settings
bind = $mainMod SHIFT, M, exec, $UserScripts/RofiBeats.sh # online music using rofi
bind = $mainMod, W, exec, $UserScripts/WallpaperSelect.sh # Select wallpaper to apply
bind = $mainMod SHIFT, W, exec, $UserScripts/WallpaperEffects.sh # Wallpaper Effects by imagemagick
bind = CTRL ALT, W, exec, $UserScripts/WallpaperRandom.sh # Random wallpapers
-bind = $mainMod ALT, O, exec, hyprctl setprop active opaque toggle # disable opacity on active window
+bind = $mainMod CTRL, O, exec, hyprctl setprop active opaque toggle # disable opacity on active window
bind = $mainMod SHIFT, K, exec, $scriptsDir/KeyBinds.sh # search keybinds via rofi
bind = $mainMod SHIFT, A, exec, $scriptsDir/Animations.sh #hyprland animations menu
# Waybar / Bar related
-bind = $mainMod, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show waybar
+bind = $mainMod CTRL ALT, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod CTRL, B, exec, $scriptsDir/WaybarStyles.sh # Waybar Styles Menu
bind = $mainMod ALT, B, exec, $scriptsDir/WaybarLayout.sh # Waybar Layout Menu
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi
index 61be7642..60169c31 100644
--- a/config/rofi/config-calc.rasi
+++ b/config/rofi/config-calc.rasi
@@ -7,6 +7,7 @@
/* ---- Mainbox ---- */
mainbox {
children: [ "entry", "message" ];
+ height: inherit;
}
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi
index 08600b30..a2ff66ee 100644
--- a/config/rofi/config-search.rasi
+++ b/config/rofi/config-search.rasi
@@ -7,13 +7,11 @@
window {
width: 40%;
height: inherit;
- background-color: black/25%;
y-offset: 10px;
location: north;
children: [ "entry" ];
border: 2px;
border-color: white/25%;
- border-radius: 20px;
}
/* ---- Entry ---- */
@@ -21,5 +19,5 @@ entry {
placeholder: " 🔎 Google Search via web browser";
padding: 15px;
border: 0px;
- text-color: white;
+ border-radius: 12px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage