Browse Source

RofiEmoji tweaked, new Rofi-Emoji Configs

Tweaked rofi configs and used % instead of px
pull/233/head
JaKooLit 2 years ago
parent
commit
6059d82374
  1. 2
      config/hypr/scripts/RofiEmoji.sh
  2. 6
      config/rofi/config-clipboard.rasi
  3. 12
      config/rofi/config-compact.rasi
  4. 10
      config/rofi/config-emoji.rasi
  5. 36
      config/rofi/config-long.rasi
  6. 2
      config/rofi/config-rofi-Beats.rasi
  7. 2
      config/rofi/config-search.rasi
  8. 2
      config/rofi/config-zsh-theme.rasi
  9. 3
      config/rofi/config.rasi
  10. 12
      config/rofi/resolution/1080p/config.rasi
  11. 3
      config/rofi/resolution/1440p/config.rasi

2
config/hypr/scripts/RofiEmoji.sh

@ -3,7 +3,7 @@
# Rofi Emoticons. Not my own. Cant remember the source
sed '1,/^# # DATA # #$/d' $0 |
rofi -i -dmenu -config ~/.config/rofi/config-long.rasi|
rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi|
cut -d ' ' -f 1 | tr -d '\n' | wl-copy
exit

6
config/rofi/config-clipboard.rasi

@ -1,10 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Clipboard Config (long) */
/* Clipboard Config (long) - Clipboard */
@import "~/.config/rofi/config-long.rasi"
/* ---- Entry ---- */
entry {
width: 600px;
placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe";
width: 45%;
placeholder: "🔎 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
}

12
config/rofi/config-compact.rasi

@ -10,10 +10,15 @@ configuration {
/* ---- Window ---- */
window {
width: 500px;
width: 20%;
border-radius: 15px;
}
/* ---- Inputbar ---- */
inputbar {
background-image: url("~/.config/rofi/.current_wallpaper", height);
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
@ -21,8 +26,9 @@ imagebox {
[ "entry", "listview"];
}
/* ---- Entry input ---- */
entry {
width: 400px;
width: 16%;
placeholder: " View / Edit Hyprland Configs";
}
@ -32,7 +38,7 @@ listview {
lines: 10;
spacing: 4px;
scrollbar: false;
border-radius: 10px;
border-radius: 12px;
}
/* ---- Element ---- */

10
config/rofi/config-emoji.rasi

@ -0,0 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) - emoji */
@import "~/.config/rofi/config-long.rasi"
/* ---- Entry ---- */
entry {
width: 45%;
placeholder: "🔎 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste";
}

36
config/rofi/config-long.rasi

@ -3,44 +3,18 @@
@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Window ---- */
window {
width: 700px;
}
/* ---- Inputbar ---- */
inputbar {
children:
["entry"];
width: 50%;
}
/* ---- Entry ---- */
entry {
placeholder: "🔎 Search";
width: 600px;
placeholder: "🔎 Search ";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 9;
spacing: 4px;
fixed-columns: true;
border-radius: 10px;
scrollbar: false;
}
/*****----- Message -----*****/
message {
background-color: transparent;
border-radius: 10px;
}
textbox {
padding: 6px;
background-color: transparent;
}
lines: 10;
}

2
config/rofi/config-rofi-Beats.rasi

@ -10,5 +10,5 @@ entry {
/* ---- Listview ---- */
listview {
lines: 7;
lines: 10;
}

2
config/rofi/config-search.rasi

@ -5,7 +5,7 @@
/* ---- Window ---- */
window {
width: 700px;
width: 40%;
location: north;
}

2
config/rofi/config-zsh-theme.rasi

@ -10,7 +10,7 @@ configuration {
/* ---- Window ---- */
window {
width: 900px;
width: 40%;
border-radius: 15px;
}

3
config/rofi/config.rasi

@ -49,7 +49,7 @@ window {
anchor: center;
// Style Values
width: 1100px;
width: 40%;
background-color: #00000099;
}
@ -218,7 +218,6 @@ textbox {
background-color: @background-alt;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
}
error-message {
padding: 12px;

12
config/rofi/resolution/1080p/config.rasi

@ -1,11 +1,11 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1080p */
/* Main Config 1440p */
/* ---- Configuration ---- */
configuration {
modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12";
font: "Fira Code SemiBold 9";
show-icons: true;
display-drun: "Apps";
display-run: "Run";
@ -49,7 +49,7 @@ window {
anchor: center;
// Style Values
width: 800px;
width: 40%;
background-color: #00000099;
}
@ -82,7 +82,7 @@ entry {
padding: 10px;
border-radius: 12px;
background-color: @background-alt;
text-color: @text-selected;
text-color: inherit;
cursor: text;
placeholder: " Search "; // << Search symbol
placeholder-color: inherit;
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent;
}
button {
width: 95px;
width: 80px;
padding: 12px;
border-radius: 12px;
background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
}
element-text {
background-color: transparent;
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 12";
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;

3
config/rofi/resolution/1440p/config.rasi

@ -49,7 +49,7 @@ window {
anchor: center;
// Style Values
width: 1100px;
width: 40%;
background-color: #00000099;
}
@ -218,7 +218,6 @@ textbox {
background-color: @background-alt;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
}
error-message {
padding: 12px;

Loading…
Cancel
Save