Compare commits
5 commits
12ecc50737
...
6433c647c8
Author | SHA1 | Date | |
---|---|---|---|
6433c647c8 | |||
5554917a70 | |||
118b64c1d4 | |||
833d34f916 | |||
c6e44c4712 |
5 changed files with 19 additions and 10 deletions
|
@ -8,6 +8,8 @@ if status is-interactive
|
||||||
# Aliases
|
# Aliases
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias ls="eza --group-directories-first -x"
|
alias ls="eza --group-directories-first -x"
|
||||||
|
alias e="$EDITOR"
|
||||||
|
alias se="sudoedit"
|
||||||
|
|
||||||
# Load prompt (KEEP THIS AT THE END)
|
# Load prompt (KEEP THIS AT THE END)
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
4
justfile
4
justfile
|
@ -87,7 +87,7 @@ helix-editor:
|
||||||
[group("graphical")]
|
[group("graphical")]
|
||||||
kitty-terminal:
|
kitty-terminal:
|
||||||
@just _echowarning "1) Installing Kitty and dependencies"
|
@just _echowarning "1) Installing Kitty and dependencies"
|
||||||
paru -S imagemagick kitty python-pygments ttf-firacode-nerd
|
paru -S imagemagick kitty otf-commit-mono-nerd python-pygments
|
||||||
|
|
||||||
@just _echowarning "\n2) Stowing Kitty config"
|
@just _echowarning "\n2) Stowing Kitty config"
|
||||||
stow --dotfiles -S kitty
|
stow --dotfiles -S kitty
|
||||||
|
@ -96,7 +96,7 @@ kitty-terminal:
|
||||||
[group("graphical")]
|
[group("graphical")]
|
||||||
niri-window-manager:
|
niri-window-manager:
|
||||||
@just _echowarning "1) Installing niri and related tools"
|
@just _echowarning "1) Installing niri and related tools"
|
||||||
paru -S blueberry brightnessctl cliphist fuzzel gdm gnome-keyring inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra polkit-kde-agent swayidle swaylock ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wpaperd xdg-desktop-portal-gnome xwayland-satellite-git
|
paru -S brightnessctl cliphist fuzzel gdm gnome-keyring inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent swayidle swaylock ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wpaperd xdg-desktop-portal-gnome xwayland-satellite-git
|
||||||
|
|
||||||
@just _echowarning "\n2) Stowing niri config"
|
@just _echowarning "\n2) Stowing niri config"
|
||||||
stow --dotfiles -S niri
|
stow --dotfiles -S niri
|
||||||
|
|
|
@ -3,7 +3,7 @@ include Tokyo Night.conf
|
||||||
background_opacity 0.9
|
background_opacity 0.9
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_family FiraCode Nerd Font
|
# font_family family="B612 Mono Liga"
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
|
|
||||||
# Bell
|
# Bell
|
||||||
|
@ -24,3 +24,11 @@ map alt+h neighboring_window left
|
||||||
map alt+j neighboring_window down
|
map alt+j neighboring_window down
|
||||||
map alt+k neighboring_window up
|
map alt+k neighboring_window up
|
||||||
map alt+l neighboring_window right
|
map alt+l neighboring_window right
|
||||||
|
|
||||||
|
|
||||||
|
# BEGIN_KITTY_FONTS
|
||||||
|
font_family family='CommitMono Nerd Font' postscript_name=CommitMonoNF-Regular
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
# END_KITTY_FONTS
|
||||||
|
|
|
@ -26,7 +26,7 @@ output "LG Electronics LG ULTRAGEAR 404NTCZ0R931" {
|
||||||
variable-refresh-rate on-demand=true
|
variable-refresh-rate on-demand=true
|
||||||
}
|
}
|
||||||
layout {
|
layout {
|
||||||
gaps 4
|
gaps 10
|
||||||
always-center-single-column
|
always-center-single-column
|
||||||
preset-column-widths {
|
preset-column-widths {
|
||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
|
@ -114,7 +114,7 @@ window-rule {
|
||||||
// Display Steam notifications in corner of the screen
|
// Display Steam notifications in corner of the screen
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="steam" title="^notificationtoasts_\\d+_desktop$"
|
match app-id="steam" title="^notificationtoasts_\\d+_desktop$"
|
||||||
default-floating-position x=0 y=0 relative-to="bottom-right"
|
//default-floating-position x=0 y=0 relative-to="bottom-right"
|
||||||
}
|
}
|
||||||
// Open windows in web workspace
|
// Open windows in web workspace
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"spacing": 8,
|
"spacing": 8,
|
||||||
"margin-top": 4,
|
"margin-top": 5,
|
||||||
"margin-left": 4,
|
"margin-left": 5,
|
||||||
"margin-right": 4,
|
"margin-right": 5,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"niri/workspaces",
|
"niri/workspaces",
|
||||||
"privacy",
|
"privacy",
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
"clock"
|
"clock"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"mpris",
|
|
||||||
"tray",
|
"tray",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"power-profiles-daemon",
|
"power-profiles-daemon",
|
||||||
|
@ -98,7 +97,7 @@
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-connected": " {num_connections}",
|
"format-connected": " {num_connections}",
|
||||||
"on-click": "blueberry"
|
"on-click": "overskride"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format-ethernet": " Wired",
|
"format-ethernet": " Wired",
|
||||||
|
|
Loading…
Add table
Reference in a new issue