Compare commits
3 commits
ac12e646f2
...
0206ce5773
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0206ce5773 | ||
|
|
04c718410b | ||
|
|
a3b7fa400c |
6 changed files with 40 additions and 13 deletions
6
.alacritty.toml
Normal file
6
.alacritty.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[window]
|
||||
decorations = "Transparent"
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono NF", style = "Regular" }
|
||||
size = 12
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Programs
|
||||
$terminal = kitty
|
||||
$terminal = alacritty
|
||||
$fileManager = nautilus
|
||||
$menu = ~/.config/rofi/scripts/launcher_t1
|
||||
$lockScreen = hyprlock
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret"
|
|||
exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
exec-once = [workspace 2 silent] signal-desktop --password-store="gnome-libsecret"
|
||||
exec-once = [workspace 3 silent] zen-browser
|
||||
exec-once = [workspace 4 silent] kitty
|
||||
exec-once = [workspace 4 silent] alacritty
|
||||
exec-once = [workspace 5 silent] steam
|
||||
exec-once = [workspace special:terminal silent] kitty
|
||||
exec-once = [workspace special:terminal silent] alacritty
|
||||
exec-once = [workspace special:music silent] tidal-hifi --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
font_family JetBrainsMono NF
|
||||
font_size 14
|
||||
shell_integration enabled
|
||||
enable_audio_bell no
|
||||
window_margin_width 2
|
||||
background_opacity 0.85
|
||||
confirm_os_window_close 0
|
||||
tab_bar_style powerline
|
||||
hide_window_decorations yes
|
||||
30
lux/empty-theme.json
Normal file
30
lux/empty-theme.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"palette": {
|
||||
"primary": "",
|
||||
"primarycontent": "",
|
||||
"secondary": "",
|
||||
"secondarycontent": "",
|
||||
"accent": "",
|
||||
"accentcontent": "",
|
||||
"neutral": "",
|
||||
"neutralcontent": "",
|
||||
"base100": "",
|
||||
"base200": "",
|
||||
"base300": "",
|
||||
"basecontent": "",
|
||||
"info": "",
|
||||
"infocontent": "",
|
||||
"success": "",
|
||||
"successcontent": "",
|
||||
"warning": "",
|
||||
"warningcontent": "",
|
||||
"error": "",
|
||||
"errorcontent": "",
|
||||
"radiusSelector": "",
|
||||
"radiusField": "",
|
||||
"radiusBox": "",
|
||||
"sizeSelector": "",
|
||||
"sizeField": "",
|
||||
"border": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -4,3 +4,4 @@ node = "20"
|
|||
rust = "latest"
|
||||
bun = "latest"
|
||||
dotnet = "8"
|
||||
java = "latest"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue