78 changed files with 1356 additions and 870 deletions
@ -0,0 +1,31 @@
|
||||
#!/bin/bash |
||||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
# /* Calculator (using qalculate) and rofi */ |
||||
# /* Submitted by: https://github.com/JosephArmas */ |
||||
|
||||
rofi_config="$HOME/.config/rofi/config-calc.rasi" |
||||
|
||||
# Kill Rofi if already running before execution |
||||
if pgrep -x "rofi" >/dev/null; then |
||||
pkill rofi |
||||
exit 0 |
||||
fi |
||||
|
||||
# main function |
||||
|
||||
while true; do |
||||
result=$( |
||||
rofi -i -dmenu \ |
||||
-config "$rofi_config" \ |
||||
-mesg "$result = $calc_result" |
||||
) |
||||
|
||||
if [ $? -ne 0 ]; then |
||||
exit |
||||
fi |
||||
|
||||
if [ -n "$result" ]; then |
||||
calc_result=$(qalc -t "$result") |
||||
echo "$calc_result" | wl-copy |
||||
fi |
||||
done |
||||
@ -1,14 +1,18 @@
|
||||
font_family Fira Code SemiBold |
||||
font_size 13.0 |
||||
font_size 16.0 |
||||
bold_font auto |
||||
italic_font auto |
||||
bold_italic_font auto |
||||
|
||||
background_opacity 0.7 |
||||
|
||||
confirm_os_window_close 0 |
||||
|
||||
scrollback_lines 2000 |
||||
wheel_scroll_min_lines 1 |
||||
|
||||
enable_audio_bell no |
||||
|
||||
selection_foreground #000000 |
||||
selection_background #F5FBFF |
||||
selection_background #F5FBFF |
||||
|
||||
window_padding_width 4 |
||||
@ -1 +1 @@
|
||||
/home/ja/Pictures/wallpapers/Fantasy-Waterfall.png |
||||
/home/ja/Pictures/wallpapers/Scifi-Room.png |
||||
@ -0,0 +1,22 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
/* Main Config Calculator */ |
||||
/* Submitted by: https://github.com/JosephArmas */ |
||||
|
||||
@import "~/.config/rofi/config.rasi" |
||||
|
||||
/* ---- Entry ---- */ |
||||
entry { |
||||
width: 27%; |
||||
placeholder: "🧮 Calculate"; |
||||
} |
||||
|
||||
/* ---- Window ---- */ |
||||
window { |
||||
width: 30%; |
||||
} |
||||
|
||||
/* ---- Message ---- */ |
||||
textbox { |
||||
background-color: @selected; |
||||
text-color: @background; |
||||
} |
||||
@ -1,10 +1,16 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
/* Clipboard Config (long) - Clipboard */ |
||||
/* Clipboard Config - Clipboard */ |
||||
|
||||
@import "~/.config/rofi/config-long.rasi" |
||||
@import "~/.config/rofi/config.rasi" |
||||
|
||||
/* ---- Entry ---- */ |
||||
entry { |
||||
width: 45%; |
||||
width: 37%; |
||||
placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; |
||||
} |
||||
|
||||
/* ---- Listview ---- */ |
||||
listview { |
||||
columns: 1; |
||||
lines: 8; |
||||
} |
||||
@ -1,10 +1,16 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
/* Main Config (long) - emoji */ |
||||
/* Main Config - emoji */ |
||||
|
||||
@import "~/.config/rofi/config-long.rasi" |
||||
@import "~/.config/rofi/config.rasi" |
||||
|
||||
/* ---- Entry ---- */ |
||||
entry { |
||||
width: 45%; |
||||
width: 37%; |
||||
placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; |
||||
} |
||||
|
||||
/* ---- Listview ---- */ |
||||
listview { |
||||
columns: 1; |
||||
lines: 8; |
||||
} |
||||
@ -1,21 +0,0 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
/* Main Config (long) */ |
||||
|
||||
@import "~/.config/rofi/config.rasi" |
||||
|
||||
/* ---- Window ---- */ |
||||
window { |
||||
width: 50%; |
||||
} |
||||
|
||||
/* ---- Entry ---- */ |
||||
entry { |
||||
placeholder: "🔎 Search "; |
||||
} |
||||
|
||||
/* ---- Listview ---- */ |
||||
listview { |
||||
columns: 1; |
||||
lines: 8; |
||||
scrollbar: true; |
||||
} |
||||
@ -1,28 +1,28 @@
|
||||
* { |
||||
active-background: #A38A46; |
||||
active-foreground: #D1F8FD; |
||||
normal-background: #060402; |
||||
normal-foreground: #D1F8FD; |
||||
urgent-background: #CCBA98; |
||||
urgent-foreground: #D1F8FD; |
||||
active-background: #112D69; |
||||
active-foreground: #C8DFF1; |
||||
normal-background: #030915; |
||||
normal-foreground: #C8DFF1; |
||||
urgent-background: #386CB1; |
||||
urgent-foreground: #C8DFF1; |
||||
|
||||
alternate-active-background: #94A7B8; |
||||
alternate-active-foreground: #D1F8FD; |
||||
alternate-normal-background: #060402; |
||||
alternate-normal-foreground: #D1F8FD; |
||||
alternate-urgent-background: #060402; |
||||
alternate-urgent-foreground: #D1F8FD; |
||||
alternate-active-background: #77659C; |
||||
alternate-active-foreground: #C8DFF1; |
||||
alternate-normal-background: #030915; |
||||
alternate-normal-foreground: #C8DFF1; |
||||
alternate-urgent-background: #030915; |
||||
alternate-urgent-foreground: #C8DFF1; |
||||
|
||||
selected-active-background: #A38A46; |
||||
selected-active-foreground: #D1F8FD; |
||||
selected-normal-background: #B5EDF4; |
||||
selected-normal-foreground: #D1F8FD; |
||||
selected-urgent-background: #CCBA98; |
||||
selected-urgent-foreground: #D1F8FD; |
||||
selected-active-background: #112D69; |
||||
selected-active-foreground: #C8DFF1; |
||||
selected-normal-background: #A9C9E3; |
||||
selected-normal-foreground: #C8DFF1; |
||||
selected-urgent-background: #386CB1; |
||||
selected-urgent-foreground: #C8DFF1; |
||||
|
||||
background-color: #060402; |
||||
background-color: #030915; |
||||
background: rgba(0,0,0,0.7); |
||||
foreground: #B5EDF4; |
||||
border-color: #A38A46; |
||||
foreground: #A9C9E3; |
||||
border-color: #112D69; |
||||
} |
||||
|
||||
|
||||
@ -0,0 +1,55 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
|
||||
// ### DEFAULT v2 (Laptop) - Top ### // |
||||
{ |
||||
"include": "~/.config/waybar/modules", |
||||
"layer": "top", |
||||
//"mode": "dock", |
||||
"exclusive": true, |
||||
"passthrough": false, |
||||
"position": "top", |
||||
"spacing": 3, |
||||
"fixed-center": true, |
||||
"ipc": true, |
||||
"margin-top": 3, |
||||
"margin-left": 8, |
||||
"margin-right": 8, |
||||
|
||||
"modules-left": [ |
||||
"custom/menu", |
||||
"custom/light_dark", |
||||
"custom/separator#dot-line", |
||||
"power-profiles-daemon", |
||||
"group/mobo_drawer", |
||||
"custom/separator#blank", |
||||
"group/laptop", |
||||
"custom/separator#line", |
||||
"custom/weather", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"custom/swaync", |
||||
"custom/cava_mviz", |
||||
"custom/separator#dot-line", |
||||
"clock", |
||||
"custom/separator#line", |
||||
"hyprland/workspaces#roman", |
||||
"custom/separator#dot-line", |
||||
"idle_inhibitor", |
||||
"custom/hint", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"network#speed", |
||||
"group/connections", |
||||
"custom/separator#line", |
||||
"tray", |
||||
"mpris", |
||||
"group/audio", |
||||
"custom/separator#line", |
||||
"keyboard-state", |
||||
"custom/keyboard", |
||||
"custom/lock", |
||||
"custom/power", |
||||
], |
||||
} |
||||
@ -0,0 +1,54 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
|
||||
// ### DEFAULT v3 - Top ### // |
||||
{ |
||||
"include": "~/.config/waybar/modules", |
||||
"layer": "top", |
||||
//"mode": "dock", |
||||
"exclusive": true, |
||||
"passthrough": false, |
||||
"position": "top", |
||||
"spacing": 3, |
||||
"fixed-center": true, |
||||
"ipc": true, |
||||
"margin-top": 3, |
||||
"margin-left": 8, |
||||
"margin-right": 8, |
||||
|
||||
"modules-left": [ |
||||
"custom/menu", |
||||
"custom/light_dark", |
||||
"custom/separator#dot-line", |
||||
"power-profiles-daemon", |
||||
"group/mobo_drawer", |
||||
"custom/separator#blank", |
||||
"custom/separator#line", |
||||
"custom/weather", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"custom/swaync", |
||||
"custom/cava_mviz", |
||||
"custom/separator#dot-line", |
||||
"clock", |
||||
"custom/separator#line", |
||||
"hyprland/workspaces#roman", |
||||
"custom/separator#dot-line", |
||||
"idle_inhibitor", |
||||
"custom/hint", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"network#speed", |
||||
"group/connections", |
||||
"custom/separator#line", |
||||
"tray", |
||||
"mpris", |
||||
"group/audio", |
||||
"custom/separator#line", |
||||
"keyboard-state", |
||||
"custom/keyboard", |
||||
"custom/lock", |
||||
"custom/power", |
||||
], |
||||
} |
||||
@ -0,0 +1,35 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
||||
// ### TOP Simple ## // |
||||
|
||||
{ |
||||
"include": "~/.config/waybar/modules", |
||||
"layer": "top", |
||||
"position": "top", |
||||
//"mode": "dock", |
||||
"exclusive": true, |
||||
"passthrough": false, |
||||
"gtk-layer-shell": true, |
||||
"margin-left": 6, |
||||
"margin-right": 6, |
||||
"margin-top": 2, |
||||
|
||||
"modules-left": [ |
||||
"idle_inhibitor", |
||||
"group/mobo_drawer", |
||||
"hyprland/workspaces#rw", |
||||
"tray", |
||||
"mpris", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"clock#2" |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"hyprland/window", |
||||
"battery", |
||||
"group/audio", |
||||
"custom/power", |
||||
], |
||||
} |
||||
|
||||
@ -0,0 +1,298 @@
|
||||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ |
||||
/* Wallust Bordered*/ |
||||
|
||||
@import '../../.config/waybar/wallust/colors-waybar.css'; |
||||
|
||||
|
||||
* { |
||||
font-family: "JetBrainsMono Nerd Font"; |
||||
font-weight: bold; |
||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
||||
font-size: 97%; |
||||
min-height: 0; |
||||
} |
||||
|
||||
window#waybar { |
||||
background-color: transparent; |
||||
color: @foreground; |
||||
padding-left: 15px; |
||||
padding-right: 15px; |
||||
} |
||||
|
||||
window#waybar.empty #window { |
||||
background-color: transparent; |
||||
border-color: transparent; |
||||
padding-left: 15px; |
||||
padding-right: 15px; |
||||
} |
||||
|
||||
tooltip { |
||||
background-color: @color12; |
||||
color: @foreground; |
||||
border-radius: 10px; |
||||
border-width: 1.5px; |
||||
border-style: solid; |
||||
border-color: @color9; |
||||
transition: 0.3s; |
||||
opacity: 0.9; |
||||
} |
||||
|
||||
#workspaces { |
||||
border-radius: 20px; |
||||
background: @background; |
||||
opacity: 1; |
||||
padding: 0px 10px; |
||||
margin: 0; |
||||
margin-top: 5px; |
||||
border: 2px solid @color12; |
||||
} |
||||
|
||||
#workspaces button { |
||||
color: @color10; |
||||
box-shadow: none; |
||||
text-shadow: none; |
||||
padding-right: 12px; |
||||
border-radius: 9px; |
||||
animation: gradient_f 20s ease-in infinite; |
||||
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); |
||||
} |
||||
|
||||
#taskbar button.active, |
||||
#workspaces button.active { |
||||
color: @color12; |
||||
padding-right: 12px; |
||||
background-color: @background; |
||||
animation: gradient_f 20s ease-in infinite; |
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
||||
} |
||||
|
||||
#workspaces button.urgent { |
||||
color: #11111b; |
||||
border-radius: 10px; |
||||
} |
||||
|
||||
#taskbar button:hover, |
||||
#workspaces button:hover { |
||||
color: @color12; |
||||
padding-left: 0px; |
||||
padding-right: 2px; |
||||
animation: gradient_f 20s ease-in infinite; |
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
||||
} |
||||
|
||||
#backlight, |
||||
#backlight-slider, |
||||
#battery, |
||||
#bluetooth, |
||||
#clock, |
||||
#cpu, |
||||
#disk, |
||||
#idle_inhibitor, |
||||
#keyboard-state, |
||||
#memory, |
||||
#mode, |
||||
#network, |
||||
#power-profiles-daemon, |
||||
#pulseaudio, |
||||
#pulseaudio-slider, |
||||
#taskbar, |
||||
#temperature, |
||||
#tray, |
||||
#window, |
||||
#wireplumber, |
||||
#custom-backlight, |
||||
#custom-cava_mviz, |
||||
#custom-cycle_wall, |
||||
#custom-hint, |
||||
#custom-keyboard, |
||||
#custom-light_dark, |
||||
#custom-lock, |
||||
#custom-menu, |
||||
#custom-power_vertical, |
||||
#custom-power, |
||||
#custom-swaync, |
||||
#custom-updater, |
||||
#custom-weather, |
||||
#custom-weather.clearNight, |
||||
#custom-weather.cloudyFoggyDay, |
||||
#custom-weather.cloudyFoggyNight, |
||||
#custom-weather.default, |
||||
#custom-weather.rainyDay, |
||||
#custom-weather.rainyNight, |
||||
#custom-weather.severe, |
||||
#custom-weather.showyIcyDay, |
||||
#custom-weather.snowyIcyNight, |
||||
#custom-weather.sunnyDay { |
||||
border-radius: 20px; |
||||
background: @background; |
||||
opacity: 1; |
||||
padding: 0px 10px; |
||||
margin: 0; |
||||
margin-top: 5px; |
||||
border: 2px solid @color13; |
||||
} |
||||
|
||||
#cpu { |
||||
border: 2px solid @color5; |
||||
color: @foreground; |
||||
background: @color12; |
||||
} |
||||
|
||||
#memory { |
||||
color: @foreground; |
||||
background: @color12; |
||||
} |
||||
|
||||
#disk { |
||||
color: @foreground; |
||||
background: @color12; |
||||
border: 2px solid @color13; |
||||
} |
||||
|
||||
#temperature{ |
||||
color: @foreground; |
||||
background: @color12; |
||||
} |
||||
|
||||
#temperature.critical { |
||||
color: red; |
||||
border: 2px solid red; |
||||
} |
||||
|
||||
#custom-power { |
||||
color: red; |
||||
padding-left: 10px; |
||||
padding-right: 2px; |
||||
border: 2px solid red; |
||||
} |
||||
|
||||
#backlight { |
||||
color: #f9e2af; |
||||
padding-right: 5px; |
||||
} |
||||
|
||||
#tray { |
||||
border-radius: 20px; |
||||
margin-right: 5px; |
||||
/* padding: 0px 4px; */ |
||||
padding-left: 15px; |
||||
padding-right: 15px; |
||||
border: 2px solid @color7; |
||||
} |
||||
|
||||
#mpris { |
||||
padding-left: 15px; |
||||
} |
||||
#tray.empty { |
||||
background-color: transparent; |
||||
border-color: transparent; |
||||
border: 0px; |
||||
} |
||||
|
||||
#window { |
||||
margin-left: 5px; |
||||
margin-right: 5px; |
||||
border: 2px solid @color9; |
||||
} |
||||
|
||||
#clock { |
||||
color: #fab387; |
||||
} |
||||
|
||||
|
||||
#bluetooth { |
||||
color: #b4befe; |
||||
margin-right: 10px |
||||
} |
||||
|
||||
#pulseaudio.microphone, |
||||
#pulseaudio { |
||||
background-color: @color12; |
||||
color: #89b4fa; |
||||
border: 2px solid @color13; |
||||
} |
||||
|
||||
#pulseaudio.muted { |
||||
color: #f38ba8; |
||||
padding-right: 20px; |
||||
} |
||||
|
||||
#battery { |
||||
color: #a6e3a1; |
||||
margin-right: 5px; |
||||
padding-right: 15px; |
||||
border: 2px solid @color14; |
||||
} |
||||
|
||||
#idle_inhibitor.activated { |
||||
color: @color12; |
||||
border: 2px solid @color12; |
||||
} |
||||
|
||||
#battery.good { |
||||
color: #ffd57a; |
||||
border: 2px solid @color15; |
||||
} |
||||
|
||||
#battery.warning { |
||||
color: #fab387; |
||||
border-left: 0px; |
||||
border: 2px solid @color12; |
||||
} |
||||
|
||||
#battery.charging { |
||||
color: #a6e3a1; |
||||
} |
||||
|
||||
#battery.critical { |
||||
color: #f38ba8; |
||||
border-left: 0px; |
||||
border: 2px solid @color8; |
||||
} |
||||
|
||||
#custom-weather { |
||||
color: #8eacf3; |
||||
border-right: 0px; |
||||
margin-left: 0px; |
||||
margin-right: 5px; |
||||
} |
||||
|
||||
#pulseaudio-slider slider { |
||||
min-width: 0px; |
||||
min-height: 0px; |
||||
opacity: 0; |
||||
background-image: none; |
||||
border: none; |
||||
box-shadow: none; |
||||
} |
||||
|
||||
#pulseaudio-slider trough { |
||||
min-width: 80px; |
||||
min-height: 5px; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
#pulseaudio-slider highlight { |
||||
min-height: 10px; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
#backlight-slider slider { |
||||
min-width: 0px; |
||||
min-height: 0px; |
||||
opacity: 0; |
||||
background-image: none; |
||||
border: none; |
||||
box-shadow: none; |
||||
} |
||||
|
||||
#backlight-slider trough { |
||||
min-width: 80px; |
||||
min-height: 10px; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
#backlight-slider highlight { |
||||
min-width: 10px; |
||||
border-radius: 5px; |
||||
} |
||||
@ -1,20 +1,20 @@
|
||||
@define-color foreground #D1F8FD; |
||||
@define-color background rgba(6,4,2,0.25); |
||||
@define-color cursor #D1F8FD; |
||||
@define-color foreground #FDF1E6; |
||||
@define-color background rgba(1,4,7,0.25); |
||||
@define-color cursor #FDF1E6; |
||||
|
||||
@define-color color0 #060402; |
||||
@define-color color1 #7A6835; |
||||
@define-color color2 #677762; |
||||
@define-color color3 #2586B5; |
||||
@define-color color4 #998C72; |
||||
@define-color color5 #94A7B8; |
||||
@define-color color6 #5CB1BC; |
||||
@define-color color7 #B5EDF4; |
||||
@define-color color8 #7EA6AB; |
||||
@define-color color9 #A38A46; |
||||
@define-color color10 #899F83; |
||||
@define-color color11 #31B2F1; |
||||
@define-color color12 #CCBA98; |
||||
@define-color color13 #C6DEF5; |
||||
@define-color color14 #7BECFA; |
||||
@define-color color15 #B5EDF4; |
||||
@define-color color0 #010407; |
||||
@define-color color1 #6F2229; |
||||
@define-color color2 #5B4E57; |
||||
@define-color color3 #A63D3A; |
||||
@define-color color4 #1B6C77; |
||||
@define-color color5 #9B6F77; |
||||
@define-color color6 #BBA189; |
||||
@define-color color7 #F4E2D3; |
||||
@define-color color8 #AA9E93; |
||||
@define-color color9 #942D37; |
||||
@define-color color10 #7A6874; |
||||
@define-color color11 #DE514D; |
||||
@define-color color12 #24909F; |
||||
@define-color color13 #CF949F; |
||||
@define-color color14 #F9D6B7; |
||||
@define-color color15 #F4E2D3; |
||||
|
||||
|
After Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 268 KiB |
|
After Width: | Height: | Size: 7.1 MiB |
|
Before Width: | Height: | Size: 203 KiB |
Loading…
Reference in new issue