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 # Variables
scriptsDir=$HOME/.config/hypr/scripts 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" waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css"
kvantum_theme="Catppuccin-Mocha" kvantum_theme="Catppuccin-Mocha"

15
config/rofi/config.rasi

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

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

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

4
copy.sh

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