Browse Source

Final tweak before pushing to main (I hope so), Rofi.rasi 1080p made as default. New default wallpaper

pull/233/head
JaKooLit 2 years ago
parent
commit
376968f5d3
  1. 2
      config/hypr/initial-boot.sh
  2. 15
      config/rofi/config.rasi
  3. 2
      config/rofi/resolution/1080p/config.rasi
  4. 4
      copy.sh
  5. BIN
      wallpapers/Anime-girl.jpg
  6. BIN
      wallpapers/Lofi-Urban-Nightscape.png

2
config/hypr/initial-boot.sh

@ -7,7 +7,7 @@
# Variables
scriptsDir=$HOME/.config/hypr/scripts
wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png
wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png
waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css"
kvantum_theme="Catppuccin-Mocha"

15
config/rofi/config.rasi

@ -1,11 +1,11 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */
/* Main Config 1080p */
/* ---- Configuration ---- */
configuration {
modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 13";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "Apps";
display-run: "Run";
@ -49,7 +49,7 @@ window {
anchor: center;
// Style Values
width: 40%;
width: 50%;
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;
@ -101,7 +101,7 @@ listbox {
listview {
enabled: true;
columns: 2;
lines: 8;
lines: 6;
cycle: true;
dynamic: true;
scrollbar: false;
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent;
}
button {
width: 110px;
width: 5%;
padding: 12px;
border-radius: 12px;
background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
}
element-text {
background-color: transparent;
font: "Fira Code SemiBold 16";
font: "Fira Code SemiBold 14";
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
@ -218,6 +218,7 @@ textbox {
background-color: @background-alt;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
}
error-message {
padding: 12px;

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

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */
/* Main Config 1080p */
/* ---- Configuration ---- */

4
copy.sh

@ -3,7 +3,7 @@
clear
wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png
wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png
Waybar_Style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css"
# Check if running as root. If root, script will exit
@ -259,7 +259,7 @@ else
rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG"
fi
printf "\n%.0s" {1..3}
printf "\n%.0s" {1..2}
# additional wallpapers
echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)"

BIN
wallpapers/Anime-girl.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

BIN
wallpapers/Lofi-Urban-Nightscape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Loading…
Cancel
Save