An open API service indexing awesome lists of open source software.

https://github.com/mechatour/storm.dotfiles

dotfiles for sway with a storm theme
https://github.com/mechatour/storm.dotfiles

dotfiles rofi-wayland sway sway-config swaywm tofi waybar wayland

Last synced: 3 months ago
JSON representation

dotfiles for sway with a storm theme

Awesome Lists containing this project

README

        

# Storm for Sway

### A theme built around stormy rainclouds. Grey with a hint of blue.

Note
> - Some programs mentioned may need manual compilation. The sway config is designed around a KDE Plasma base.
> - This setup is for dual screens which are named DP-1 (left) and HDMI-A-1 (right). **Super+[** - Enable just left screen & **Super+]** - Enable both screens.
> - Waybar is minimalist and has tooltips for a calendar and a module for power and vpn connections.
> - The Wallpaper is available in various sizes in the wallpaper directory.
>
>

---

## Themed elements

- SwayFX (fork of Sway with eye candy)
- Kitty
- Mako
- Rofi (wayland fork)
- Tofi
- Waybar
- Swaylock
- Swayidle
- Sway Screenshot
- Vim
- Qt6ct
- GTK
- Pyradio
- Starship
- Bash
- Wallpaper (various sizes available in Wallpaper folder)
- VS Code
- Obsidian

---

## Info and other themed elements

- VS Code theme available [here](https://marketplace.visualstudio.com/items?itemName=JackdawDev.storm-darktheme&ssr=false)
- Firefox theme available [here](https://addons.mozilla.org/en-GB/firefox/addon/storm-by-mechatour/)
- Storm Trooper icons (in `.icons` and `.local/share/icons`)
- Vimix Dark cursor theme (in `.icons`)
- Hack Nerd Font in `.local/share/fonts` folder or download the latest version.
- To use the vim colours, put the file in the right place (usually `~/.vim/colors`) and add the following to your `.vimrc`:
```text
set termguicolors
colorscheme storm-true
```
---

### Quick keys to get started in Sway

- **Super+Q** for Kitty
- **Super+W** for Firefox
- **Super+R** for tofi Dmenu
- **Super+Mouse Left Button** to drag window
- **Super+Mouse Right Button** Click to resize window
- **Super+Shift+Cursors** to swap windows
- **Super+Z** to resize windows
- **Super+1-9** go to workspace
- **Super+Shift+1-9** move window to workspace
- **Super+F** float window
- **Super+B** Fullscreen window (Big)

Check out the shortcuts in sway's config for the rest.

---

### Colours for your own projects!

| Colour Name | Value |
| --- | --- |
| **Main Theme** | |
| background-shadow | \#040408 |
| background-darker | \#111115 |
| background| \#27272b |
| selection | \#707074 |
| foreground | \#909094 |
| comment | \#232327 |
| text | \#cfcfd4 |
| light | \#e3e3e7 |
| compliment | \#878383 |
| **Terminal Colours** | **normal** |
| black | \#040408 |
| red | \#642020 |
| green | \#206420 |
| yellow | \#646420 |
| blue | \#202064 |
| magenta | \#642064 |
| cyan | \#206464 |
| white | \#cfcfd4 |
| **Terminal Colours** | **bright** |
| black | \#111115 |
| red | \#C46060 |
| green | \#60C460 |
| yellow | \#C4C460 |
| blue | \#6060C4 |
| magenta | \#C460C4 |
| cyan | \#60C4C4 |
| white | \#e3e3e7 |