Compare commits

19 Commits

Author SHA1 Message Date
daiko 624ef3735d [hyprland] Ajoute les raccourcis pour les workspaces 11 et 12 2026-06-04 15:16:57 +02:00
daiko 15418dc25c [hyprland] Ajoute la possibilité de déplacer un workspace sur un autre écran 2026-06-02 18:48:18 +02:00
daiko 33d5d2813c [hyprland] Met a jour l'echelle des écrans 2026-06-02 16:59:04 +02:00
daiko 246366185e [hyprland] Migre la configuration en Lua 2026-06-01 19:18:00 +02:00
daiko 6217a70355 [waybar] bascule sur la version hyprland par défaut 2026-06-01 19:16:54 +02:00
daiko 42ecc3ce55 Ajoute le plugin fish-ssh-agent 2026-05-03 12:28:09 +02:00
daiko 441385588e remove keepassxc conf 2026-04-27 18:53:19 +02:00
daiko 7ff1d0143d Update ssh-agent conf 2026-04-14 09:08:53 +02:00
daiko 92ca7fcba5 [hyprland] Move and add some environment var 2026-04-08 10:01:46 +02:00
daiko 6c3100eab7 [foot] Update config 2026-03-17 07:41:58 +01:00
daiko 0cc4d816ec [hyprland] switch to hy3 layout 2026-03-16 10:11:04 +01:00
daiko ddaa4f1678 [hyprland] switch to scrolling layout 2026-03-02 11:57:16 +01:00
daiko 548301d3a9 Remove fisher update 2026-02-09 12:02:04 +01:00
daiko 9c829b888f Remove sway config 2026-02-09 11:58:02 +01:00
daiko b641cc906d Remove Alacritty/Kitty conf 2026-02-09 11:33:08 +01:00
daiko 273dae2fda Switch to hyprland 2026-02-09 11:12:03 +01:00
daiko e40bd1bc73 [fish] Cleaning conf 2026-02-09 11:10:08 +01:00
daiko e0d7173f5f [hyprland] disable default wallpaper 2026-02-06 12:27:48 +01:00
daiko 706ebf89a4 [hyprland] Add hyprpaper conf 2026-02-05 08:47:03 +01:00
40 changed files with 539 additions and 1432 deletions
-563
View File
@@ -1,563 +0,0 @@
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "Paste"
[[keyboard.bindings]]
action = "Copy"
key = "Copy"
[[keyboard.bindings]]
action = "Quit"
key = "Q"
mods = "Command"
[[keyboard.bindings]]
action = "Quit"
key = "W"
mods = "Command"
[[keyboard.bindings]]
action = "PasteSelection"
key = "Insert"
mods = "Shift"
[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001BOH"
key = "Home"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001B[H"
key = "Home"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001BOF"
key = "End"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001B[F"
key = "End"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001B[5;2~"
key = "PageUp"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[5;5~"
key = "PageUp"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[5~"
key = "PageUp"
[[keyboard.bindings]]
chars = "\u001B[6;2~"
key = "PageDown"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[6;5~"
key = "PageDown"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[6~"
key = "PageDown"
[[keyboard.bindings]]
chars = "\u001B[Z"
key = "Tab"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u007F"
key = "Back"
[[keyboard.bindings]]
chars = "\u001B\u007F"
key = "Back"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[2~"
key = "Insert"
[[keyboard.bindings]]
chars = "\u001B[3~"
key = "Delete"
[[keyboard.bindings]]
chars = "\u001B[1;2D"
key = "Left"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;5D"
key = "Left"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;3D"
key = "Left"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[D"
key = "Left"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001BOD"
key = "Left"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001B[1;2C"
key = "Right"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;5C"
key = "Right"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;3C"
key = "Right"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[C"
key = "Right"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001BOC"
key = "Right"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001B[1;2A"
key = "Up"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;5A"
key = "Up"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;3A"
key = "Up"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[A"
key = "Up"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001BOA"
key = "Up"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001B[1;2B"
key = "Down"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;5B"
key = "Down"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;3B"
key = "Down"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[B"
key = "Down"
mode = "~AppCursor"
[[keyboard.bindings]]
chars = "\u001BOB"
key = "Down"
mode = "AppCursor"
[[keyboard.bindings]]
chars = "\u001BOP"
key = "F1"
[[keyboard.bindings]]
chars = "\u001BOQ"
key = "F2"
[[keyboard.bindings]]
chars = "\u001BOR"
key = "F3"
[[keyboard.bindings]]
chars = "\u001BOS"
key = "F4"
[[keyboard.bindings]]
chars = "\u001B[15~"
key = "F5"
[[keyboard.bindings]]
chars = "\u001B[17~"
key = "F6"
[[keyboard.bindings]]
chars = "\u001B[18~"
key = "F7"
[[keyboard.bindings]]
chars = "\u001B[19~"
key = "F8"
[[keyboard.bindings]]
chars = "\u001B[20~"
key = "F9"
[[keyboard.bindings]]
chars = "\u001B[21~"
key = "F10"
[[keyboard.bindings]]
chars = "\u001B[23~"
key = "F11"
[[keyboard.bindings]]
chars = "\u001B[24~"
key = "F12"
[[keyboard.bindings]]
chars = "\u001B[1;2P"
key = "F1"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;2Q"
key = "F2"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;2R"
key = "F3"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;2S"
key = "F4"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[15;2~"
key = "F5"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[17;2~"
key = "F6"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[18;2~"
key = "F7"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[19;2~"
key = "F8"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[20;2~"
key = "F9"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[21;2~"
key = "F10"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[23;2~"
key = "F11"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[24;2~"
key = "F12"
mods = "Shift"
[[keyboard.bindings]]
chars = "\u001B[1;5P"
key = "F1"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;5Q"
key = "F2"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;5R"
key = "F3"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;5S"
key = "F4"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[15;5~"
key = "F5"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[17;5~"
key = "F6"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[18;5~"
key = "F7"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[19;5~"
key = "F8"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[20;5~"
key = "F9"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[21;5~"
key = "F10"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[23;5~"
key = "F11"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[24;5~"
key = "F12"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[1;6P"
key = "F1"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[1;6Q"
key = "F2"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[1;6R"
key = "F3"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[1;6S"
key = "F4"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[15;6~"
key = "F5"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[17;6~"
key = "F6"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[18;6~"
key = "F7"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[19;6~"
key = "F8"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[20;6~"
key = "F9"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[21;6~"
key = "F10"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[23;6~"
key = "F11"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[24;6~"
key = "F12"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001B[1;3P"
key = "F1"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[1;3Q"
key = "F2"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[1;3R"
key = "F3"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[1;3S"
key = "F4"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[15;3~"
key = "F5"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[17;3~"
key = "F6"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[18;3~"
key = "F7"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[19;3~"
key = "F8"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[20;3~"
key = "F9"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[21;3~"
key = "F10"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[23;3~"
key = "F11"
mods = "Super"
[[keyboard.bindings]]
chars = "\u001B[24;3~"
key = "F12"
mods = "Super"
[general]
live_config_reload = true
import = ["/home/bredow/.config/alacritty/themes/themes/dark-one.yml"]
[[mouse.bindings]]
action = "PasteSelection"
mouse = "Middle"
[bell]
animation = "EaseOutExpo"
duration = 0
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "Fira Code"
style = "Bold"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "Fira Code"
style = "Italic"
[font.normal]
family = "Fira Code"
style = "Regular"
[font.offset]
x = 0
y = 0
[scrolling]
history = 10000
multiplier = 3
[selection]
save_to_clipboard = false
semantic_escape_chars = ''',│`|:"' ()[]{}<>'''
[window]
decorations = "none"
[window.dimensions]
columns = 80
lines = 24
[window.padding]
x = 5
y = 5
[colors]
draw_bold_text_with_bright_colors = true
[keyboard]
-66
View File
@@ -1,66 +0,0 @@
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
#dim_foreground: '0x9a9a9a'
bright_foreground: '0xe6efff'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color.
#cursor:
# text: '0x000000'
# cursor: '0xffffff'
# Normal colors
normal:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0x828791'
# Bright colors
bright:
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xe6efff'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
dim:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0x828791'
# Indexed Colors
#
# The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults.
#indexed_colors:
# - { index: 16, color: '0x000000' }
-7
View File
@@ -1,7 +0,0 @@
complete --command fisher --exclusive --long help --description "Print help"
complete --command fisher --exclusive --long version --description "Print version"
complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins"
complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins"
complete --command fisher --exclusive --condition __fish_use_subcommand --arguments remove --description "Remove installed plugins"
complete --command fisher --exclusive --condition __fish_use_subcommand --arguments list --description "List installed plugins matching regex"
complete --command fisher --exclusive --condition "__fish_seen_subcommand_from update remove" --arguments "(fisher list)"
-7
View File
@@ -1,7 +0,0 @@
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end
-1
View File
@@ -1 +0,0 @@
set PATH $PATH $HOME/.gem/ruby/2.6.0/bin
-2
View File
@@ -1,2 +0,0 @@
set -x -U GOPATH $HOME/build/go
set PATH $PATH $HOME/build/go/bin
+1 -3
View File
@@ -1,8 +1,6 @@
# Start X at login # Start X at login
if status --is-login if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 2 if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec start-hyprland exec start-hyprland
# pour activer le partage d'écran mais provoque des bugs.
#exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway
end end
end end
-8
View File
@@ -1,8 +0,0 @@
# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec sway --unsupported-gpu
# pour activer le partage d'écran mais provoque des bugs.
#exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway
end
end
+5
View File
@@ -0,0 +1,5 @@
fzf_configure_bindings
if test -f "/home/brdw/.bitwarden-ssh-agent.sock"
set -g SSH_AUTH_SOCK "/home/brdw/.bitwarden-ssh-agent.sock"
end
+1
View File
@@ -1,2 +1,3 @@
jorgebucaran/fisher jorgebucaran/fisher
danhper/fish-ssh-agent danhper/fish-ssh-agent
patrickf1/fzf.fish
@@ -1,23 +0,0 @@
function __ssh_agent_is_started -d "check if ssh agent is already started"
if test -n "$SSH_CONNECTION"
# This is an SSH session
ssh-add -l > /dev/null 2>&1
if test $status -eq 0 -o $status -eq 1
# An SSH agent was forwarded
return 0
end
end
if begin; test -f "$SSH_ENV"; and test -z "$SSH_AGENT_PID"; end
source $SSH_ENV > /dev/null
end
if test -z "$SSH_AGENT_PID"
return 1
end
ssh-add -l > /dev/null 2>&1
if test $status -eq 2
return 1
end
end
@@ -1,5 +0,0 @@
function __ssh_agent_start -d "start a new ssh agent"
ssh-agent -c | sed 's/^echo/#echo/' > $SSH_ENV
chmod 600 $SSH_ENV
source $SSH_ENV > /dev/null
end
@@ -1,4 +0,0 @@
function fish_user_key_bindings
fish_vi_key_bindings
end
-251
View File
@@ -1,251 +0,0 @@
function fisher --argument-names cmd --description "A plugin manager for Fish"
set --query fisher_path || set --local fisher_path $__fish_config_dir
set --local fisher_version 4.4.8
set --local fish_plugins $__fish_config_dir/fish_plugins
switch "$cmd"
case -v --version
echo "fisher, version $fisher_version"
case "" -h --help
echo "Usage: fisher install <plugins...> Install plugins"
echo " fisher remove <plugins...> Remove installed plugins"
echo " fisher uninstall <plugins...> Remove installed plugins (alias)"
echo " fisher update <plugins...> Update installed plugins"
echo " fisher update Update all installed plugins"
echo " fisher list [<regex>] List installed plugins matching regex"
echo "Options:"
echo " -v, --version Print version"
echo " -h, --help Print this help message"
echo "Variables:"
echo " \$fisher_path Plugin installation path. Default: $__fish_config_dir" | string replace --regex -- $HOME \~
case ls list
string match --entire --regex -- "$argv[2]" $_fisher_plugins
case install update remove uninstall
isatty || read --local --null --array stdin && set --append argv $stdin
test "$cmd" = uninstall && set cmd remove
set --local install_plugins
set --local update_plugins
set --local remove_plugins
set --local arg_plugins $argv[2..-1]
set --local old_plugins $_fisher_plugins
set --local new_plugins
test -e $fish_plugins && set --local file_plugins (string match --regex -- '^[^\s]+$' <$fish_plugins | string replace -- \~ ~)
if ! set --query argv[2]
if test "$cmd" != update
echo "fisher: Not enough arguments for command: \"$cmd\"" >&2 && return 1
else if ! set --query file_plugins
echo "fisher: \"$fish_plugins\" file not found: \"$cmd\"" >&2 && return 1
end
set arg_plugins $file_plugins
else if test "$cmd" = install && ! set --query old_plugins[1]
set --append arg_plugins $file_plugins
end
for plugin in $arg_plugins
set plugin (test -e "$plugin" && realpath $plugin || string lower -- $plugin)
contains -- "$plugin" $new_plugins || set --append new_plugins $plugin
end
if set --query argv[2]
for plugin in $new_plugins
if contains -- "$plugin" $old_plugins
test "$cmd" = remove &&
set --append remove_plugins $plugin ||
set --append update_plugins $plugin
else if test "$cmd" = install
set --append install_plugins $plugin
else
echo "fisher: Plugin not installed: \"$plugin\"" >&2 && return 1
end
end
else
for plugin in $new_plugins
contains -- "$plugin" $old_plugins &&
set --append update_plugins $plugin ||
set --append install_plugins $plugin
end
for plugin in $old_plugins
contains -- "$plugin" $new_plugins || set --append remove_plugins $plugin
end
end
set --local pid_list
set --local source_plugins
set --local fetch_plugins $update_plugins $install_plugins
set --local fish_path (status fish-path)
echo (set_color --bold)fisher $cmd version $fisher_version(set_color normal)
for plugin in $fetch_plugins
set --local source (command mktemp -d)
set --append source_plugins $source
command mkdir -p $source/{completions,conf.d,themes,functions}
$fish_path --command "
if test -e $plugin
command cp -Rf $plugin/* $source
else
set resp (command mktemp)
set temp (command mktemp -d)
set repo (string split -- \@ $plugin) || set repo[2] HEAD
if set path (string replace --regex -- '^(https://)?gitlab.com/' '' \$repo[1])
set name (string split -- / \$path)[-1]
set url https://gitlab.com/\$path/-/archive/\$repo[2]/\$name-\$repo[2].tar.gz
else
set url https://api.github.com/repos/\$repo[1]/tarball/\$repo[2]
end
echo Fetching (set_color --underline)\$url(set_color normal)
set http (command curl -q --silent -L -o \$resp -w %{http_code} \$url)
if test \"\$http\" = 200 && command tar -xzC \$temp -f \$resp 2>/dev/null
command cp -Rf \$temp/*/* $source
else if test \"\$http\" = 403
echo fisher: GitHub API rate limit exceeded \(HTTP 403\) >&2
command rm -rf $source
else
echo fisher: Invalid plugin name or host unavailable: \\\"$plugin\\\" >&2
command rm -rf $source
end
command rm -rf \$temp
end
set files $source/* && string match --quiet --regex -- .+\.fish\\\$ \$files
" &
set --append pid_list (jobs --last --pid)
end
wait $pid_list 2>/dev/null
for plugin in $fetch_plugins
if set --local source $source_plugins[(contains --index -- "$plugin" $fetch_plugins)] && test ! -e $source
if set --local index (contains --index -- "$plugin" $install_plugins)
set --erase install_plugins[$index]
else
set --erase update_plugins[(contains --index -- "$plugin" $update_plugins)]
end
end
end
for plugin in $update_plugins $remove_plugins
if set --local index (contains --index -- "$plugin" $_fisher_plugins)
set --local plugin_files_var _fisher_(string escape --style=var -- $plugin)_files
if contains -- "$plugin" $remove_plugins
for name in (string replace --filter --regex -- '.+/conf\.d/([^/]+)\.fish$' '$1' $$plugin_files_var)
emit {$name}_uninstall
end
printf "%s\n" Removing\ (set_color red --bold)$plugin(set_color normal) " "$$plugin_files_var | string replace -- \~ ~
set --erase _fisher_plugins[$index]
end
command rm -rf (string replace -- \~ ~ $$plugin_files_var)
functions --erase (string replace --filter --regex -- '.+/functions/([^/]+)\.fish$' '$1' $$plugin_files_var)
for name in (string replace --filter --regex -- '.+/completions/([^/]+)\.fish$' '$1' $$plugin_files_var)
complete --erase --command $name
end
set --erase $plugin_files_var
end
end
if set --query update_plugins[1] || set --query install_plugins[1]
command mkdir -p $fisher_path/{functions,themes,conf.d,completions}
end
for plugin in $update_plugins $install_plugins
set --local source $source_plugins[(contains --index -- "$plugin" $fetch_plugins)]
set --local files $source/{functions,themes,conf.d,completions}/*
if set --local index (contains --index -- $plugin $install_plugins)
set --local user_files $fisher_path/{functions,themes,conf.d,completions}/*
set --local conflict_files
for file in (string replace -- $source/ $fisher_path/ $files)
contains -- $file $user_files && set --append conflict_files $file
end
if set --query conflict_files[1] && set --erase install_plugins[$index]
echo -s "fisher: Cannot install \"$plugin\": please remove or move conflicting files first:" \n" "$conflict_files >&2
continue
end
end
for file in (string replace -- $source/ "" $files)
command cp -RLf $source/$file $fisher_path/$file
end
set --local plugin_files_var _fisher_(string escape --style=var -- $plugin)_files
set --query files[1] && set --universal $plugin_files_var (string replace -- $source $fisher_path $files | string replace -- ~ \~)
contains -- $plugin $_fisher_plugins || set --universal --append _fisher_plugins $plugin
contains -- $plugin $install_plugins && set --local event install || set --local event update
printf "%s\n" Installing\ (set_color --bold)$plugin(set_color normal) " "$$plugin_files_var | string replace -- \~ ~
for file in (string match --regex -- '.+/[^/]+\.fish$' $$plugin_files_var | string replace -- \~ ~)
source $file
if set --local name (string replace --regex -- '.+conf\.d/([^/]+)\.fish$' '$1' $file)
emit {$name}_$event
end
end
end
command rm -rf $source_plugins
if set --query _fisher_plugins[1]
set --local commit_plugins
for plugin in $file_plugins
contains -- (string lower -- $plugin) (string lower -- $_fisher_plugins) && set --append commit_plugins $plugin
end
for plugin in $_fisher_plugins
contains -- (string lower -- $plugin) (string lower -- $commit_plugins) || set --append commit_plugins $plugin
end
string replace --regex -- $HOME \~ $commit_plugins >$fish_plugins
else
set --erase _fisher_plugins
command rm -f $fish_plugins
end
set --local total (count $install_plugins) (count $update_plugins) (count $remove_plugins)
test "$total" != "0 0 0" && echo (string join ", " (
test $total[1] = 0 || echo "Installed $total[1]") (
test $total[2] = 0 || echo "Updated $total[2]") (
test $total[3] = 0 || echo "Removed $total[3]")
) plugin/s
case \*
echo "fisher: Unknown command: \"$cmd\"" >&2 && return 1
end
end
if ! set --query _fisher_upgraded_to_4_4
set --universal _fisher_upgraded_to_4_4
if functions --query _fisher_list
set --query XDG_DATA_HOME[1] || set --local XDG_DATA_HOME ~/.local/share
command rm -rf $XDG_DATA_HOME/fisher
functions --erase _fisher_{list,plugin_parse}
fisher update >/dev/null 2>/dev/null
else
for var in (set --names | string match --entire --regex '^_fisher_.+_files$')
set $var (string replace -- ~ \~ $$var)
end
functions --erase _fisher_fish_postexec
end
end
+3
View File
@@ -0,0 +1,3 @@
function ip --description 'alias ip=ip -c'
command ip -c $argv
end
+1 -1
View File
@@ -104,7 +104,7 @@ launch=xdg-open ${url}
[touch] [touch]
# long-press-delay=400 # long-press-delay=400
[colors] [colors-dark]
alpha=0.9 alpha=0.9
# alpha-mode=default # Can be `default`, `matching` or `all` # alpha-mode=default # Can be `default`, `matching` or `all`
# background=242424 # background=242424
+63 -33
View File
@@ -24,7 +24,6 @@
# See https://wiki.hypr.land/Configuring/Monitors/ # See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
################### ###################
### MY PROGRAMS ### ### MY PROGRAMS ###
################### ###################
@@ -33,26 +32,9 @@ monitor=,preferred,auto,auto
# Set programs that you use # Set programs that you use
$terminal = /usr/bin/footclient $terminal = /usr/bin/footclient
$fileManager = nemo $fileManager = /usr/bin/nemo
$menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun $menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun
#################
### AUTOSTART ###
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = waybar --config ~/.config/waybar/config.hyprland
exec-once = foot --server
exec-once = blueman-applet
exec-once = nm-applet --indicator
exec-once = nextcloud --background
exec-once = keepassxc
exec-once = sleep 2 && hyprpm reload
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
############################# #############################
@@ -64,11 +46,33 @@ env = HYPRCURSOR_SIZE,24
env = LIBVA_DRIVER_NAME,nvidia env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
# lspci -d ::03xx # lspci -d ::03xx
# ls -l /dev/dri/by-path # ls -l /dev/dri/by-path
env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0 env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
#################
### AUTOSTART ###
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = hyprpaper
exec-once = waybar --config ~/.config/waybar/config.hyprland
exec-once = foot --server
exec-once = blueman-applet
exec-once = nm-applet --indicator
exec-once = nextcloud --background
exec-once = keepassxc
exec-once = hyprpm reload -n
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
################### ###################
### PERMISSIONS ### ### PERMISSIONS ###
################### ###################
@@ -111,10 +115,29 @@ general {
resize_on_border = true resize_on_border = true
# layout = dwindle #layout = scrolling
layout = hy3 layout = hy3
#layout = master
} }
master {
allow_small_split = true
special_scale_factor = .80
mfact = .34
orientation = center
}
dwindle {
split_width_multiplier = .33
}
#scrolling {
# column_width = .33
# fullscreen_on_one_column = false
#}
# Pro monitors # Pro monitors
# hyperctrl monitors # hyperctrl monitors
monitorv2 { monitorv2 {
@@ -206,16 +229,6 @@ animations {
animation = zoomFactor, 1, 7, quick animation = zoomFactor, 1, 7, quick
} }
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only"
# uncomment all if you wish to use that.
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
# windowrule = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
@@ -235,8 +248,8 @@ master {
# https://wiki.hypr.land/Configuring/Variables/#misc # https://wiki.hypr.land/Configuring/Variables/#misc
misc { misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
} }
@@ -252,7 +265,7 @@ input {
kb_options = kb_options =
kb_rules = kb_rules =
follow_mouse = 0 follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
@@ -336,6 +349,16 @@ bind = $mainMod SHIFT, right, hy3:movewindow, r
bind = $mainMod SHIFT, up, hy3:movewindow, u bind = $mainMod SHIFT, up, hy3:movewindow, u
bind = $mainMod SHIFT, down, hy3:movewindow, d bind = $mainMod SHIFT, down, hy3:movewindow, d
#bind = $mainMod, left, movefocus, l
#bind = $mainMod, right, movefocus, r
#bind = $mainMod, up, movefocus, u
#bind = $mainMod, down, movefocus, d
#
#bind = $mainMod SHIFT, left, movewindow, l
#bind = $mainMod SHIFT, right, movewindow, r
#bind = $mainMod SHIFT, up, movewindow, u
#bind = $mainMod SHIFT, down, movewindow, d
bind = $mainMod SHIFT CTRL, right, movecurrentworkspacetomonitor, r bind = $mainMod SHIFT CTRL, right, movecurrentworkspacetomonitor, r
bind = $mainMod SHIFT CTRL, left, movecurrentworkspacetomonitor, l bind = $mainMod SHIFT CTRL, left, movecurrentworkspacetomonitor, l
bind = $mainMod SHIFT CTRL, up, movecurrentworkspacetomonitor, u bind = $mainMod SHIFT CTRL, up, movecurrentworkspacetomonitor, u
@@ -381,6 +404,11 @@ binde = , down, resizeactive, 0 10
bind = , Escape,submap,reset bind = , Escape,submap,reset
submap=reset submap=reset
# Moving floating windows with the Super key + Mouse
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
############################## ##############################
### WINDOWS AND WORKSPACES ### ### WINDOWS AND WORKSPACES ###
############################## ##############################
@@ -420,3 +448,5 @@ windowrule {
move = 20 monitor_h-120 move = 20 monitor_h-120
float = yes float = yes
} }
workspace = 1, layout:dwindle
+448
View File
@@ -0,0 +1,448 @@
-- This is an example Hyprland Lua config file.
-- Refer to the wiki for more information.
-- https://wiki.hypr.land/Configuring/Start/
-- Please note not all available settings / options are set here.
-- For a full list, see the wiki
-- You can (and should!!) split this configuration into multiple files
-- Create your files separately and then require them like this:
-- require("myColors")
------------------
---- MONITORS ----
------------------
--- See https://wiki.hypr.land/Configuring/Basics/Monitors/
--- Pro monitors
----------------------
--hl.monitor({
-- output = "",
-- mode = "preferred",
-- position = "auto",
-- scale = "auto",
--})
hl.monitor({
output = "desc:Najing CEC Panda FPD Technology CO. ltd 0x0056",
mode = "1920x1080@60.00",
position = "auto",
scale = "1",
})
hl.monitor({
output = "desc:Iiyama North America PL3481WQ 1242550210951",
mode = "3440x1440@60",
position = "auto",
scale = "1",
})
-- paperboard
hl.monitor({
output = "desc:Samsung Electric Company SyncMaster H1AK500000",
mode = "3840x2160@30",
position = "auto",
scale = "2",
})
--- Personnals monitors
----------------------
hl.monitor({
output = "desc:BOE 0x090F",
mode = "1920x1080@144.00",
position = "auto",
scale = "1",
})
hl.monitor({
output = "desc:Samsung Electric Company LC34G55T HNTW606264",
mode = "3440x1440@60",
position = "auto",
scale = "1",
})
---------------------
---- MY PROGRAMS ----
---------------------
-- Set programs that you use
local terminal = "/usr/bin/footclient"
local fileManager = "/usr/bin/nemo"
local menu = "pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun"
-------------------
---- AUTOSTART ----
-------------------
-- See https://wiki.hypr.land/Configuring/Basics/Autostart/
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
-- Or execute your favorite apps at launch like this:
--
hl.on("hyprland.start", function ()
hl.exec_cmd("waybar")
hl.exec_cmd("foot --server")
hl.exec_cmd("blueman-applet")
hl.exec_cmd("nm-applet --indicator")
hl.exec_cmd("nextcloud --background")
hl.exec_cmd("hyprpm reload -n")
hl.exec_cmd("hyprpaper")
end)
-- hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP")
-------------------------------
---- ENVIRONMENT VARIABLES ----
-------------------------------
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Environment-variables/
hl.env("XCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("LIBVA_DRIVER_NAME", "nvidia")
hl.env("__GLX_VENDOR_LIBRARY_NAME", "nvidia")
hl.env("XDG_SESSION_TYPE", "wayland")
hl.env("XDG_CURRENT_DESKTOP", "Hyprland")
hl.env("XDG_SESSION_DESKTOP", "Hyprland")
hl.env("AQ_DRM_DEVICES", "/dev/dri/card1:/dev/dri/card0")
-----------------------
----- PERMISSIONS -----
-----------------------
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Permissions/
-- Please note permission changes here require a Hyprland restart and are not applied on-the-fly
-- for security reasons
-- hl.config({
-- ecosystem = {
-- enforce_permissions = true,
-- },
-- })
-- hl.permission("/usr/(bin|local/bin)/grim", "screencopy", "allow")
-- hl.permission("/usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland", "screencopy", "allow")
-- hl.permission("/usr/(bin|local/bin)/hyprpm", "plugin", "allow")
-----------------------
---- LOOK AND FEEL ----
-----------------------
-- Refer to https://wiki.hypr.land/Configuring/Basics/Variables/
hl.config({
general = {
gaps_in = 5,
gaps_out = 10,
border_size = 2,
col = {
active_border = { colors = {"rgba(33ccffee)", "rgba(00ff99ee)"}, angle = 45 },
inactive_border = "rgba(595959aa)",
},
-- Set to true to enable resizing windows by clicking and dragging on borders and gaps
-- resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on
allow_tearing = false,
resize_on_border = true,
layout = "hy3",
},
decoration = {
rounding = 0,
rounding_power = 2,
-- Change transparency of focused and unfocused windows
active_opacity = 1.0,
inactive_opacity = 1.0,
shadow = {
enabled = true,
range = 4,
render_power = 3,
color = 0xee1a1a1a,
},
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
},
},
animations = {
enabled = true,
},
})
-- Default curves and animations, see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Animations/
hl.curve("easeOutQuint", { type = "bezier", points = { {0.23, 1}, {0.32, 1} } })
hl.curve("easeInOutCubic", { type = "bezier", points = { {0.65, 0.05}, {0.36, 1} } })
hl.curve("linear", { type = "bezier", points = { {0, 0}, {1, 1} } })
hl.curve("almostLinear", { type = "bezier", points = { {0.5, 0.5}, {0.75, 1} } })
hl.curve("quick", { type = "bezier", points = { {0.15, 0}, {0.1, 1} } })
-- Default springs
hl.curve("easy", { type = "spring", mass = 1, stiffness = 71.2633, dampening = 15.8273644 })
hl.animation({ leaf = "global", enabled = true, speed = 10, bezier = "default" })
hl.animation({ leaf = "border", enabled = true, speed = 5.39, bezier = "easeOutQuint" })
hl.animation({ leaf = "windows", enabled = true, speed = 4.79, spring = "easy" })
hl.animation({ leaf = "windowsIn", enabled = true, speed = 4.1, spring = "easy", style = "popin 87%" })
hl.animation({ leaf = "windowsOut", enabled = true, speed = 1.49, bezier = "linear", style = "popin 87%" })
hl.animation({ leaf = "fadeIn", enabled = true, speed = 1.73, bezier = "almostLinear" })
hl.animation({ leaf = "fadeOut", enabled = true, speed = 1.46, bezier = "almostLinear" })
hl.animation({ leaf = "fade", enabled = true, speed = 3.03, bezier = "quick" })
hl.animation({ leaf = "layers", enabled = true, speed = 3.81, bezier = "easeOutQuint" })
hl.animation({ leaf = "layersIn", enabled = true, speed = 4, bezier = "easeOutQuint", style = "fade" })
hl.animation({ leaf = "layersOut", enabled = true, speed = 1.5, bezier = "linear", style = "fade" })
hl.animation({ leaf = "fadeLayersIn", enabled = true, speed = 1.79, bezier = "almostLinear" })
hl.animation({ leaf = "fadeLayersOut", enabled = true, speed = 1.39, bezier = "almostLinear" })
hl.animation({ leaf = "workspaces", enabled = true, speed = 1.94, bezier = "almostLinear", style = "fade" })
hl.animation({ leaf = "workspacesIn", enabled = true, speed = 1.21, bezier = "almostLinear", style = "fade" })
hl.animation({ leaf = "workspacesOut", enabled = true, speed = 1.94, bezier = "almostLinear", style = "fade" })
hl.animation({ leaf = "zoomFactor", enabled = true, speed = 7, bezier = "quick" })
-- Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
-- "Smart gaps" / "No gaps when only"
-- uncomment all if you wish to use that.
-- hl.workspace_rule({ workspace = "w[tv1]", gaps_out = 0, gaps_in = 0 })
-- hl.workspace_rule({ workspace = "f[1]", gaps_out = 0, gaps_in = 0 })
-- hl.window_rule({
-- name = "no-gaps-wtv1",
-- match = { float = false, workspace = "w[tv1]" },
-- border_size = 0,
-- rounding = 0,
-- })
-- hl.window_rule({
-- name = "no-gaps-f1",
-- match = { float = false, workspace = "f[1]" },
-- border_size = 0,
-- rounding = 0,
-- })
-- See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
hl.config({
dwindle = {
preserve_split = true, -- You probably want this
},
})
-- See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more
hl.config({
master = {
new_status = "master",
},
})
-- See https://wiki.hypr.land/Configuring/Layouts/Scrolling-Layout/ for more
hl.config({
scrolling = {
fullscreen_on_one_column = true,
},
})
--local hl.plugin.hy3 = hl.plugin.hl.plugin.hy3
--- TODO
--hl.config({
-- plugin = {
-- hy3 = {
-- no_gaps_when_only = true,
-- }
-- }
--})
----------------
---- MISC ----
----------------
hl.config({
misc = {
force_default_wallpaper = 0, -- Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false, -- If true disables the random hyprland logo / anime girl background. :(
},
})
---------------
---- INPUT ----
---------------
hl.config({
input = {
kb_layout = "fr",
kb_variant = "oss",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.
touchpad = {
natural_scroll = false,
},
},
})
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace"
})
-- Example per-device config
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more
hl.device({
name = "epic-mouse-v1",
sensitivity = -0.5,
})
---------------------
---- KEYBINDINGS ----
---------------------
local mainMod = "SUPER" -- Sets "Windows" key as main modifier
-- local hl.plugin.hy3 = hl.plugin.hl.plugin.hy3
-- Example binds, see y for more
hl.bind(mainMod .. " + return", hl.dsp.exec_cmd(terminal))
hl.bind(mainMod .. " + SHIFT + Q", hl.dsp.window.close())
hl.bind(mainMod .. " + SHIFT + E", hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'"))
hl.bind(mainMod .. " + L", hl.dsp.exec_cmd("hyprlock"))
hl.bind(mainMod .. " + E", hl.dsp.exec_cmd(fileManager))
hl.bind(mainMod .. " + space", hl.dsp.window.float({ action = "toggle" }))
hl.bind(mainMod .. " + D", hl.dsp.exec_cmd(menu))
--hl.bind(mainMod .. " + P", hl.dsp.window.pseudo())
--hl.bind(mainMod .. " + J", hl.dsp.layout("togglesplit")) -- dwindle only
-- Move focus with mainMod + arrow keys
-- hl.bind(mainMod .. " + left", hl.dsp.focus({ direction = "left" }))
-- hl.bind(mainMod .. " + right", hl.dsp.focus({ direction = "right" }))
-- hl.bind(mainMod .. " + up", hl.dsp.focus({ direction = "up" }))
-- hl.bind(mainMod .. " + down", hl.dsp.focus({ direction = "down" }))
hl.bind(mainMod .. "+ F", hl.dsp.window.fullscreen({action = "toggle"}))
-- Move focus with mainMod + arrow keys
hl.bind(mainMod .. " + left", hl.plugin.hy3.move_focus("left"))
hl.bind(mainMod .. " + right", hl.plugin.hy3.move_focus("right"))
hl.bind(mainMod .. " + up", hl.plugin.hy3.move_focus("up"))
hl.bind(mainMod .. " + down", hl.plugin.hy3.move_focus("down"))
-- Move windows
hl.bind(mainMod .. " + SHIFT + left", hl.plugin.hy3.move_window("left"))
hl.bind(mainMod .. " + SHIFT + right", hl.plugin.hy3.move_window("right"))
hl.bind(mainMod .. " + SHIFT + up", hl.plugin.hy3.move_window("up"))
hl.bind(mainMod .. " + SHIFT + down", hl.plugin.hy3.move_window("down"))
-- Move workspace
hl.bind(mainMod .. " + CTRL + SHIFT + left", hl.dsp.workspace.move({ monitor = "l" }))
hl.bind(mainMod .. " + CTRL + SHIFT + right", hl.dsp.workspace.move({ monitor = "r" }))
hl.bind(mainMod .. " + CTRL + SHIFT + up", hl.dsp.workspace.move({ monitor = "u" }))
hl.bind(mainMod .. " + CTRL + SHIFT + down", hl.dsp.workspace.move({ monitor = "d" }))
-- Change split direction
hl.bind(mainMod .. " + V", hl.plugin.hy3.make_group("v"))
hl.bind(mainMod .. " + H", hl.plugin.hy3.make_group("h"))
-- Switch workspaces with mainMod + [0-9]
-- Move active window to aa workspace with mainMod + SHIFT + [0-9]
for key = 10, 21 do
local ws = key - 9 -- 10 maps to key 0
hl.bind(mainMod .. " + code:" .. key, hl.dsp.focus({ workspace = ws}))
hl.bind(mainMod .. " + SHIFT + code:" .. key, hl.dsp.window.move({ workspace = ws }))
end
-- Example special workspace (scratchpad)
--hl.bind(mainMod .. " + S", hl.dsp.workspace.toggle_special("magic"))
--hl.bind(mainMod .. " + SHIFT + S", hl.dsp.window.move({ workspace = "special:magic" }))
-- Scroll through existing workspaces with mainMod + scroll
--hl.bind(mainMod .. " + mouse_down", hl.dsp.focus({ workspace = "e+1" }))
--hl.bind(mainMod .. " + mouse_up", hl.dsp.focus({ workspace = "e-1" }))
-- Move/resize windows with mainMod + LMB/RMB and dragging
hl.bind(mainMod .. " + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind(mainMod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true })
-- Laptop multimedia keys for volume and LCD brightness
hl.bind("XF86AudioRaiseVolume", hl.dsp.exec_cmd("wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+"), { locked = true, repeating = true })
hl.bind("XF86AudioLowerVolume", hl.dsp.exec_cmd("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"), { locked = true, repeating = true })
hl.bind("XF86AudioMute", hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"), { locked = true, repeating = true })
hl.bind("XF86AudioMicMute", hl.dsp.exec_cmd("wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"), { locked = true, repeating = true })
hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brightnessctl -e4 -n2 set 5%+"), { locked = true, repeating = true })
hl.bind("XF86MonBrightnessDown",hl.dsp.exec_cmd("brightnessctl -e4 -n2 set 5%-"), { locked = true, repeating = true })
-- Requires playerctl
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
hl.bind("XF86AudioPause", hl.dsp.exec_cmd("playerctl play-pause"), { locked = true })
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { locked = true })
hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
-- Screenshot
hl.bind("PRINT", hl.dsp.exec_cmd("hyprshot -m window"))
hl.bind("SHIFT + PRINT", hl.dsp.exec_cmd("hyprshot -m region"))
--------------------------------
---- WINDOWS AND WORKSPACES ----
--------------------------------
-- See https://wiki.hypr.land/Configuring/Basics/Window-Rules/
-- and https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
-- Example window rules that are useful
local suppressMaximizeRule = hl.window_rule({
-- Ignore maximize requests from all apps. You'll probably like this.
name = "suppress-maximize-events",
match = { class = ".*" },
suppress_event = "maximize",
})
-- suppressMaximizeRule:set_enabled(false)
hl.window_rule({
-- Fix some dragging issues with XWayland
name = "fix-xwayland-drags",
match = {
class = "^$",
title = "^$",
xwayland = true,
float = true,
fullscreen = false,
pin = false,
},
no_focus = true,
})
-- Layer rules also return a handle.
-- local overlayLayerRule = hl.layer_rule({
-- name = "no-anim-overlay",
-- match = { namespace = "^my-overlay$" },
-- no_anim = true,
-- })
-- overlayLayerRule:set_enabled(false)
-- Hyprland-run windowrule
hl.window_rule({
name = "move-hyprland-run",
match = { class = "hyprland-run" },
move = "20 monitor_h-120",
float = true,
})
+7
View File
@@ -0,0 +1,7 @@
splash = off
wallpaper {
monitor =
path = ~/nextcloud/perso/images/wallpapers/travelling-through-galaxies-scifi-27.jpg
fit_mode = cover
}
-36
View File
@@ -1,36 +0,0 @@
[General]
ConfigVersion=2
[Browser]
CustomProxyLocation=
Enabled=true
HttpAuthPermission=true
[FdoSecrets]
Enabled=false
[GUI]
ApplicationTheme=dark
CompactMode=true
Language=fr
MinimizeOnClose=true
MinimizeOnStartup=false
MinimizeToTray=true
ShowTrayIcon=true
TrayIconAppearance=colorful
[KeeShare]
Active="<?xml version=\"1.0\"?><KeeShare><Active/></KeeShare>\n"
Own="<?xml version=\"1.0\"?><KeeShare><PrivateKey>MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDmiKbjSSOdseCsE97YT3rvZgzQ2u5/Dd/lo5q3cYgdhfbVFlcu+XhScD+mQ7MVuDfx4cuFnmQ4e5IjdcXIllU2vJVhWdvaBmWMnzQHRP95r7YrhhLoWOR4jVT2wHgkhoCOL6OA9AcvBDLA02lwcQ+mxiQgG0UMuVjtALtPfnzR7HokJDoCFAL41m0TsSounoHzdPyhegWCbtrF1bIT3++mdci49sTWkmXyqki8tQnaAANc0/yJmU/vhKPRTal6wRUAUYusw+VYyIOlnYNqs5UsopeF2B9j0/JUZMUHRcoUVm5NmYbw5ujDu46sqnO7tCSQ2i9zqeCaivmU97cNibCVAgMBAAECggEARuz2A2lmJscqK2b1obFaTjskaEFjLP3Uy675E8U/Lm4f0dFMw2wHQ727J2keuOjzdVyVpCdmCCakgHpkfmEaGHwOrWPbCwn6xjfY5v+oZgTUVDGssYVfzWMWJ9BxZjNna9dmQ29Qont1LfQdNXXjbdj6FlKtfMute0VFW6C7wE2ejiVmx2TOZQ+5hERgHct4c4FXQPaUrzgrAEd+2RHLKPy7VR+ObrEBZBAvSMBq9HgpV8GbRPDC7MjFUSPAjvTcdh6eBhrAoeznLmZcQDwCG9Js6jivVX0rvcd8FTFaC8vGCPWCRbgeGT2ym8ecblCgdGn3CLxSZOaQ3z2hsfbKhQKBgQD0RKuaKFiYM95fn8ShzQI/Au2wHc/LB9wkdkX4tenVac4PBifqO2yLIJ2NatQxp2GJbcilxxPw3rYltkVpLO0N27ap94syJV/xQrwQJ76XyjTofl8A9KSEfY4k1UR9cS2JaQdKutOCL9zFaVjnQRBeq+l6zCBEwnGIE9EOjvJU6wKBgQDxmx0YnBiCurvqGxZ26KFmg/nTF/Zi+7YYNT93voXgADIZyaAFqCS/xqqVS2gntG1EV8DPW3ABOz4Ef9q87JFKJ820O4P0pI2X8YgsN4oeaQlb71eUj4ET1Y2cHHQcagCVtUHP/vFJlj9Bm3R8pb5jSuaUs3r+UMfE/9FdHtCwfwKBgCRCDTbUxlHRYTDQhl9+DtdLl/yMcEuy3vqKk9hXKF6FVhDk2QfryjDcpoZXVSgJsHC12xLAejVG2cK/S45RHN7xvit8kyzeX19wiHndbG0blr7sAy4hIkqIWJEfFwuHwTqkXHC7SqoIcLzc5lVtUwC6g+22XxPVyQRp7J48mbwBAoGBAN0CVXVjpRBBHRCjwsL3Pl12sJsnOl2FgCdY3jv9bp1f0HTCeb1y+FrtsrFrD1XyuFliJKAKNsUJmkunYUKc7LL3AjaykpzBwjyR100LaS80SjltEaJ2O08XdLivVo9/cBWCfzdzMOltpWOwfrhfLW/K3m58WDA3WOaeVLhoLeKlAoGAHkaYpRYgMjRLtg+//bf2Vhraaun7UvQTUrOq8VpEU+o92fVs9n71bHzfydLHQDHPn/+cCxK5mS1mS9OSdJLESG6ewU8lLnbyLVEGgEtbabEjdkyFh+UScH/2Ne6Wr/QFvbDlxqlVV8C3NA+Ao1/MhGq+iJfc0i9ES6rBhMZEH5s=</PrivateKey><PublicKey><Signer>daiko</Signer><Key>MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDmiKbjSSOdseCsE97YT3rvZgzQ2u5/Dd/lo5q3cYgdhfbVFlcu+XhScD+mQ7MVuDfx4cuFnmQ4e5IjdcXIllU2vJVhWdvaBmWMnzQHRP95r7YrhhLoWOR4jVT2wHgkhoCOL6OA9AcvBDLA02lwcQ+mxiQgG0UMuVjtALtPfnzR7HokJDoCFAL41m0TsSounoHzdPyhegWCbtrF1bIT3++mdci49sTWkmXyqki8tQnaAANc0/yJmU/vhKPRTal6wRUAUYusw+VYyIOlnYNqs5UsopeF2B9j0/JUZMUHRcoUVm5NmYbw5ujDu46sqnO7tCSQ2i9zqeCaivmU97cNibCVAgMBAAECggEARuz2A2lmJscqK2b1obFaTjskaEFjLP3Uy675E8U/Lm4f0dFMw2wHQ727J2keuOjzdVyVpCdmCCakgHpkfmEaGHwOrWPbCwn6xjfY5v+oZgTUVDGssYVfzWMWJ9BxZjNna9dmQ29Qont1LfQdNXXjbdj6FlKtfMute0VFW6C7wE2ejiVmx2TOZQ+5hERgHct4c4FXQPaUrzgrAEd+2RHLKPy7VR+ObrEBZBAvSMBq9HgpV8GbRPDC7MjFUSPAjvTcdh6eBhrAoeznLmZcQDwCG9Js6jivVX0rvcd8FTFaC8vGCPWCRbgeGT2ym8ecblCgdGn3CLxSZOaQ3z2hsfbKhQKBgQD0RKuaKFiYM95fn8ShzQI/Au2wHc/LB9wkdkX4tenVac4PBifqO2yLIJ2NatQxp2GJbcilxxPw3rYltkVpLO0N27ap94syJV/xQrwQJ76XyjTofl8A9KSEfY4k1UR9cS2JaQdKutOCL9zFaVjnQRBeq+l6zCBEwnGIE9EOjvJU6wKBgQDxmx0YnBiCurvqGxZ26KFmg/nTF/Zi+7YYNT93voXgADIZyaAFqCS/xqqVS2gntG1EV8DPW3ABOz4Ef9q87JFKJ820O4P0pI2X8YgsN4oeaQlb71eUj4ET1Y2cHHQcagCVtUHP/vFJlj9Bm3R8pb5jSuaUs3r+UMfE/9FdHtCwfwKBgCRCDTbUxlHRYTDQhl9+DtdLl/yMcEuy3vqKk9hXKF6FVhDk2QfryjDcpoZXVSgJsHC12xLAejVG2cK/S45RHN7xvit8kyzeX19wiHndbG0blr7sAy4hIkqIWJEfFwuHwTqkXHC7SqoIcLzc5lVtUwC6g+22XxPVyQRp7J48mbwBAoGBAN0CVXVjpRBBHRCjwsL3Pl12sJsnOl2FgCdY3jv9bp1f0HTCeb1y+FrtsrFrD1XyuFliJKAKNsUJmkunYUKc7LL3AjaykpzBwjyR100LaS80SjltEaJ2O08XdLivVo9/cBWCfzdzMOltpWOwfrhfLW/K3m58WDA3WOaeVLhoLeKlAoGAHkaYpRYgMjRLtg+//bf2Vhraaun7UvQTUrOq8VpEU+o92fVs9n71bHzfydLHQDHPn/+cCxK5mS1mS9OSdJLESG6ewU8lLnbyLVEGgEtbabEjdkyFh+UScH/2Ne6Wr/QFvbDlxqlVV8C3NA+Ao1/MhGq+iJfc0i9ES6rBhMZEH5s=</Key></PublicKey></KeeShare>\n"
QuietSuccess=true
[PasswordGenerator]
AdditionalChars=
ExcludedChars=
Length=32
[SSHAgent]
Enabled=true
[Security]
LockDatabaseIdle=false
-21
View File
@@ -1,21 +0,0 @@
background #1e1e1e
foreground #b8bcb9
cursor #eee
selection_background #efcc00
color0 #3a3c43
color8 #888987
color1 #be3e48
color9 #fb001e
color2 #869a3a
color10 #0e712e
color3 #c4a535
color11 #c37033
color4 #4e76a1
color12 #176ce3
color5 #855b8d
color13 #fb0067
color6 #568ea3
color14 #2d6f6c
color7 #b8bcb9
color15 #fcffb8
selection_foreground #1e1e1e
-29
View File
@@ -1,29 +0,0 @@
# Colors
foreground #979eab
background #282c34
color0 #282c34
color1 #e06c75
color2 #98c379
color3 #e5c07b
color4 #61afef
color5 #be5046
color6 #56b6c2
color7 #979eab
color8 #393e48
color9 #d19a66
color10 #56b6c2
color11 #e5c07b
color12 #61afef
color13 #be5046
color14 #56b6c2
color15 #abb2bf
# Tab Bar
active_tab_foreground #282c34
active_tab_background #979eab
inactive_tab_foreground #abb2bf
inactive_tab_background #282c34
-16
View File
@@ -1,16 +0,0 @@
# Color Scheme template Green Armed
font_family Fira Code
italic_font auto
bold_font auto
bold_italic_font auto
window_margin_width 4.0
font_size 11.0
background_opacity 1
enable_audio_bell no
tab_bar_style powerline
include current-theme.conf
-23
View File
@@ -1,23 +0,0 @@
# Color Scheme template Green Armed
font_family Fira Code
#font_family Hack Nerd font
#font_family Source Code Pro
italic_font auto
bold_font auto
bold_italic_font auto
font_size 10.0
background_opacity 1
tab_bar_style powerline
#include monokai-pro-dimmed.conf
#include dark-one.conf
# BEGIN_KITTY_THEME
# Monokai Soda
include current-theme.conf
# END_KITTY_THEME
-21
View File
@@ -1,21 +0,0 @@
background #1e1e1e
foreground #b8bcb9
cursor #eee
selection_background #efcc00
color0 #3a3c43
color8 #888987
color1 #be3e48
color9 #fb001e
color2 #869a3a
color10 #0e712e
color3 #c4a535
color11 #c37033
color4 #4e76a1
color12 #176ce3
color5 #855b8d
color13 #fb0067
color6 #568ea3
color14 #2d6f6c
color7 #b8bcb9
color15 #fcffb8
selection_foreground #1e1e1e
-21
View File
@@ -1,21 +0,0 @@
background #191919
foreground #c4c4b5
cursor #f6f6ec
selection_background #343434
color0 #191919
color8 #615e4b
color1 #f3005f
color9 #f3005f
color2 #97e023
color10 #97e023
color3 #fa8419
color11 #dfd561
color4 #9c64fe
color12 #9c64fe
color5 #f3005f
color13 #f3005f
color6 #57d1ea
color14 #57d1ea
color7 #c4c4b5
color15 #f6f6ee
selection_foreground #191919
-61
View File
@@ -1,61 +0,0 @@
# Monokai-pro for Kitty
# Based on https://www.monokai.pro/
# src : https://github.com/langolf/kitty-monokaipro/blob/master/kitty-monokaipro.conf
foreground #fcfcfa
background #2d2a2e
background #000000
selection_foreground #19181a
selection_background #ffd866
url_color #78dce8
cursor #fcfcfa
cursor_text_color #2d2a2e
active_tab_background #ffd866
active_tab_foreground #19181a
active_tab_font_style bold
inactive_tab_background #2d2a2e
inactive_tab_foreground #fcfcfa
inactive_tab_font_style normal
tab_fade 0.1 0.2 0.8 1
tab_bar_margin_width 1.0
dim_opacity 0.5
inactive_text_alpha 0.5
active_border_color #19181a
draw_minimal_borders yes
window_padding_width 10
window_margin_width 0
macos_titlebar_color background
# black
color0 #19181a
color8 #19181a
# red
color1 #FF5C57
color9 #FF5C57
# green
color2 #a9dc76
color10 #a9dc76
# yellow
color3 #ffd866
color11 #ffd866
# blue
color4 #3399cc
color12 #3399cc
# magenta
color5 #ff6188
color13 #ff6188
# cyan
color6 #78dce8
color14 #78dce8
# white
color7 #fcfcfa
color15 #fcfcfa
-103
View File
@@ -1,103 +0,0 @@
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
# Your preferred terminal emulator
set $term /usr/bin/footclient
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
# set $menu dmenu_path | dmenu | xargs swaymsg exec --
set $menu wofi --gtk-dark --show=drun
include "$HOME/.config/sway/config.d/*"
default_border pixel 5
smart_borders on
gaps inner 8
smart_gaps on
focus_follows_mouse no
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg #283646 solid_color
output eDP-1 bg "$HOME/nextcloud/perso/images/wallapper_desktop.png" fill
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
### Idle configuration
#
# Example configuration:
#
# exec swayidle -w \
# timeout 300 'swaylock -f -c 000000' \
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
# before-sleep 'swaylock -f -c 000000'
#
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.
### Key bindings
#
# Basics:
#
# Start a terminal
bindsym $mod+Return exec $term
# Kill focused window
bindsym $mod+Shift+q kill
# Start your launcher
bindsym $mod+d exec $menu
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.
# Change normal to inverse to use left mouse button for resizing and right
# mouse button for dragging.
floating_modifier $mod normal
# Reload the configuration file
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+l exec swaylock --color "#243646"
### Laptop screen is close
bindswitch --locked lid:on output eDP-1 disable
### Laptop screen is open
bindswitch --locked lid:off output eDP-1 enable
exec kanshi
bar {
swaybar_command waybar
}
exec foot --server
exec blueman-applet
exec nm-applet --indicator
exec nextcloud --background
exec keepassxc
exec /usr/lib/xdg-desktop-portal-gnome
@@ -1,17 +0,0 @@
# swaymsg -t get_outputs
# Laptop pro
output 'Najing CEC Panda FPD Technology CO. ltd 0x0056 Unknown' pos 0 0 res 1920x1080 subpixel rgb
workspace 1 output 'Najing CEC Panda FPD Technology CO. ltd 0x0056 Unknown'
# laptop perso
output 'BOE 0x090F Unknown' pos 0 0 res 1920x1080 subpixel rgb
workspace 1 output 'BOE 0x090F Unknown'
# Home screen
output 'Samsung Electric Company LC34G55T HNTW606264' pos 1920 0
workspace 5 output 'Samsung Electric Company LC34G55T HNTW606264'
# Work screen
output 'Iiyama North America PL3481WQ 1242550210951' pos 1920 0
workspace 5 output 'Iiyama North America PL3481WQ 1242550210951'
@@ -1,9 +0,0 @@
# import variables into system-user enviroment
# based on the instructions in the sway wiki
# see also https://github.com/swaywm/sway/issues/5732
# and https://github.com/systemd/systemd/blob/dfc637d0ff756889e8e5b7cb4ec991eb06069aa1/xorg/50-systemd-user.sh
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
@@ -1,4 +0,0 @@
input type:keyboard {
xkb_layout "fr"
xkb_variant "oss"
}
@@ -1,22 +0,0 @@
# You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits
# respectively.
bindsym $mod+h splith
bindsym $mod+v splitv
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# Move focus to the parent container
bindsym $mod+a focus parent
@@ -1,11 +0,0 @@
mode "resize" {
bindsym Left resize shrink width 10px
bindsym Down resize grow height 10px
bindsym Up resize shrink height 10px
bindsym Right resize grow width 10px
# Return to default mode
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
@@ -1,17 +0,0 @@
# Move your focus around
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# Move the focused window
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# Move current workspace
bindsym $mod+Control+Shift+Right move workspace to output right
bindsym $mod+Control+Shift+Left move workspace to output left
bindsym $mod+Control+Shift+Down move workspace to output down
bindsym $mod+Control+Shift+Up move workspace to output up
@@ -1,8 +0,0 @@
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym --locked XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
@@ -1,27 +0,0 @@
# switch to workspace
bindsym $mod+ampersand workspace 1
bindsym $mod+eacute workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+minus workspace 6
bindsym $mod+egrave workspace 7
bindsym $mod+underscore workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+agrave workspace 10
bindsym $mod+parenright workspace 11
bindsym $mod+equal workspace 12
# move focused container to workspace
bindsym $mod+Shift+ampersand move container to workspace 1
bindsym $mod+Shift+eacute move container to workspace 2
bindsym $mod+Shift+quotedbl move container to workspace 3
bindsym $mod+Shift+apostrophe move container to workspace 4
bindsym $mod+Shift+parenleft move container to workspace 5
bindsym $mod+Shift+minus move container to workspace 6
bindsym $mod+Shift+egrave move container to workspace 7
bindsym $mod+Shift+underscore move container to workspace 8
bindsym $mod+Shift+ccedilla move container to workspace 9
bindsym $mod+Shift+agrave move container to workspace 10
bindsym $mod+Shift+parenright move container to workspace 11
bindsym $mod+Shift+equal move container to workspace 12
+2 -8
View File
@@ -1,16 +1,10 @@
{ {
"font-familly": "FiraCode Nerd Font",
"height": 30, // Waybar height (to be removed for auto height) "height": 30, // Waybar height (to be removed for auto height)
"spacing": 1, // Gaps between modules (4px) "spacing": 1, // Gaps between modules (4px)
"modules-left": ["sway/workspaces"], "modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"], "modules-center": ["clock"],
"modules-right": ["tray", "pulseaudio", "battery"], "modules-right": ["tray", "pulseaudio", "battery"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": { "tray": {
"icon-size": 16, "icon-size": 16,
"spacing": 4 "spacing": 4
@@ -1,10 +1,16 @@
{ {
"font-familly": "FiraCode Nerd Font",
"height": 30, // Waybar height (to be removed for auto height) "height": 30, // Waybar height (to be removed for auto height)
"spacing": 1, // Gaps between modules (4px) "spacing": 1, // Gaps between modules (4px)
"modules-left": ["hyprland/workspaces"], "modules-left": ["sway/workspaces"],
"modules-center": ["clock"], "modules-center": ["clock"],
"modules-right": ["tray", "pulseaudio", "battery"], "modules-right": ["tray", "pulseaudio", "battery"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": { "tray": {
"icon-size": 16, "icon-size": 16,
"spacing": 4 "spacing": 4
-2
View File
@@ -17,8 +17,6 @@ function main
# Mise à jour système # Mise à jour système
yay -Suy yay -Suy
fisher update
# Mise à jour service languagetool # Mise à jour service languagetool
update_languagetool update_languagetool