mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprpaper.conf Update .config/mako/config Update .config/waybar/colors.css Update .config/wofi/colors Update .config/yazi/keymap.toml Update .config/yazi/theme.toml Update .config/yazi/yazi.toml
This commit is contained in:
@@ -6,6 +6,7 @@ monitor=,preferred,auto,auto
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
||||
# TO BE MOVED
|
||||
bind = $mainMod, M, exit,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- zen-browser
|
||||
exec-once = uwsm app -- mangohud steam
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
preload = ~/Obrazy/tapety/czerwony.jpg
|
||||
wallpaper = ,~/Obrazy/tapety/czerwony.jpg
|
||||
preload = ~/Obrazy/tapety/niebieski.jpg
|
||||
wallpaper = ,~/Obrazy/tapety/niebieski.jpg
|
||||
splash = off
|
||||
ipc = on
|
||||
|
||||
@@ -11,16 +11,16 @@ height=300
|
||||
margin=25,25,10,10
|
||||
padding=10
|
||||
font="Cousine Nerd Font mono"
|
||||
background-color=#ca242480
|
||||
background-color=#249eca80
|
||||
text-color=#FFFFFF
|
||||
border-radius=15
|
||||
output=DP-1
|
||||
|
||||
[urgency=low]
|
||||
border-color=#FF6347
|
||||
border-color=#87CEEB
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#ca242480
|
||||
border-color=#00000080
|
||||
|
||||
[urgency=critical]
|
||||
on-notify=exec paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga
|
||||
@@ -28,12 +28,12 @@ border-color=#FF0000
|
||||
|
||||
[app-name=wp-vol]
|
||||
height=50
|
||||
background-color=#ca242499
|
||||
border-color=#ca242499
|
||||
background-color=#249eca99
|
||||
border-color=#249eca99
|
||||
layer=overlay
|
||||
history=0
|
||||
anchor=center
|
||||
progress-color=source #FF634733
|
||||
progress-color=source #5588AA33
|
||||
text-alignment=center
|
||||
|
||||
[mode=do-not-disturb]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@define-color background rgba(202, 36, 36, 0.20);
|
||||
@define-color foreground rgba(202, 36, 36, 0.30);
|
||||
@define-color font-color #A94949;
|
||||
@define-color background rgba(36, 158, 202, 0.20);
|
||||
@define-color foreground rgba(36, 158, 202, 0.30);
|
||||
@define-color font-color #499DA9;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#CA2424
|
||||
#A94949
|
||||
#249ECA
|
||||
#499DA9
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
|
||||
keymap = [
|
||||
{ on = "<Esc>", run = "escape", desc = "Exit visual mode, clear selection, or cancel search" },
|
||||
|
||||
@@ -18,7 +18,7 @@ light = ""
|
||||
|
||||
# : Manager {{{
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
cwd = { fg = "cyan" }
|
||||
|
||||
# Hovered
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
ratio = [ 1, 4, 3 ]
|
||||
sort_by = "alphabetical"
|
||||
sort_sensitive = false
|
||||
|
||||
Reference in New Issue
Block a user