feature: style update, waybar update, funny fastfetch update and other fixes
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
# Wallpaper
|
||||
# env = WALLPAPER,$HOME/Pictures/Wallpapers/Arcane/Jinx/jinx-fog.png
|
||||
env = WALLPAPER,$HOME/Pictures/Wallpapers/Scapes/Deserts/desert-night.jpg
|
||||
env = WALLPAPER,$HOME/Pictures/Wallpapers/Anime/Madskillz/madskillz-girl-station.png
|
||||
|
||||
# Lockscreen wallpaper
|
||||
env = LOCK_WALLPAPER,$HOME/Pictures/Wallpapers/Arcane/Scenes/arcane-airship.png
|
||||
env = LOCK_WALLPAPER,$HOME/Pictures/Wallpapers/Scapes/Snowy/snowy-night.png
|
||||
env = LOCK_BLUR_PASSES,0 # 0 disable blurring
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# Initialize dbus
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# Set workspaces to hundreds for the scroll-to-left support
|
||||
# exec-once = bash -c "sleep 1 && for monitor in $(hyprctl monitors -j | jq -r '.[].name'); do hyprctl dispatch workspace 100 && hyprctl dispatch focusworkspaceoncurrentmonitor 100; done"
|
||||
exec-once = ~/.config/hypr/scripts/set-workspaces.sh
|
||||
# Initialize sleep
|
||||
exec-once = uwsm app -- systemd-inhibit --who="Hyprland config" --why="wlogout keybind" --what=handle-power-key --mode=block sleep infinity
|
||||
|
||||
@@ -6,6 +6,10 @@ bindln = Shift_L, ALT_L, exec, hyprctl switchxkblayout main next
|
||||
bindln = ALT_L, Shift_L, exec, hyprctl switchxkblayout main next
|
||||
|
||||
|
||||
# enter key bind
|
||||
bind = $mainMod, space, sendshortcut, , Return, activewindow
|
||||
|
||||
|
||||
# Toggle performance mode
|
||||
bind = $mainMod, F1, exec, ~/.config/hypr/scripts/mode-performance.sh
|
||||
|
||||
@@ -52,11 +56,11 @@ bind = $mainMod, code:49, exec, hyprlock
|
||||
|
||||
|
||||
# waybar bind
|
||||
bindr = $mainMod, w, exec, pkill -9 waybar || uwsm app -- waybar
|
||||
bind = $mainMod, W, exec, pkill -9 waybar || uwsm app -- waybar
|
||||
|
||||
|
||||
# quickshell bind
|
||||
bindr = $mainMod SHIFT, w, exec, pkill -9 quickshell || uwsm app -- quickshell
|
||||
bind = $mainMod SHIFT, W, exec, pkill -9 quickshell || uwsm app -- quickshell
|
||||
|
||||
|
||||
# multimedia binds
|
||||
@@ -82,27 +86,27 @@ bind = , XF86PowerOff, exec, systemctl suspend
|
||||
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
binde = $mainMod, H, movefocus, l
|
||||
binde = $mainMod, L, movefocus, r
|
||||
binde = $mainMod, K, movefocus, u
|
||||
binde = $mainMod, J, movefocus, d
|
||||
binde = $mainMod, h, movefocus, l
|
||||
binde = $mainMod, l, movefocus, r
|
||||
binde = $mainMod, k, movefocus, u
|
||||
binde = $mainMod, j, movefocus, d
|
||||
|
||||
binde = $mainMod, left, movefocus, l
|
||||
binde = $mainMod, left, movefocus, l
|
||||
binde = $mainMod, right, movefocus, r
|
||||
binde = $mainMod, up, movefocus, u
|
||||
binde = $mainMod, down, movefocus, d
|
||||
binde = $mainMod, up, movefocus, u
|
||||
binde = $mainMod, down, movefocus, d
|
||||
|
||||
binde = $mainMod SHIFT, H, movewindow, l
|
||||
binde = $mainMod SHIFT, L, movewindow, r
|
||||
binde = $mainMod SHIFT, K, movewindow, u
|
||||
binde = $mainMod SHIFT, J, movewindow, d
|
||||
binde = $mainMod SHIFT, h, movewindow, l
|
||||
binde = $mainMod SHIFT, l, movewindow, r
|
||||
binde = $mainMod SHIFT, k, movewindow, u
|
||||
binde = $mainMod SHIFT, j, movewindow, d
|
||||
|
||||
binde = $mainMod SHIFT, left, movewindow, l
|
||||
binde = $mainMod SHIFT, left, movewindow, l
|
||||
binde = $mainMod SHIFT, right, movewindow, r
|
||||
binde = $mainMod SHIFT, up, movewindow, u
|
||||
binde = $mainMod SHIFT, down, movewindow, d
|
||||
binde = $mainMod SHIFT, up, movewindow, u
|
||||
binde = $mainMod SHIFT, down, movewindow, d
|
||||
|
||||
binde = ALT, TAB, cyclenext
|
||||
binden = ALT, TAB, cyclenext
|
||||
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
@@ -119,8 +123,13 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||
# Resize with keyboard
|
||||
binde = $mainMod CTRL, h, resizeactive, -30 0
|
||||
binde = $mainMod CTRL, l, resizeactive, 30 0
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 30
|
||||
binde = $mainMod CTRL, k, resizeactive, 0 -30
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 30
|
||||
|
||||
binde = $mainMod CTRL, left, resizeactive, -30 0
|
||||
binde = $mainMod CTRL, right, resizeactive, 30 0
|
||||
binde = $mainMod CTRL, up, resizeactive, 0 -30
|
||||
binde = $mainMod CTRL, down, resizeactive, 0 30
|
||||
|
||||
|
||||
# Focus on initial workspace (TODO: different for monitors)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# General config
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
gaps_in = 2 # 3
|
||||
gaps_out = 4 # 5
|
||||
border_size = 2
|
||||
col.active_border = rgba(6aa0d2ff) rgba(cb7194ff) 24deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
@@ -9,7 +9,6 @@ general {
|
||||
}
|
||||
|
||||
dwindle {
|
||||
# pseudotile = yes
|
||||
preserve_split = yes
|
||||
# smart_split = no
|
||||
}
|
||||
@@ -23,7 +22,7 @@ cursor {
|
||||
|
||||
# Window styling
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 2 # 10
|
||||
blur {
|
||||
brightness = 0.7
|
||||
contrast = 0.75
|
||||
|
||||
@@ -0,0 +1,289 @@
|
||||
# Beesquit dotfiles (Hyprland + Neovim + Archlinux)
|
||||
These dotfiles are the full hyprland config with all the main parts configured. I find the keybinds and workflow with those quite comfortable and easy to understand and use.
|
||||
|
||||
[Screenshots to add]
|
||||
|
||||
|
||||
# Table of contents
|
||||
- [Components](#Components)
|
||||
- [Palette](#Palette)
|
||||
- [Features](#Features)
|
||||
- [Keybinds](#Keybinds)
|
||||
- [Issues](#Issues)
|
||||
- [Setup](#Setup)
|
||||
- [Configuration](#Configuration)
|
||||
- [Extra](#Extra)
|
||||
|
||||
|
||||
# Components
|
||||
| Component | Purpose | Config location | Notes |
|
||||
|-----------|-----------------------|-------------------------------------|--------------------------------------------|
|
||||
| hyprland | Window manager | ~/.config/hypr/ | Dwindle layout. Luafication in progress |
|
||||
| waybar | Bottom panel | ~/.config/waybar/ | Requires en_GB locale installed |
|
||||
| rofi | Universal selector | ~/.config/rofi/ | Acts as a selector in different cases |
|
||||
| dunst | Notification daemon | ~/.config/dunst/ | Scripts are laying with hyprland config |
|
||||
| awww | Wallpaper manager | ~/.config/hypr/ | Configured with hypland config |
|
||||
| hyprlock | Lockscreen manager | ~/.config/hypr/hyprlock.conf | Wallpaper configured with hyprland |
|
||||
| hypridle | Idle daemon | ~/.config/hypr/hypridle.conf | Just handles idling |
|
||||
| kitty | Terminal emulator | ~/.config/kitty/ | The ctrl+v is bound to the "paste" action |
|
||||
| thunar | GUI file manager | No special config | GTK theme "Colloid-Transparent-Dracula" |
|
||||
| neovim | Text/code editor | ~/.config/nvim/ | Powered by Lazyvim and stylized as an IDE |
|
||||
| yazi | Terminal file manager | ~/.config/yazi | More vim-like hotkey styling |
|
||||
| fastfetch | System fetcher | ~/.config/fastfetch | Supports different custom logos for any os |
|
||||
| bash | Shell | ~/.config/bash (or ~/.bash_profile) | Bash doesn't have zsh autocomplete I hate |
|
||||
| yadm | Dotfiles manager | No special config | Better alternative to chezmoi |
|
||||
|
||||
|
||||
# Palette
|
||||
You can find the full colors document at the `~/.config/hypr/docs/colors.md`. Most colors are based of the Jinx and Violet hair colors from the "Arcane" animated series:
|
||||
```hex
|
||||
Jinx Blue: #0661b4
|
||||
Vi Red: #a9124d
|
||||
```
|
||||
|
||||
And the most-used colors are the brighter shades of those:
|
||||
```hex
|
||||
Blue: #6aa0d2
|
||||
Red: #cb7194
|
||||
```
|
||||
|
||||
|
||||
# Features
|
||||
## Bash
|
||||
- Loooots of aliases
|
||||
- Simple yet useful prompt
|
||||
- Immediate and infinite history saving
|
||||
- Zoxide, pyenv and some other utilities integration
|
||||
|
||||
## Hyprland
|
||||
- Gnome styled workspace switching
|
||||
- Keyboard controls
|
||||
- Dwindle styled splitting
|
||||
- JetBrainsMono Nerd font
|
||||
|
||||
## Rofi
|
||||
- The app selector
|
||||
- The network-manager wrapper as well as VPN manager (supports sing-box, wireguard, netbird)
|
||||
- Clipboard manager
|
||||
|
||||
## Waybar
|
||||
- Icon to show current workspace number
|
||||
- The "caffeine" button to suppress hypridle sleeping.
|
||||
- The "projector" button to prevent laptop from sleeping when closing the lid.
|
||||
- Currently playing song integration
|
||||
- Calendar on hover over current time
|
||||
|
||||
## Kitty
|
||||
- Transparent background
|
||||
- Catppuccin-Mocha theme
|
||||
- Cursor trailing
|
||||
- `ctrl+v` bound to the paste action
|
||||
- Additional mouse buttons support
|
||||
|
||||
## Neovim
|
||||
- IDE-like environment
|
||||
- System clipboard
|
||||
- Commands `:qa`, `:wqa`, `:w` can now be written from upper case (like `:Qa`, `:WQA`)
|
||||
|
||||
## Yazi
|
||||
- More vim-like binds
|
||||
- Smart pasting
|
||||
|
||||
|
||||
# Keybinds
|
||||
## Notes
|
||||
- The meta key is the same key as the "Windows" key on windows or "Command" key on macOS or "Super" on some linuxes.
|
||||
- All the "hjkl" binds should also work with "arrow" keys.
|
||||
- You can also use some mouse binds for to interact with hyprland
|
||||
|
||||
## The hyprland keybinds:
|
||||
### Navigation
|
||||
|
||||
| Combination | Action |
|
||||
|---------------------|---------------------------------------------------------------------|
|
||||
| meta+a/d | Move to closest existing workspace on left/right |
|
||||
| meta+ctrl+a/d | Move 1 workspace to the left/right |
|
||||
| meta+shift+a/d | Move focused window to the closest existing workspace on left/right |
|
||||
| meta+ctrl+shift+a/d | Move focused window 1 workspace to the left/right |
|
||||
| meta+hjkl | Focus on window to the left/down/up/right |
|
||||
| meta+shift+hjkl | Move focused window to the left/down/up/right |
|
||||
| meta+ctrl+hjkl | Make focused window bigger on the left/down/up/right |
|
||||
| meta+f | Toggle focused window maximize mode |
|
||||
| meta+shift+f | Toggle focused window fullscreen mode |
|
||||
| meta+t | Toggle split layout for window groups |
|
||||
| meta+shift+t | Swap tiled window groups |
|
||||
| meta+p | Toggle focused window pseudo tiling |
|
||||
| meta+shift+p | Toggle focused window floating mode |
|
||||
| meta+tab | Swap workspaces between monitors |
|
||||
| alt+tab | Cycle between windows |
|
||||
| meta+0 | Focus on monitor start workspace (usually 100) |
|
||||
| alt+shift/shift+alt | Change keyboard layout |
|
||||
|
||||
### General
|
||||
|
||||
| Combination | Action |
|
||||
|---------------------|---------------------------------------------------------------------|
|
||||
| meta+F1 | Toggle performance mode (disables blur, shadows, etc) |
|
||||
| meta+q | Open terminal (kitty) |
|
||||
| meta+e | Open thunar file manager |
|
||||
| meta+r | Open rofi app manager |
|
||||
| meta+shift+r | Open rofi network manager |
|
||||
| meta+v | Open rofi clipboard manger |
|
||||
| meta+s | Open hyprpicker |
|
||||
| meta+shift+s | Make partial screenshot |
|
||||
| meta+c | Clear dunst notifications |
|
||||
| meta+`(backtick) | Lock session with hyprlock |
|
||||
| meta+w | Toggle waybar |
|
||||
| meta+shift+w | Toggle quickshell |
|
||||
| meta+shift+c | Kill focused window |
|
||||
| meta+shift+m | Exit Hyprland |
|
||||
|
||||
### Neovim
|
||||
|
||||
| Combination | Action |
|
||||
|---------------------|---------------------------------------------------------------------|
|
||||
| ctrl+hjkl | Focus on window to the left/down/up/right |
|
||||
| F2 | Toggle neotree |
|
||||
| space+f+g | Show telescope live-grep menu |
|
||||
| space+h | Show harpoon menu |
|
||||
| space+a | Add current file to harpoon |
|
||||
| space+l | Remove current file to harpoon |
|
||||
| space+shift+l | Clear all harpoon marks |
|
||||
| shift+h/l | Switch to next/previous harpoon mark |
|
||||
| F3 | Copy path to the current file |
|
||||
| F4 | Copy current file filename |
|
||||
| shift+\ | Comment out active line |
|
||||
| ' (apostrophe) | Play "q" macros (same as `@q`) |
|
||||
| ctrl+o | Go back |
|
||||
| ctrl+shift+i | Go forward |
|
||||
| gd | Go to definition |
|
||||
| space+e | Paste shell command output |
|
||||
| space+w | Delete all trailing spaces in the current file |
|
||||
| @+/ | Clear search |
|
||||
| shift+c (neotree) | Convert file into directory with the same name |
|
||||
| shift+f (neotree) | Toggle hidden files |
|
||||
| h/l (neotree) | Open/close node |
|
||||
|
||||
### Yazi
|
||||
|
||||
| Combination | Action |
|
||||
|---------------------|---------------------------------------------------------------------|
|
||||
| :+q+enter | Exit yazi |
|
||||
| :+q+a+enter | Exit yazi |
|
||||
| ; | Open shell |
|
||||
| gr | Go to / |
|
||||
| ge | Go to /etc |
|
||||
| gu | Go to /usr |
|
||||
| gv | Go to /var |
|
||||
| ga | Go to /run/media/$USER |
|
||||
| gc | Go to ~/.config |
|
||||
| gd | Go to ~/Downloads |
|
||||
| gp | Go to ~/Pictures |
|
||||
| shift+v | Select files |
|
||||
| shift+f | Maxize preview pane |
|
||||
|
||||
### Multimedia
|
||||
Default multimedia keys are bound to the actions they are considered to do.
|
||||
|
||||
|
||||
# Issues
|
||||
- The config is partially legacy. Some parts need rewriting to `lua`
|
||||
- The "focus on start workspace" always uses workspace number 100 on any monitor
|
||||
- Notifications are often showed on wrong display
|
||||
- Neovim sometimes triggers warnings for no reason
|
||||
- No simple wallpaper selector present
|
||||
- Waybar can sometimes fail to update charging status
|
||||
- Waybar looks bad on desktop (without brightness and battery)
|
||||
- Brightness changing is not available for hdmi, dp, etc connected displays
|
||||
- Fastfetch shows the run script instead of the users shell
|
||||
- Uwsm can be phased out
|
||||
|
||||
|
||||
# Setup
|
||||
## WARNING!
|
||||
The config setup script will overwrite the dotfiles for some programs!
|
||||
|
||||
Please backup your config first!
|
||||
|
||||
## Quick guide
|
||||
To install the base config run following commands:
|
||||
```sh
|
||||
sudo pacman -S --noconfirm --needed git
|
||||
git clone https://git.frik.su/beesquit/dotfiles
|
||||
./dotfiles/config-scripts/install-config.sh
|
||||
```
|
||||
|
||||
## Details
|
||||
The base installation script creates basic directory structure, bash "edit config" dir, installs the packages, imports dotfiles and sets some default apps.
|
||||
|
||||
The bash installation script is located at the:
|
||||
```sh
|
||||
~/config-scripts/install-config.sh
|
||||
```
|
||||
|
||||
You can also then install yay with this script:
|
||||
```sh
|
||||
~/config-scripts/install-yay.sh
|
||||
```
|
||||
|
||||
If you are using this config on the desktop (and especially if you are planning to play games) - you can use one more script to install software pack I find useful for this scenario:
|
||||
```sh
|
||||
~/config-scripts/install-additional.sh
|
||||
```
|
||||
|
||||
Keep in mind that gnome styled workspace switching "gnome style" is achieved by the use of the `hyprnome` package which is available in the `AUR`. It is installed in the "additional" script, but you can also install it manually
|
||||
```sh
|
||||
yay -S --needed --noconfirm hyprnome
|
||||
```
|
||||
|
||||
## Installed packages list
|
||||
### Base/system packages
|
||||
- **General**: `git`, `base-devel`, `less`, `jq`, `inetutils`, `python`, `bash`, `zoxide`, `yadm`
|
||||
- **Hyprland&core**: `hyprland`, `uwsm`, `brightnessctl`, `wl-clipboard`
|
||||
- **XDG Portals**: `xdg-desktop-portal-hyprland`, `xdg-desktop-portal`, `xdg-desktop-portal-gtk`, `xdg-desktop-portal-wlr`
|
||||
|
||||
### UI/Graphics
|
||||
- **Launchers&bars**: `rofi`, `waybar`, `dunst`
|
||||
- **Idle&lock**: `hypridle`, `hyprlock`
|
||||
- **Wallpaper&color**: `awww`, `hyprpicker`
|
||||
- **Screenshots**: `grim`, `slurp`
|
||||
- **Font**: `ttf-jetbrains-mono-nerd`
|
||||
- **GTK settings**: `nwg-look`
|
||||
|
||||
### Terminal & editors
|
||||
- **Terminal**: `kitty`
|
||||
- **File managers**: `yazi`, `thunar` + plugins, `gvfs` + all backends (mtp, afc, nfs, smb, goa, wsdd, dnssd, gphoto2)
|
||||
- **Editors**: `neovim`, `vi`, `vim`, `nano`
|
||||
- **Editors additions**: `tree-sitter-cli`, `ripgrep`, `fzf`
|
||||
|
||||
### Utilities
|
||||
- **Tools**: `nmap`, `btop`
|
||||
- **Fun**: `fastfetch`, `cowsay`
|
||||
|
||||
### Additional (optional user apps)
|
||||
- **Net**: `wireguard-tools`, `netbird-bin`
|
||||
- **Audio**: `pavucontrol`, `pamixer`
|
||||
- **Different apps**: `firefox`, `telegram`, `qbittorrent`, `opencode`
|
||||
- **Media**: `spotify`, `gimp`, `obs-studio`
|
||||
- **Office**: `obsidian-bin`, `libreoffice-fresh`
|
||||
- **DM**: `sddm`
|
||||
- **Helpers**: `hyprnome`, `git-credential-manager-bin`
|
||||
|
||||
### Optional (gaming)
|
||||
- **Apps**: `discord`
|
||||
- **Launchers**: `steam`, `prismlauncher`
|
||||
- **Libs**: `wine`
|
||||
|
||||
|
||||
# Configuration
|
||||
The hyprland config has "arbitrary_settings.conf" file in which you can set wallpaper for desktop and lockscreen, set bluring for lockscreen and toggle "gnome" styled workspace switching.
|
||||
|
||||
Other than that the configs are pretty plain and easy to change.
|
||||
|
||||
|
||||
# Tricks used in the config
|
||||
## Features
|
||||
- Gnome-styled workspace switching - skips empty workspaces between workspaces with opened windows. It is implemented with a `hyprnome` package and is ignored if the package is not present
|
||||
- You can switch between modes on the host using `mode-local` and `mode-remote`. It toggles OSC-52 profile and some more features making the workflow via ssh to that host more comfortable and integrated
|
||||
- You can manage additional aliases using `aliasm`, `aliasd`, `aliasr`, `aliass` commands
|
||||
- Projector key at the waybar is implemented using `systemd-inhibit`. Allows the laptop to not go to sleep on the lid close. It does not inhibit sleeping due to the idle timeout - for that you can use the `caffeine` button which inhibits the idle sleeping
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
- [ ] Extract scripts to '.scripts' directory
|
||||
- [ ] Add wallpaper selector and rewrite wallpaper workflow
|
||||
- [ ] Rewrite hyprland config in lua
|
||||
- [ ] Configure sddm
|
||||
- [ ] Rewrite display brightness configuring
|
||||
@@ -0,0 +1,326 @@
|
||||
### Source
|
||||
https://gist.github.com/jamiew/40c66061b666272462c17f65addb14d5
|
||||
|
||||
### Cute Sparkles
|
||||
|
||||
These cool and girly glitters come with lots of flowers, hearts, bows and ribbons! These decorations can suit all sorts of happy and soft aesthetic moods ~ ✨(◕▿◕✿)
|
||||
|
||||
✧・゚: *✧・゚:* *:・゚✧*:・゚✧
|
||||
.・゜゜・ ・゜゜・.
|
||||
。・゚゚・ ・゚゚・。
|
||||
༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶
|
||||
✧༺♥༻∞ ∞༺♥༻✧
|
||||
**✿❀ ❀✿**
|
||||
⋆ ˚。⋆୨୧˚ ˚୨୧⋆。˚ ⋆
|
||||
。o°✥✤✣ ✣✤✥°o。
|
||||
♬♩♪♩ ♩♪♩♬
|
||||
*:..。o○ ○o。..:*
|
||||
゚+*:ꔫ:*﹤ ﹥*:ꔫ:*+゚
|
||||
*+:。.。 。.。:+*
|
||||
♥*♡∞:。.。 。.。:∞♡*♥
|
||||
‧̍̊˙˚˙ᵕ꒳ᵕ˙˚˙ ˙˚˙ᵕ꒳ᵕ˙˚˙‧̍̊
|
||||
*°:⋆ₓₒ ₓₒ⋆:°*
|
||||
ₓ˚. ୭ ˚○◦˚.˚◦○˚ ୧ .˚ₓ
|
||||
ˑ༄ؘ ۪۪۫۫ ▹▫◃ ۪۪۫۫ ༄ؘ ˑ
|
||||
|
||||
|
||||
° 𐐪𐑂 ♡ 𐐪𐑂 ₒ 𐐪𐑂 ♡ 𐐪𐑂 °
|
||||
∞ ₒ ˚ ° 𐐒𐐚 ° ˚ ₒ ∞
|
||||
。ₓ ू ₒ ु ˚ ू ₒ ु ₓ。
|
||||
☆♬○♩●♪✧♩ ♩✧♪●♩○♬☆
|
||||
⭑・゚゚・*:༅。.。༅:*゚:*:✼✿ ✿✼:*゚:༅。.。༅:*・゚゚・⭑
|
||||
|
||||
Galactic Sparkles
|
||||
|
||||
If you’re into things that lie beyond planet earth then these combinations of stars and moons will be a perfect match for you!
|
||||
|
||||
|
||||
。・:*:・゚★,。・:*:・゚☆ 。・:*:・゚★,。・:*:・゚☆
|
||||
.・゜-: ✧ :- -: ✧ :-゜・.
|
||||
⋇⋆✦⋆⋇ ⋇⋆✦⋆⋇
|
||||
⭒❃.✮:▹ ◃:✮.❃⭒
|
||||
‧͙⁺˚*・༓☾ ☽༓・*˚⁺‧͙
|
||||
.。*゚+.*.。 ゚+..。*゚+
|
||||
☆.。.:* .。.:*☆
|
||||
☆○o。 。o○☆
|
||||
・‥…━━━━━━━☆☆━━━━━━━…‥・
|
||||
。☆✼★━━━━━━━━━━━━★✼☆。
|
||||
★・・・・・・★・・・・・・★・・・・・・★
|
||||
【☆】★【☆】★【☆】★【☆】★【☆】
|
||||
»»——⍟——««
|
||||
.・。.・゜✭・.・✫・゜・。.
|
||||
|
||||
|
||||
### Nature mood
|
||||
|
||||
Wouldn’t it be nice to go out camping in the great outdoors and stargaze? Feel the wind brush your cheek and listen to the trees being swayed by the wind? Here’s some sparkly designs to encapsulate that mood ~ ヾ๑ˊᵕˋ๑◞♡
|
||||
|
||||
```
|
||||
.⋆。⋆☂˚。⋆。˚☽˚。⋆.
|
||||
⤹⋆⸙͎۪۫。˚۰˚☽˚⁀➷。˚⸙͎۪۫⋆ ༄
|
||||
ع˖⁺ ☁⋆ ୭ 🕊.⋆。⋆༶⋆˙⊹
|
||||
ˏ 𓏧 𓏲 𓏲 𓏲 𓋒 𓏲 𓏲 𓏲 𓏲 𓏧 ˎ
|
||||
‧̍̊˙· 𓆝.° 。˚𓆛˚。 °.𓆞 ·˙‧̍̊
|
||||
。゚❁ུ۪ °ₒ 𓂂 ˚ 𓂂 ₒ ° ₒ 𓂂 ˚˖⋆
|
||||
⋆┈┈。゚❃ུ۪ ❀ུ۪ ❁ུ۪ ❃ུ۪ ❀ུ۪ ゚。┈┈⋆
|
||||
.。❅*⋆⍋*∞*。*∞*⍋⋆*❅。.
|
||||
▸ 🎕 ┈┈┈┈ 🎕 ┈┈┈┈ 🎕 ◂
|
||||
᠃ ⚘᠂ ⚘ ˚ ⚘ ᠂ ⚘ ᠃
|
||||
```
|
||||
|
||||
|
||||
## Dividers and similar from REDACTED
|
||||
|
||||
random starry chars
|
||||
```
|
||||
* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸
|
||||
```
|
||||
|
||||
boxes
|
||||
|
||||
```
|
||||
┎╌╌╯╰╌╌┒
|
||||
┖╌╌╮╭╌╌┚
|
||||
╭────╮
|
||||
╰────╯
|
||||
┏◚◚◚◚◚◚◚◚◚◚◚◚┓
|
||||
┗◛◛◛◛◛◛◛◛◛◛◛◛┛
|
||||
╔────────────╗
|
||||
╚────────────╝
|
||||
╭═────═⌘═────═╮
|
||||
╰═────═⌘═────═╯
|
||||
┏━────╯⌬╰────━┓
|
||||
┗━────╮⌬╭────━┛
|
||||
╔════✦❖✦════╗
|
||||
╚════✦❖✦════╝
|
||||
┏━┅┅┄┄⟞⟦✮⟧⟝┄┄┉┉━┓
|
||||
┗━┅┅┄┄⟞⟦✮⟧⟝┄┄┉┉━┛
|
||||
╔════░⋆ ✪ ⋆░════╗
|
||||
╚════░⋆ ✪ ⋆░════╝
|
||||
╭───── • ◈ • ─────╮
|
||||
╰───── • ◈ • ─────╯
|
||||
┯━━━━━ ●●● ━━━━━┯
|
||||
┷━━━━━ ●●● ━━━━━┷
|
||||
╔──────¤◎¤──────╗
|
||||
╚──────¤◎¤──────╝
|
||||
┏━━━━━━━━━━━━━━━┓
|
||||
┗━━━━━━━━━━━━━━━┛
|
||||
╭───────╯•╰───────╮
|
||||
╰───────╮•╭───────╯
|
||||
╒═════════════════╕
|
||||
╘═════════════════╛
|
||||
╔─━━━━━━ ★ ━━━━━━─╗
|
||||
╚─━━━━━━ ★ ━━━━━━─╝
|
||||
╭━─━─━─≪✠≫─━─━─━╮
|
||||
╰━─━─━─≪✠≫─━─━─━╯
|
||||
┎━─━─━─━─━─━─━─━─━┒
|
||||
┖━─━─━─━─━─━─━─━─━┚
|
||||
┍──━──━──┙◆┕──━──━──┑
|
||||
┕──━──━──┑◆┍──━──━──┙
|
||||
╔═══━━━─── • ───━━━═══╗
|
||||
╚═══━━━─── • ───━━━═══╝
|
||||
╔══════════•⊱✦⊰•══════════╗
|
||||
╚══════════•⊱✦⊰•══════════╝
|
||||
╭────────────────────────╮
|
||||
╰────────────────────────╯
|
||||
┏━━━━•❅•°•❈•°•❅•━━━━┓
|
||||
❍ ❍
|
||||
┗━━━━•❅•°•❈•°•❅•━━━━┛┎┈┈┈┈┈┈┈୨♡୧┈┈┈┈┈┈┈┒
|
||||
┖┈┈┈┈┈┈┈୨♡୧┈┈┈┈┈┈┈┚┏━━━━━°❀•°:🎀:°•❀°━━━━━┓
|
||||
┗━━━━━°❀•°:🎀:°•❀°━━━━━┛✩。:•.───── ❁ ❁ ─────.•:。✩* • • ◕◕════clubsclubs════◕◕ • • ◄ ◊ ► ◄ ◊ ► ◄ ◊ ► ◄ ◊ ► ◄ ◊ ►¸ „„.•~¹°”ˆ˜¨♡♡♡¨˜ˆ”°¹~•.„¸*┌───── •✧✧• ─────┐
|
||||
-YOUR TEXT HERE-
|
||||
└───── •✧✧• ─────┘。☆✼★━━━━━━━━━━━━★✼☆。╔═══════════════╗
|
||||
╚═══════════════╝╭══• ೋ•✧๑♡๑✧•ೋ •══╮
|
||||
╰══•
|
||||
|
||||
ೋ•✧๑♡๑✧•ೋ
|
||||
|
||||
•══╯
|
||||
»»————- ★ ————-««
|
||||
|
||||
```
|
||||
|
||||
minimal dividers:
|
||||
|
||||
```
|
||||
✄ - - - - - - - - - - - - - - - - - - -
|
||||
⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘
|
||||
・┈┈・┈┈・┈┈・
|
||||
୨୧・┈┈・┈┈・୨୧
|
||||
——— ୨୧ ———
|
||||
・﹒・﹒・﹒・﹒﹒・・
|
||||
≻────────────── ⋆✩⋆ ──────────────≺
|
||||
━━━━━━ ♡ ━━━━━━━
|
||||
```
|
||||
|
||||
"random dividers, not mine"
|
||||
|
||||
```
|
||||
⊹₊꒷︶︶꒷︶︶꒷ ꒦︶︶ ꒦ ꒷ ꒦︶︶ ꒦ ꒷ ꒦‧₊˚⊹︰
|
||||
₊˚꒦꒷︶꒷꒦˚⊹ ˚꒷︶ଓ₊˚︶꒷꒦˚⊹
|
||||
๑‧˚₊꒷︶ଓ︶꒷꒦⊹๑‧˚₊꒷︶ଓ︶꒷꒦⊹๑
|
||||
꒷︶︶꒷︶︶꒷꒦꒷︶︶꒷꒦
|
||||
꒷︶︶꒷꒦⊹˚₊꒷︶ଓ﹕ᕬ✦₊
|
||||
︶꒦꒷︶꒷꒦︶♡︶︶꒦꒷︶꒷︶︶꒦꒷
|
||||
꒷︶꒷꒥꒷ ‧₊˚ ꒰ฅ˘ω˘ฅ ꒱ ‧₊˚꒷︶꒷꒥꒷
|
||||
‧˚₊꒷꒦✧︶︶꒦[emoji] ꒷꒦︶︶✧꒷꒦‧₊˚⊹
|
||||
✧ ︶ ꒷ ꒷ ꒦︶ ꒷ ꒦ ︶ [emoji]︶ ꒷ ꒦ ︶ ︶ ꒷ ꒦ ✦˚。
|
||||
︶꒦︶︶꒷꒦︶︶꒷︶︶꒦︶︶꒷꒦︶︶꒷︶︶꒦
|
||||
╰ ✧ ᘏଘ꒷︶꒷୨︶꒷꒦♡꒥꒦︶︶ଓ꒷✧꒦
|
||||
╰⋅ ✧ ᘏ・ ︶ ︶ଓ₊˚꒷︶꒷︶
|
||||
₊˚.੭⊹₊꒷︶︶꒷︶︶꒷ ꒦︶︶ ꒦ ꒷ ꒦︶︶ ꒦ ꒷ ꒦‧₊˚⊹︰
|
||||
︶︶꒷꒦︶꒷︶꒦︶︶꒷꒦︶︶꒷︶꒦︶︶
|
||||
꒷꒦ ✦ ୧・︶ ꒷ ︶ ︶ ︶ ︶ ꒷꒦ ‧₊
|
||||
₊꒷︶︶꒷✦ ୧・︶︶꒷︶ ‧₊
|
||||
₊⁀⁀꒷ ♡ ꒷︶︶꒷꒦‧₊˚⊹
|
||||
♡ — ⸝⸝ ɞ ︶꒷꒦ ₊˚ ⎯⎯・꒷꒦︶︶ˎˊ˗
|
||||
⌒⌒ ₊ ๑ ⌒⌒ ₊ ๑ ⌒⌒ ♡₊˚ ❜
|
||||
⊹₊꒷︶︶꒷︶︶꒷꒦︶︶꒦‧₊˚⊹︰
|
||||
୧ ⊹₊꒷︶︶꒷︶︶꒷꒦︶︶꒦‧₊˚⊹︰
|
||||
╰・꒷︶︶꒷︶꒥︶︶꒷︶꒥꒷︶︶꒷
|
||||
₊˚꒦꒷︶꒷꒦˚⊹ ˚꒷︶ଓ₊˚︶꒷꒦˚⊹
|
||||
๑‧˚₊꒷︶ଓ︶꒷꒦⊹๑‧˚₊꒷︶ଓ︶꒷꒦⊹๑
|
||||
──・[text]
|
||||
╰・︶꒦꒷︶꒷︶︶
|
||||
・⎯⎯⎯⎯⎯・・⎯⎯⎯⎯⎯・
|
||||
╰₊꒷︶︶꒷︶︶꒷꒦︶︶꒦‧₊˚⊹
|
||||
₊˚꒦꒷︶꒷꒦˚⊹ ˚꒷︶ଓ₊˚︶꒷꒦˚
|
||||
꒷︶︶꒷︶︶꒷꒦꒷︶︶꒷꒦
|
||||
꒷︶ଓ‧₊˚˖ ࣪⊹︶꒷꒦꒷︶‧₊˚ଓ
|
||||
♡・✦・♡・✦・♡・✦・♡
|
||||
︶꒷︶꒦꒷ ˖ ๑ ꒷︶꒷꒦︶︶꒷︶ ♬ ̊ ˖ ︶꒷
|
||||
╰┈┈┈┈┈┈┈┈┈╮
|
||||
ꕊ ̊ ̟ ♪ ︶︶꒷︶ଓ ˖︶꒦꒷︶︶꒷︶﹕ ̟ ॱ ꘪ
|
||||
꒷︶︶꒷꒦⊹˚₊꒷︶ଓ﹕ᕬ✦₊
|
||||
︶꒦꒷︶꒷꒦︶♡︶︶꒦꒷︶꒷︶︶꒦꒷
|
||||
꒷︶꒷꒥꒷ ‧₊˚ ꒰ฅ˘ω˘ฅ ꒱ ‧₊˚꒷︶꒷꒥꒷
|
||||
‧˚₊꒷꒦✧︶︶꒦[emoji] ꒷꒦︶︶✧꒷꒦‧₊˚⊹
|
||||
✧ ︶ ꒷ ꒷ ꒦︶ ꒷ ꒦ ︶ [emoji]︶ ꒷ ꒦ ︶ ︶ ꒷ ꒦ ✦˚。
|
||||
✦ ₊꒷꒦︶︶︶ ୨୧ ︶︶︶꒷꒦ෆ
|
||||
︶꒦︶︶꒷꒦︶︶꒷︶︶꒦︶︶꒷꒦︶︶꒷︶︶꒦
|
||||
ᨳ⊹₊꒷︶꒷꒦︶︶꒷‧˚₊⊹ഒ
|
||||
︶︶・꒷︶꒷꒦♡︶︶꒷꒦︶
|
||||
ᨳ꒷︶︶εïз︶︶꒷ഒ ︶꒷꒦˚⊹
|
||||
˚︶︶꒷︶꒷꒦︶︶꒷꒦︶ ₊˚⊹
|
||||
|
||||
|
||||
︶︶꒷꒦ ✧ ⊹ ₊⁀➷ ୨୧
|
||||
・┈┈・୨୧・┈┈・୨୧
|
||||
✧⊹₊꒷︶꒷꒦︶︶꒷‧˚₊⊹✧
|
||||
✦ . ⁺ . ✦ . ⁺ . ✦
|
||||
︶꒷꒦꒷︶︶︶꒷꒦︶︶⊹₊˚‧˚
|
||||
₊ ⊹ ✦ . ₊ · ₊ ✦ . · * ๑ ‧ ₊
|
||||
︶꒷꒦꒷︶︶︶꒷꒦︶꒷૮꒰ᐡᴗ͈ 。 ᴗ͈ᐡ꒱ა✧ ꒦꒷︶︶꒷꒦꒦꒷︶︶︶꒷꒦︶︶
|
||||
˚ ︶︶︶꒷꒦ ⊹ ₊˚ ʚ﹕₊˚︶꒷꒦꒷︶︶꒷꒦︶
|
||||
✄・・・・・・・・・・・
|
||||
︶︶︶︶︶ ♡ ✧ ꒦︶︶꒷꒦ ✿ ✦⁺
|
||||
₊˚ ‿︵‿︵‿︵୨୧ · · ♡ · · ୨୧‿︵‿︵‿︵
|
||||
︶꒷︶꒦꒷ ˖ ๑ ꒷︶꒷꒦︶︶꒷︶ ♬ ̊ ˖ ︶꒷
|
||||
ꕊ ̊ ̟ ♪ ︶︶꒷︶ଓ ˖︶꒦꒷︶︶꒷︶﹕ ̟ ॱ ꘪ
|
||||
|
||||
|
||||
(\ (\
|
||||
( • •)
|
||||
━∪∪━━━━
|
||||
```
|
||||
|
||||
"from cutekaomoji.com"
|
||||
```
|
||||
✧・゚: ✧・゚: :・゚✧:・゚✧
|
||||
.・゜゜・ ・゜゜・.
|
||||
。・゚゚・ ・゚゚・。
|
||||
༶•┈┈⛧┈♛ ♛┈⛧┈┈•༶
|
||||
✧༺༻∞ ∞༺༻✧
|
||||
*✿❀ ❀✿*
|
||||
⋆ ˚。⋆୨୧˚ ˚୨୧⋆。˚ ⋆
|
||||
。o°✥✤✣ ✣✤✥°o。
|
||||
♬♩♪♩ ♩♪♩♬
|
||||
:..。o○ ○o。..:
|
||||
゚+:ꔫ:﹤ ﹥:ꔫ:+゚
|
||||
+:。.。 。.。:+
|
||||
♡∞:。.。 。.。:∞♡
|
||||
‧̍̊˙˚˙ᵕ꒳ᵕ˙˚˙ ˙˚˙ᵕ꒳ᵕ˙˚˙‧̍̊
|
||||
°:⋆ₓₒ ₓₒ⋆:°
|
||||
ₓ˚. ୭ ˚○◦˚.˚◦○˚ ୧ .˚ₓ
|
||||
ˑ༄ؘ ۪۫۫ ▹▫◃ ۪۫۫ ༄ؘ ˑ
|
||||
|
||||
° 𐐪𐑂 ♡ 𐐪𐑂 ₒ 𐐪𐑂 ♡ 𐐪𐑂 °
|
||||
∞ ₒ ˚ ° 𐐒𐐚 ° ˚ ₒ ∞
|
||||
。ₓ ू ₒ ु ˚ ू ₒ ु ₓ。
|
||||
☆♬○♩●♪✧♩ ♩✧♪●♩○♬☆
|
||||
⭑・゚゚・:༅。.。༅:゚::✼✿ ✿✼:゚:༅。.。༅:・゚゚・⭑
|
||||
。・::・゚★,。・::・゚☆ 。・::・゚★,。・::・゚☆
|
||||
.・゜-: ✧ :- -: ✧ :-゜・.
|
||||
⋇⋆✦⋆⋇ ⋇⋆✦⋆⋇
|
||||
⭒❃.✮:▹ ◃:✮.❃⭒
|
||||
‧͙⁺˚・༓☾ ☽༓・˚⁺‧͙
|
||||
.。゚+..。 ゚+..。゚+
|
||||
☆.。.: .。.:☆
|
||||
☆○o。 。o○☆
|
||||
.⋆。⋆☂˚。⋆。˚☽˚。⋆.
|
||||
⤹⋆⸙͎۪۫。˚۰˚☽˚⁀➷。˚⸙͎۪۫⋆ ༄
|
||||
ع˖⁺ ☁⋆ ୭ 🕊.⋆。⋆༶⋆˙⊹
|
||||
ˏ 𓏧 𓏲 𓏲 𓏲 𓋒 𓏲 𓏲 𓏲 𓏲 𓏧 ˎ
|
||||
‧̍̊˙· 𓆝.° 。˚𓆛˚。 °.𓆞 ·˙‧̍̊
|
||||
。゚❁ུ۪ °ₒ 𓂂 ˚ 𓂂 ₒ ° ₒ 𓂂 ˚˖⋆
|
||||
⋆┈┈。゚❃ུ۪ ❀ུ۪ ❁ུ۪ ❃ུ۪ ❀ུ۪ ゚。┈┈⋆
|
||||
.。❅⋆⍋∞。∞⍋⋆❅。.
|
||||
▸ 🎕 ┈┈┈┈ 🎕 ┈┈┈┈ 🎕 ◂
|
||||
᠃ ⚘᠂ ⚘ ˚ ⚘ ᠂ ⚘ ᠃
|
||||
```
|
||||
|
||||
|
||||
"non-language symbols"
|
||||
|
||||
```
|
||||
❒ ⭒ ⋆ ⌯ ᴗ - 𖥻 %
|
||||
〄 ▨ ▦ ▩ ◌ ◍ ◔ ◕ ❀
|
||||
✿ ❁ ✾ ❖ ☆ ★
|
||||
□ ■ ✮ ✰ ? ! ⍝ ∗ ✦ ✧
|
||||
ꜝꜝ
|
||||
⎙ ‹𝟹 ‹𝟥 ♡ ♥︎
|
||||
☺︎ ⊹ ☕︎ ࣪ ˖
|
||||
› ⌗ ▹ ⚠︎
|
||||
⠀⑅⠀⠀✦⠀
|
||||
⠀⋆⠀⬪⠀⠀╰╮⠀♡⠀
|
||||
⬪˙ ⠀⌕⠀⊹ ⠀⠀
|
||||
﹟⠀‹𝟹⠀+⠀ ..
|
||||
∞⠀⠀⌗⠀★⠀♥︎⠀⭒⠀ʚ ♡⠀
|
||||
﹫⠀⠀﹠⠀⠀◪⠀!⋆
|
||||
▦ ◐⠀≀⠀
|
||||
﹗ 💭
|
||||
• ˖˓ ★ ˖▸◂ ⋆ ꜝꜞ◗ ˖ ࣪ ‹
|
||||
• • • • •
|
||||
⭓ ⭔ ∞ ■
|
||||
┄┄┄
|
||||
。゚゚・。・゚゚。
|
||||
゚。
|
||||
゚・。・゚
|
||||
◠ ◡ ⌦ ⌫ ⌞ ⌝
|
||||
,, ✰★ ・。
|
||||
⇡ ╴
|
||||
↳ ↰ ⁺◟ ➢
|
||||
‿︵ ❛ ⊰ ⋱⋰
|
||||
︿ ,;↻ .·˙·. ⇾ ﹏
|
||||
⩩ ◜◝ ◟◞
|
||||
❍ ❏ ⁞ ﹫︶ ⟆
|
||||
⿻⌇
|
||||
/) /)
|
||||
╰ ╯ ╮ ╭
|
||||
⁾⁾ ‧₊
|
||||
⑅ ␥ 。
|
||||
× ᵎᵎ ⿻ ・.⭔ ︰
|
||||
✦ ꜜ !˚₊ ‹3﹒
|
||||
⧜ ˃ ︿ ˂ ︵ ⊹
|
||||
・✿ ♡ ❀
|
||||
˶ ᵔᵔ ᵕ ᴗ /) /) ・
|
||||
🎔 🎕 🗦 🗧
|
||||
︰ ⨝ ⨞ ⨟ ⨯
|
||||
|
||||
```
|
||||
|
||||
"stars/sparkles"
|
||||
```
|
||||
* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸* . ﹢ ˖ ✦ ¸ . ﹢ ° ¸. ° ˖ ・ ·̩ 。 ☆ ゚ * ¸
|
||||
|
||||
```
|
||||
@@ -1,6 +1,6 @@
|
||||
# General
|
||||
general {
|
||||
fail_timeout = 300
|
||||
fail_timeout = 600
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -19,6 +19,12 @@ background {
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Positioning
|
||||
# Time
|
||||
@@ -27,7 +33,8 @@ label {
|
||||
color = $foreground
|
||||
font_size = 60
|
||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
position = 210, 240
|
||||
position = 160, 240
|
||||
# position = 210, 240
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
@@ -38,7 +45,20 @@ label {
|
||||
color = rgba(216, 222, 233, 0.75)
|
||||
font_size = 20
|
||||
font_family = SF Pro Display Bold
|
||||
position = 202, 175
|
||||
position = 164, 170
|
||||
# position = 210, 170
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Layout
|
||||
label {
|
||||
text = Layout: $LAYOUT[en,ru,ua].
|
||||
color = rgba(216, 222, 233, 0.75)
|
||||
font_size = 14
|
||||
font_family = SF Pro Display Bold
|
||||
position = 164, 120
|
||||
# position = 210, 120
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
@@ -46,23 +66,26 @@ label {
|
||||
# Input
|
||||
input-field {
|
||||
size = 350, 55
|
||||
rounding = 4
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_spacing = 0.4
|
||||
dots_center = true
|
||||
outer_color = rgba(56, 129, 195, 0.94)
|
||||
inner_color = rgba(10, 0, 30, 0.3)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
font_family = JetBrains Mono Nerd Font Mono
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Poow</span></i>
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Poow!</span></i>
|
||||
fail_text = <i>Get jinxed!</i>
|
||||
fail_transition = 300
|
||||
hide_input = false
|
||||
position = 160, 40
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Player (TODO: fix it)
|
||||
# Player
|
||||
label {
|
||||
text = cmd[update:1000] echo "$($HOME/.config/hypr/scripts/player-status.sh)"
|
||||
color = $foreground
|
||||
@@ -72,4 +95,3 @@ label {
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user