Update .config/btop/btop.conf

Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/binds/audio.conf
Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/binds/windows.conf
Update .config/hypr/hyprland/decoration.conf
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/general.conf
Update .config/hypr/hyprland/layouts.conf
Update .config/hypr/hyprland/rules/vesktop.conf
Update .config/hypr/hyprpaper.conf
Update .config/mako/config
Update .config/nvim/lazy-lock.json
Update .config/waybar/colors.css
Update .config/wofi/colors
This commit is contained in:
2025-06-19 14:14:13 +02:00
parent 75ab85b521
commit 2a20ac3c0a
15 changed files with 44 additions and 30 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy" proc_sorting = "command"
#* Reverse sorting order, True or False. #* Reverse sorting order, True or False.
proc_reversed = False proc_reversed = False

View File

@@ -34,3 +34,4 @@ source = ./hyprland/monitors.conf
source = ./hyprland/plugins.conf source = ./hyprland/plugins.conf
exec-once = hyprlock exec-once = hyprlock
exec-once = hyprpm reload -n exec-once = hyprpm reload -n
exec-once = ~/.local/bin/random_wallpaper.sh sfw

View File

@@ -1,7 +1,7 @@
# Requires pactl # Requires pactl
bindl=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga
bindl=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle bindel=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle && ~/.local/bin/check-if-muted.sh bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle && ~/.local/bin/check-if-muted.sh
# Requires playerctl # Requires playerctl

View File

@@ -10,6 +10,8 @@ bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $termi
# Workspace binded apps # Workspace binded apps
bind = $mainMod Control_L, 1, exec, uwsm app -- vesktop bind = $mainMod Control_L, 1, exec, uwsm app -- vesktop
bind = $mainMod ALT_L, 1, exec, uwsm app -- signal-desktop
bind = $mainMod Control_L, 2, exec, uwsm app -- zen-browser bind = $mainMod Control_L, 2, exec, uwsm app -- zen-browser
bind = $mainMod Control_L, 3, exec, uwsm app -- mangohud steam bind = $mainMod Control_L, 3, exec, uwsm app -- mangohud steam
bind = $mainMod Control_L, 5, exec, [float; center 1; pin; size 60% 40%] uwsm app -- kitty ~/.local/bin/start_coding.sh bind = $mainMod Control_L, 5, exec, [float; center 1; pin; size 60% 40%] uwsm app -- kitty ~/.local/bin/start_coding.sh

View File

@@ -56,3 +56,8 @@ bindd = $mainMod L_SHIFT, Q, Kill active window, killactive
# special workspace # special workspace
bind = $mainMod, TAB, togglespecialworkspace, magic bind = $mainMod, TAB, togglespecialworkspace, magic
bind = $mainMod SHIFT, TAB, movetoworkspace, special:magic bind = $mainMod SHIFT, TAB, movetoworkspace, special:magic
# master layout
bind = $mainMod, S, layoutmsg, swapwithmaster
bind = $mainMod, n, layoutmsg, swapnext
bind = $mainMod, p, layoutmsg, swapprev

View File

@@ -1,11 +1,11 @@
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration { decoration {
rounding = 10 rounding = 10
rounding_power = 2 rounding_power = 9
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 1.0 inactive_opacity = 0.90
shadow { shadow {
enabled = true enabled = true

View File

@@ -3,3 +3,4 @@ exec-once = wl-paste --type image --watch cliphist store
exec-once = uwsm app -- zen-browser exec-once = uwsm app -- zen-browser
exec-once = uwsm app -- mangohud steam exec-once = uwsm app -- mangohud steam
exec-once = uwsm app -- kdeconnect-indicator

View File

@@ -1,12 +1,11 @@
general { general {
gaps_in = 3 gaps_in = 4
gaps_out = 10 gaps_out = 6
border_size = 2 border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
col.active_border = rgba(FF5733FF) rgba(33FF57FF) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps # Set to true enable resizing windows by clicking and dragging on borders and gaps
@@ -15,6 +14,6 @@ general {
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false allow_tearing = false
layout = dwindle layout = master
} }

View File

@@ -4,5 +4,8 @@ dwindle {
} }
master { master {
new_status = master new_status = slave
allow_small_split = true
orientation = left
} }

View File

@@ -2,4 +2,6 @@ windowrule = workspace 1 silent, class:^(vesktop)$
windowrule = noinitialfocus, class:^(vesktop)$ windowrule = noinitialfocus, class:^(vesktop)$
windowrule = focusonactivate 0, class:^(vesktop)$ windowrule = focusonactivate 0, class:^(vesktop)$
windowrule = renderunfocused, class:^(vesktop)$ windowrule = renderunfocused, class:^(vesktop)$
windowrule = opacity 0.75, class:^(vesktop)$ windowrule = opacity 0.83, class:^(vesktop)$
windowrule = pseudo, class:^(vesktop)$
windowrule = size 65% 80%, class:^(vesktop)$

View File

@@ -1,4 +1,4 @@
preload = ~/Obrazy/tapety/niebieski.jpg preload = ~/Obrazy/tapety/czerwony.jpg
wallpaper = ,~/Obrazy/tapety/niebieski.jpg wallpaper = ,~/Obrazy/tapety/czerwony.jpg
splash = off splash = off
ipc = on ipc = on

View File

@@ -4,6 +4,7 @@ on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/dialog-information.og
default-timeout=5000 default-timeout=5000
anchor=top-right anchor=top-right
max-visible=5 max-visible=5
layer=overlay
#style #style
width=320 width=320
@@ -11,16 +12,16 @@ height=300
margin=25,25,10,10 margin=25,25,10,10
padding=10 padding=10
font="Cousine Nerd Font mono" font="Cousine Nerd Font mono"
background-color=#249eca80 background-color=#ca242480
text-color=#FFFFFF text-color=#FFFFFF
border-radius=15 border-radius=15
output=DP-1 output=DP-1
[urgency=low] [urgency=low]
border-color=#87CEEB border-color=#FF6347
[urgency=normal] [urgency=normal]
border-color=#00000080 border-color=#ca242480
[urgency=critical] [urgency=critical]
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
@@ -28,12 +29,12 @@ border-color=#FF0000
[app-name=wp-vol] [app-name=wp-vol]
height=50 height=50
background-color=#249eca99 background-color=#ca242499
border-color=#249eca99 border-color=#ca242499
layer=overlay layer=overlay
history=0 history=0
anchor=center anchor=center
progress-color=source #5588AA33 progress-color=source #FF634733
text-alignment=center text-alignment=center
[mode=do-not-disturb] [mode=do-not-disturb]

View File

@@ -1,6 +1,6 @@
{ {
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
"LuaSnip": { "branch": "master", "commit": "5271933f7cea9f6b1c7de953379469010ed4553a" }, "LuaSnip": { "branch": "master", "commit": "fb525166ccc30296fb3457441eb979113de46b00" },
"autoclose.nvim": { "branch": "main", "commit": "b2077aa2c83df7ebc19b2a20a3a0654b24ae9c8f" }, "autoclose.nvim": { "branch": "main", "commit": "b2077aa2c83df7ebc19b2a20a3a0654b24ae9c8f" },
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
"cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" }, "cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" },
@@ -9,15 +9,15 @@
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"fidget.nvim": { "branch": "main", "commit": "d9ba6b7bfe29b3119a610892af67602641da778e" }, "fidget.nvim": { "branch": "main", "commit": "d9ba6b7bfe29b3119a610892af67602641da778e" },
"galaxyline.nvim": { "branch": "main", "commit": "4d4f5fc8e20a10824117e5beea7ec6e445466a8f" }, "galaxyline.nvim": { "branch": "main", "commit": "4d4f5fc8e20a10824117e5beea7ec6e445466a8f" },
"gitsigns.nvim": { "branch": "main", "commit": "d0f90ef51d4be86b824b012ec52ed715b5622e51" }, "gitsigns.nvim": { "branch": "main", "commit": "88205953bd748322b49b26e1dfb0389932520dc9" },
"harpoon": { "branch": "harpoon2", "commit": "ed1f853847ffd04b2b61c314865665e1dadf22c7" }, "harpoon": { "branch": "harpoon2", "commit": "ed1f853847ffd04b2b61c314865665e1dadf22c7" },
"indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "bef29b653ba71d442816bf56286c2a686210be04" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "be159e939543777bbfe9e1fe5389984c4570afce" },
"mason.nvim": { "branch": "main", "commit": "8024d64e1330b86044fed4c8494ef3dcd483a67c" }, "mason.nvim": { "branch": "main", "commit": "8024d64e1330b86044fed4c8494ef3dcd483a67c" },
"minimal.nvim": { "branch": "main", "commit": "22d837b814d3bd22625640ef63cc73b8507f291d" }, "minimal.nvim": { "branch": "main", "commit": "22d837b814d3bd22625640ef63cc73b8507f291d" },
"nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" }, "nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" },
"nvim-lspconfig": { "branch": "master", "commit": "036885e8e5456d3907626b634693234f628afef6" }, "nvim-lspconfig": { "branch": "master", "commit": "9276b82935bf6b951d08c864eb5ac3f85d6b743b" },
"nvim-surround": { "branch": "main", "commit": "8dd9150ca7eae5683660ea20cec86edcd5ca4046" }, "nvim-surround": { "branch": "main", "commit": "8dd9150ca7eae5683660ea20cec86edcd5ca4046" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"nvim-web-devicons": { "branch": "master", "commit": "1fb58cca9aebbc4fd32b086cb413548ce132c127" }, "nvim-web-devicons": { "branch": "master", "commit": "1fb58cca9aebbc4fd32b086cb413548ce132c127" },

View File

@@ -1,3 +1,3 @@
@define-color background rgba(36, 158, 202, 0.20); @define-color background rgba(202, 36, 36, 0.20);
@define-color foreground rgba(36, 158, 202, 0.30); @define-color foreground rgba(202, 36, 36, 0.30);
@define-color font-color #499DA9; @define-color font-color #A94949;

View File

@@ -1,2 +1,2 @@
#249ECA #CA2424
#499DA9 #A94949