Compare commits

..

No commits in common. "6433c647c8271c9c24b8a604ce637b3372f962de" and "12ecc507374072c5af482771476e918527f06af4" have entirely different histories.

5 changed files with 10 additions and 19 deletions

View file

@ -8,8 +8,6 @@ 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

View file

@ -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 otf-commit-mono-nerd python-pygments paru -S imagemagick kitty python-pygments ttf-firacode-nerd
@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 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 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
@just _echowarning "\n2) Stowing niri config" @just _echowarning "\n2) Stowing niri config"
stow --dotfiles -S niri stow --dotfiles -S niri

View file

@ -3,7 +3,7 @@ include Tokyo Night.conf
background_opacity 0.9 background_opacity 0.9
# Fonts # Fonts
# font_family family="B612 Mono Liga" font_family FiraCode Nerd Font
font_size 12.0 font_size 12.0
# Bell # Bell
@ -24,11 +24,3 @@ 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

View file

@ -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 10 gaps 4
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 {

View file

@ -2,9 +2,9 @@
{ {
"layer": "top", "layer": "top",
"spacing": 8, "spacing": 8,
"margin-top": 5, "margin-top": 4,
"margin-left": 5, "margin-left": 4,
"margin-right": 5, "margin-right": 4,
"modules-left": [ "modules-left": [
"niri/workspaces", "niri/workspaces",
"privacy", "privacy",
@ -14,6 +14,7 @@
"clock" "clock"
], ],
"modules-right": [ "modules-right": [
"mpris",
"tray", "tray",
"idle_inhibitor", "idle_inhibitor",
"power-profiles-daemon", "power-profiles-daemon",
@ -97,7 +98,7 @@
"bluetooth": { "bluetooth": {
"format-disabled": "", "format-disabled": "",
"format-connected": " {num_connections}", "format-connected": " {num_connections}",
"on-click": "overskride" "on-click": "blueberry"
}, },
"network": { "network": {
"format-ethernet": "󰛳 Wired", "format-ethernet": "󰛳 Wired",