added crt
parent
e947a11d55
commit
0b2306b3ff
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"backgroundColor": "#1a1a1a",
|
||||||
|
"fontColor": "#d6abab",
|
||||||
|
"flickering": 0.2,
|
||||||
|
"horizontalSync": 0.3762,
|
||||||
|
"staticNoise": 0.0955,
|
||||||
|
"chromaColor": 1,
|
||||||
|
"saturationColor": 0.4983,
|
||||||
|
"screenCurvature": 0.1716,
|
||||||
|
"glowingLine": 0.1476,
|
||||||
|
"burnIn": 0.0754,
|
||||||
|
"bloom": 0.5017,
|
||||||
|
"rasterization": 1,
|
||||||
|
"jitter": 0.2368,
|
||||||
|
"rbgShift": 0.0224,
|
||||||
|
"brightness": 0.5014,
|
||||||
|
"contrast": 0.85,
|
||||||
|
"ambientLight": 0.0835,
|
||||||
|
"windowOpacity": 0.2561,
|
||||||
|
"fontName": "TERMINUS_SCALED",
|
||||||
|
"fontWidth": 1,
|
||||||
|
"margin": 0.1,
|
||||||
|
"blinkingCursor": true,
|
||||||
|
"frameMargin": 0,
|
||||||
|
"name": "Cyberqeer",
|
||||||
|
"version": 2
|
||||||
|
}
|
||||||
|
|
@ -32,6 +32,7 @@ bind = $mainMod CTRL, P, exec, bash ~/Dotfiles/desktopenvs/hyprland/scripts/togg
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
|
bind = $mainMod SHIFT, T, exec, cool-retro-term -p /home/themiro/Dotfiles/desktopenvs/hyprland/CRT
|
||||||
bind = $mainMod, Z, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/togglebar.sh
|
bind = $mainMod, Z, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/togglebar.sh
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod, M, exec, $editor
|
bind = $mainMod, M, exec, $editor
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
echo "Uninstalling conflicting Packages"
|
echo "Uninstalling conflicting Packages"
|
||||||
sudo pacman -Rns hyprland-git hyprcursor-git hyprland-qtutils-git hyprutils-git hyprgraphics-git hyprland-workspaces hyprwayland-scanner-git hyprland-workspaces-debug hyprland-qt-support-git hyprlang-git hyprgraphics-git hyprland-qtutils-git hyprlang-git; echo "uninstall completed, now installing"
|
sudo pacman -Rns hyprland-git hyprcursor-git hyprland-qtutils-git hyprutils-git hyprgraphics-git hyprland-workspaces hyprwayland-scanner-git hyprland-workspaces-debug hyprland-qt-support-git hyprlang-git hyprgraphics-git hyprland-qtutils-git hyprlang-git; echo "uninstall completed, now installing"
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme
|
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term
|
||||||
echo "Installing AUR packages"
|
echo "Installing AUR packages"
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
|
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue