Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebday/debian-hyprtokyo
Debian Sid with Hyprland and a darker Tokyo Night colour scheme.
https://github.com/sebday/debian-hyprtokyo
debian hyprland-config
Last synced: 3 months ago
JSON representation
Debian Sid with Hyprland and a darker Tokyo Night colour scheme.
- Host: GitHub
- URL: https://github.com/sebday/debian-hyprtokyo
- Owner: sebday
- Created: 2024-10-15T20:53:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:05:56.000Z (3 months ago)
- Last Synced: 2024-10-22T19:41:36.955Z (3 months ago)
- Topics: debian, hyprland-config
- Language: CSS
- Homepage:
- Size: 29.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyprland on Debian Sid
*Tokyo Night with a dark blue background for Soundcloud, btop, fastfetch and vs code*
[![screenshot](https://imghost.lol/screenshots/2024-10-18-014509_hyprshot.png)](https://imghost.lol/screenshots/2024-10-18-014509_hyprshot.png)
*Firefox and dev tools*
[![screenshot](https://imghost.lol/screenshots/2024-10-18-235027_hyprshot.png)](https://imghost.lol/screenshots/2024-10-18-235027_hyprshot.png)## Install Hyprland
Install a base system with no desktop environment, add `contrib` and `non-free` and dist-update to sid. (I like to install the ssh-server from tasksel and then remote in to install the rest)`sudo apt install hyprland hyprland-protocols hyprwayland-scanner xwayland waybar fuzzel grim slurp cliphist swayidle swaylock hyprpaper mako-notifier libnotify-bin nwg-look libglib2.0-bin bibata-cursor-theme`
- Fuzzel is a nice menu with icons
- Waybar is the taskbar
- Cliphist stores the clipboard to push into fuzzel
- Grim and slurp are for taking screenshots
- Hyprshot is not a package and is included in the repo
- Hyprpaper is enough but simple - I want waypaper as well
- Nwg-look is a gtk themer
- Swaylock is the lock screen
- Swayidle for auto locking the screen## Install required apps
`sudo apt install zsh foot git firefox`## Clone the dots and start hyprland
`git clone [email protected]:sebday/debian-hyprtokyo.git ~/`Reboot and run `hyprland`
## Oh my zsh
Install with auto suggestions and syntax highlighting now.
```
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/plugins/zsh-syntax-highlighting
```## Standard tools
`sudo apt install eza fzf duf sshfs btop fastfetch pipewire alsa-utils playerctl pamixer pavucontrol imv mpv qalc cava thunar thunar-archive-plugin thunar-media-tags-plugin gvfs-backends transmission libfuse2`## GTK Theme
Set the theme, icons and font in nwg-look.## Firefox
Copy ~/.firefox/userContent.css to the ~/.mozilla/firefox/profile/chrome directory \
In `about:config` set "toolkit.legacyUserProfileCustomizations.stylesheets" to `true` \
Install the Stylus extension and import ~/.mozilla/firefox/stylus-export.json## Resources
- Firefox [https://addons.mozilla.org/en-GB/firefox/addon/tokyonight_vim/](https://addons.mozilla.org/en-GB/firefox/addon/tokyonight_vim/)
- VS Code [https://marketplace.visualstudio.com/items?itemName=sebday.tokyo-night](https://marketplace.visualstudio.com/items?itemName=sebday.tokyo-night)