Compare commits

..

2 Commits

Author SHA1 Message Date
nub31
eb914af05a ... 2025-08-12 19:45:16 +02:00
nub31
05c65d39b1 ... 2025-08-09 20:53:30 +02:00
6 changed files with 26 additions and 24 deletions

View File

@@ -14,5 +14,4 @@ export DOTNET_ROOT="$HOME/.dotnet"
export PATH="$DOTNET_ROOT:$PATH" export PATH="$DOTNET_ROOT:$PATH"
# tmp # tmp
export PATH="$PATH:/home/oliste/repos/nub-lang/src/compiler/Nub.Lang/bin/Release/net9.0/linux-x64/publish" export PATH="$PATH:/home/oliste/repos/nub-lang/src/CLI/bin/Debug/net9.0/"

View File

@@ -1,18 +0,0 @@
[window]
opacity = 1
padding.x = 10
padding.y = 10
[font]
normal.family = "JetBrainsMono Nerd Font"
bold.family = "JetBrainsMono Nerd Font"
italic.family = "JetBrainsMono Nerd Font"
bold_italic.family = "JetBrainsMono Nerd Font"
size = 13.0
[colors.primary]
background = "#151515"

20
.config/ghostty/config Normal file
View File

@@ -0,0 +1,20 @@
background = 151515
foreground = ffffff
window-padding-x = 10
window-padding-y = 10
font-family = "JetBrainsMono Nerd Font"
font-size = 13
resize-overlay-duration = 250ms
focus-follows-mouse = true
clipboard-read = ask
clipboard-write = ask
copy-on-select = false
cursor-style = block
cursor-style-blink = false

View File

@@ -1,6 +1,6 @@
# https://wiki.hyprland.org/Configuring/Binds/ # https://wiki.hyprland.org/Configuring/Binds/
$terminal = alacritty $terminal = ghostty
$files = thunar $files = thunar
$menu = rofi -show drun -config ~/.config/rofi/config.rasi $menu = rofi -show drun -config ~/.config/rofi/config.rasi
$browser = brave $browser = brave

View File

@@ -13,6 +13,7 @@ exec-once = waybar &
exec-once = hyprpm reload -n exec-once = hyprpm reload -n
exec-once = hyprpaper exec-once = hyprpaper
exec-once = sleep 1 && $scritps/random_wallpaper.sh exec-once = sleep 1 && $scritps/random_wallpaper.sh
exec-once = systemctl --user start hyprpolkitagent
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24

View File

@@ -1,18 +1,18 @@
#!/bin/bash #!/bin/bash
set -e\ set -e
mkdir -p ~/.config mkdir -p ~/.config
mkdir -p ~/wallpapers mkdir -p ~/wallpapers
if ! command -v yay 2>&1 >/dev/null if ! command -v starship 2>&1 >/dev/null
then then
curl -sS https://starship.rs/install.sh | sh curl -sS https://starship.rs/install.sh | sh
fi fi
sudo pacman -Syu --noconfirm \ sudo pacman -Syu --noconfirm \
code \ code \
alacritty \ ghostty \
thunar \ thunar \
ttf-jetbrains-mono-nerd \ ttf-jetbrains-mono-nerd \
ttf-font-awesome \ ttf-font-awesome \