mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
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:
@@ -57,7 +57,7 @@ update_ms = 2000
|
||||
|
||||
#* 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.
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_sorting = "command"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
||||
@@ -34,3 +34,4 @@ source = ./hyprland/monitors.conf
|
||||
source = ./hyprland/plugins.conf
|
||||
exec-once = hyprlock
|
||||
exec-once = hyprpm reload -n
|
||||
exec-once = ~/.local/bin/random_wallpaper.sh sfw
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# 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
|
||||
bindl=, 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=, XF86AudioRaiseVolume, 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
|
||||
bindel=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle && ~/.local/bin/check-if-muted.sh
|
||||
|
||||
# Requires playerctl
|
||||
|
||||
@@ -10,6 +10,8 @@ bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $termi
|
||||
# Workspace binded apps
|
||||
|
||||
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, 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
|
||||
|
||||
@@ -56,3 +56,8 @@ bindd = $mainMod L_SHIFT, Q, Kill active window, killactive
|
||||
# special workspace
|
||||
bind = $mainMod, TAB, togglespecialworkspace, 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
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
rounding_power = 9
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
inactive_opacity = 0.90
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
|
||||
@@ -3,3 +3,4 @@ exec-once = wl-paste --type image --watch cliphist store
|
||||
|
||||
exec-once = uwsm app -- zen-browser
|
||||
exec-once = uwsm app -- mangohud steam
|
||||
exec-once = uwsm app -- kdeconnect-indicator
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 10
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
# col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
|
||||
col.active_border = rgba(FF5733FF) rgba(33FF57FF) 45deg
|
||||
col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# 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
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
layout = master
|
||||
}
|
||||
|
||||
|
||||
@@ -4,5 +4,8 @@ dwindle {
|
||||
}
|
||||
|
||||
master {
|
||||
new_status = master
|
||||
new_status = slave
|
||||
allow_small_split = true
|
||||
orientation = left
|
||||
|
||||
}
|
||||
|
||||
@@ -2,4 +2,6 @@ windowrule = workspace 1 silent, class:^(vesktop)$
|
||||
windowrule = noinitialfocus, class:^(vesktop)$
|
||||
windowrule = focusonactivate 0, 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)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
preload = ~/Obrazy/tapety/niebieski.jpg
|
||||
wallpaper = ,~/Obrazy/tapety/niebieski.jpg
|
||||
preload = ~/Obrazy/tapety/czerwony.jpg
|
||||
wallpaper = ,~/Obrazy/tapety/czerwony.jpg
|
||||
splash = off
|
||||
ipc = on
|
||||
|
||||
@@ -4,6 +4,7 @@ on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/dialog-information.og
|
||||
default-timeout=5000
|
||||
anchor=top-right
|
||||
max-visible=5
|
||||
layer=overlay
|
||||
|
||||
#style
|
||||
width=320
|
||||
@@ -11,16 +12,16 @@ height=300
|
||||
margin=25,25,10,10
|
||||
padding=10
|
||||
font="Cousine Nerd Font mono"
|
||||
background-color=#249eca80
|
||||
background-color=#ca242480
|
||||
text-color=#FFFFFF
|
||||
border-radius=15
|
||||
output=DP-1
|
||||
|
||||
[urgency=low]
|
||||
border-color=#87CEEB
|
||||
border-color=#FF6347
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#00000080
|
||||
border-color=#ca242480
|
||||
|
||||
[urgency=critical]
|
||||
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
||||
@@ -28,12 +29,12 @@ border-color=#FF0000
|
||||
|
||||
[app-name=wp-vol]
|
||||
height=50
|
||||
background-color=#249eca99
|
||||
border-color=#249eca99
|
||||
background-color=#ca242499
|
||||
border-color=#ca242499
|
||||
layer=overlay
|
||||
history=0
|
||||
anchor=center
|
||||
progress-color=source #5588AA33
|
||||
progress-color=source #FF634733
|
||||
text-alignment=center
|
||||
|
||||
[mode=do-not-disturb]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
|
||||
"LuaSnip": { "branch": "master", "commit": "5271933f7cea9f6b1c7de953379469010ed4553a" },
|
||||
"LuaSnip": { "branch": "master", "commit": "fb525166ccc30296fb3457441eb979113de46b00" },
|
||||
"autoclose.nvim": { "branch": "main", "commit": "b2077aa2c83df7ebc19b2a20a3a0654b24ae9c8f" },
|
||||
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
|
||||
"cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" },
|
||||
@@ -9,15 +9,15 @@
|
||||
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
|
||||
"fidget.nvim": { "branch": "main", "commit": "d9ba6b7bfe29b3119a610892af67602641da778e" },
|
||||
"galaxyline.nvim": { "branch": "main", "commit": "4d4f5fc8e20a10824117e5beea7ec6e445466a8f" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "d0f90ef51d4be86b824b012ec52ed715b5622e51" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "88205953bd748322b49b26e1dfb0389932520dc9" },
|
||||
"harpoon": { "branch": "harpoon2", "commit": "ed1f853847ffd04b2b61c314865665e1dadf22c7" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
|
||||
"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" },
|
||||
"minimal.nvim": { "branch": "main", "commit": "22d837b814d3bd22625640ef63cc73b8507f291d" },
|
||||
"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-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "1fb58cca9aebbc4fd32b086cb413548ce132c127" },
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@define-color background rgba(36, 158, 202, 0.20);
|
||||
@define-color foreground rgba(36, 158, 202, 0.30);
|
||||
@define-color font-color #499DA9;
|
||||
@define-color background rgba(202, 36, 36, 0.20);
|
||||
@define-color foreground rgba(202, 36, 36, 0.30);
|
||||
@define-color font-color #A94949;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#249ECA
|
||||
#499DA9
|
||||
#CA2424
|
||||
#A94949
|
||||
|
||||
Reference in New Issue
Block a user