mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
Does this work
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,3 +19,4 @@ libvirt
|
||||
libreoffice
|
||||
epdfview
|
||||
btop
|
||||
xpra
|
||||
|
||||
@@ -11,12 +11,12 @@ font_size=20
|
||||
text_color=FFFFFF
|
||||
position=top-left
|
||||
table_columns=4
|
||||
gpu_text=GTX 1050
|
||||
gpu_text=780M
|
||||
gpu_stats
|
||||
gpu_core_clock
|
||||
gpu_mem_clock
|
||||
gpu_temp
|
||||
cpu_text=i5 8300H
|
||||
cpu_text=r7 7840U
|
||||
cpu_stats
|
||||
|
||||
cpu_mhz
|
||||
|
||||
2
code-flags.conf
Normal file
2
code-flags.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
--enable-features=WaylandWindowDecorations
|
||||
--ozone-platform-hint=auto
|
||||
@@ -1,5 +1,5 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,highrr,auto,1
|
||||
monitor=,highrr,auto,1.6
|
||||
$hypr_dir="$HOME/.config/hypr"
|
||||
$accent=00D8CE
|
||||
|
||||
@@ -175,8 +175,8 @@ windowrulev2=workspace 4,class:^(Google-chrome)$
|
||||
windowrulev2=workspace 3,class:^(mpv)$
|
||||
windowrulev2=workspace 3,class:^([c|C]ode)
|
||||
windowrulev2=workspace 4,class:^(pavucontrol)$
|
||||
#windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$
|
||||
#windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2=workspace 4,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2=fullscreen,class:^(org.freedesktop.Xwayland)$
|
||||
windowrulev2=workspace 4,class:^(virt-manager)$
|
||||
windowrulev2 = bordercolor rgba(D81860FF), xwayland: 1
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "b8fae73a479ae0a1c54f5c98fa687ae8a0addc53" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "aedcd79811d491b60d0a6577a9c1701063c2a609" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "28126922c9b54e35a192ac415788f202c3944c9f" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "7d131a8d3ba5016229e8a1d08bf8782acea98852" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "0954d7730e749d606ddf8d7ae8846848be435d53" },
|
||||
"mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" },
|
||||
|
||||
@@ -16,7 +16,7 @@ max_tab_chars=32
|
||||
win_width=948
|
||||
win_height=1066
|
||||
maximized=1
|
||||
splitter_pos=239
|
||||
splitter_pos=206
|
||||
media_in_new_tab=0
|
||||
desktop_folder_new_win=0
|
||||
change_tab_on_drop=1
|
||||
|
||||
@@ -126,7 +126,7 @@ help() {
|
||||
|
||||
addpkg() {
|
||||
[ -z "$*" ] && printf "\033[1;31mPlease write the name of package (just some words)..\033[0m" && return 1
|
||||
paru -Ss "$*" | sed -nE 's|^([a-z]*)/([^ ]*).*|[\1] \2|p' | fzf --layout=reverse --border --preview 'paru -Si $(echo {} | cut -d" " -f2) | bat --language=yaml --color=always -pp' --preview-window right:65%:wrap -m | cut -d' ' -f2- | paru -S -
|
||||
paru -Ss "$*" | sed -nE 's|^([a-z]*)/([^ ]*).*|[\1] \2|p' | fzf --layout=reverse --border -1 --preview 'paru -Si $(echo {} | cut -d" " -f2) | bat --language=yaml --color=always -pp' --preview-window right:65%:wrap -m | cut -d' ' -f2- | paru -S -
|
||||
}
|
||||
|
||||
rmpkg() {
|
||||
|
||||
Reference in New Issue
Block a user