whatthecommit.com’s server IP address could not be found.

This commit is contained in:
coolnsx
2024-01-20 12:20:56 +05:30
parent 07920c4658
commit b9da99d131
7 changed files with 14 additions and 22 deletions

View File

@@ -10,8 +10,6 @@ background_color=000000
font_size=20
text_color=FFFFFF
position=top-left
toggle_hud=Shift_R+F12
pci_dev=0:01:00.0
table_columns=4
gpu_text=GTX 1050
gpu_stats
@@ -28,22 +26,16 @@ vram_color=AD64C1
ram
ram_color=C26693
fps
engine
engine_color=EB5B5B
engine_short_names
fps_limit_method=late
toggle_fps_limit=Shift_L+F1
fps_limit=0
vsync=0
gl_vsync=n
gl_vsync=0
af=0
picmip=0
output_folder=/home/tanveer
log_duration=30
autostart_log=0
log_interval=100
toggle_logging==Shift_L+F2

Submodule fzf-tab deleted from c2b4aa5ad2

View File

@@ -1,6 +1,6 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
htop_version=3.2.2
htop_version=3.3.0
config_reader_min_version=3
fields=0 48 17 18 38 39 40 2 46 47 49 1
hide_kernel_threads=1
@@ -39,25 +39,25 @@ column_meter_modes_0=1 1 1
column_meters_1=RightCPUs Tasks LoadAverage Uptime
column_meter_modes_1=1 2 2 2
tree_view=0
sort_key=46
sort_key=47
tree_sort_key=46
sort_direction=-1
tree_sort_direction=-1
tree_view_always_by_pid=0
all_branches_collapsed=0
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
.sort_key=PERCENT_CPU
.sort_key=PERCENT_MEM
.tree_sort_key=PERCENT_CPU
.tree_view=0
.tree_view_always_by_pid=0
.tree_view=0
.sort_direction=-1
.tree_sort_direction=-1
.all_branches_collapsed=0
screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
.sort_key=IO_RATE
.tree_sort_key=PID
.tree_view=0
.tree_view_always_by_pid=0
.tree_view=0
.sort_direction=-1
.tree_sort_direction=1
.all_branches_collapsed=0

View File

@@ -177,7 +177,8 @@ windowrulev2 = bordercolor rgba(64f2a4ff), xwayland: 1
#startup applications
exec-once=dbus-update-activation-environment --systemd --all
exec-once=ssh-agent
exec-once=cd $HOME/github/arrpc && node src > /tmp/arrpc-log
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once=node $HOME/github/arrpc/src > /tmp/arrpc-log
exec-once=swaybg -i $HOME/.config/wall/9.png
exec-once=xrdb -merge $HOME/.config/.Xresource
exec-once=$hypr_dir/workspace 'focus'

View File

@@ -26,7 +26,7 @@ side_pane_mode=places
view_mode=list
show_hidden=0
sort=name;ascending;
columns=name:200;desc:143;size;mtime:1131;
columns=name:200;desc:143;size;mtime:1143;
toolbar=newtab;navigation;home;
show_statusbar=1
pathbar_mode_buttons=0

View File

@@ -6,8 +6,8 @@ standard_dialogs=gtk3
style=Fusion
[Fonts]
fixed="Roboto,11,-1,5,50,0,0,0,0,0"
general="Roboto,11,-1,5,57,0,0,0,0,0"
fixed="IBM Plex Sans,11,-1,5,50,0,0,0,0,0"
general="IBM Plex Sans,11,-1,5,50,0,0,0,0,0"
[Interface]
activate_item_on_single_click=1
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aq\0\0\x4)\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aq\0\0\x4))
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xb3\0\0\x4)\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xb3\0\0\x4))
[Troubleshooting]
force_raster_widgets=1

View File

@@ -148,7 +148,6 @@ alias grep="grep --color=auto"
alias ncdu="ncdu --color dark"
alias ll="lsd --color=auto -alh"
alias ls="lsd --color=auto"
alias fetch='/bin/*fetch'
alias nchh="nvim ~/.config/hypr/hyprland.conf"
alias shfmt="shfmt -ci -d -w"
@@ -165,5 +164,6 @@ autoload -Uz compinit
compinit
zstyle ':completion:*' menu select
eval "$(starship init zsh)"
#plugins
[ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ] && source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $HOME/.config/fzf-tab/fzf-tab.plugin.zsh
[ -f "/usr/share/zsh/plugins/fzf-tab-git/fzf-tab.zsh" ] && source /usr/share/zsh/plugins/fzf-tab-git/fzf-tab.zsh