dependencies
hyprland-git waybar-hyprland-git cava waybar-mpris-git python rustup kitty fish wofi xdg-desktop-portal-hyprland-git tty-clock-git swaylockd grim slurp pokemon-colorscripts-git starship jq dunst wl-clipboard swaylock-effects-git swww-git
using paru
paru -S hyprland-git waybar-hyprland-git cava waybar-mpris-git python rustup kitty fish wofi xdg-desktop-portal-hyprland-git tty-clock-git swaylockd grim slurp pokemon-colorscripts-git starship jq dunst wl-clipboard swaylock-effects-git swww-git
git clone -b dreamy https://github.com/flick0/dotfiles
cd dotfiles
cp -r ./config/* ~/.config
mkdir ~/.config/hypr/store
touch ~/.config/hypr/store/dynamic_out.txt
touch ~/.config/hypr/store/prev.txt
touch ~/.config/hypr/store/latest_notif
chmod +x ~/.config/hypr/scripts/tools/*
chmod +x ~/.config/hypr/scripts/*
chmod +x ~/.config/hypr/*
rgb-borders
| rgb borders for grouped windows
git clone https://github.com/flick0/rgb-rs
cd rgb-rs
cargo build --release
cp ./target/release/rgb ~/.config/hypr/scripts/
you will need the custom css and js loader
extension, you can get it from here
make a new css file anywhere that fits you then copy the following css to the file
.tab.active {
border: 4px solid #f5c2e7 !important;
color: #f5c2e7 !important;
}
.tab{
font-weight: 700 !important;
border-radius: 12px !important;
margin: 5px !important;
padding-bottom: 2px !important;
height: 45px !important;
border:3px solid #313244 !important;
background-color: #1e1e2e !important;
}
.tabs-container{
height: auto !important;
padding: 5px !important;
}
allow modifications to vscode by running the following command pointing to your vscode installation
sudo chown -R {your username} /opt/visual-studio-code-insiders/
replace visual-studio-code-insiders with your vscode installation, you can find your installation dir by doing
whereis code
on your terminal
then open the vscode settings.json
file (you shud be able to open it from ctrl
+ shift
+ p
and searching for Open User Settings(JSON)
)
then add the following to the file
"vscode_custom_css.imports": [
"file:///{path_to_file}"
],
then finally to apply the changes, open the command pallette(ctrl
+shift
+p
) and search for Enable Custom CSS and JS
lmk if anything is broken on the repo