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
- Host: GitHub
- URL: https://github.com/mechatour/storm.dotfiles
- Owner: mechatour
- Created: 2024-05-12T12:09:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:36:58.000Z (4 months ago)
- Last Synced: 2025-03-02T21:28:37.080Z (4 months ago)
- Topics: dotfiles, rofi-wayland, sway, sway-config, swaywm, tofi, waybar, wayland
- Language: SCSS
- Homepage:
- Size: 6.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |