latest zion merge

This commit is contained in:
2024-10-26 13:56:45 +02:00
parent 429d02c3d0
commit 22a6ef026d
9 changed files with 23 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
#? Config file for btop v. 1.3.2 #? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "/usr/share/btop/themes/whiteout.theme" color_theme = "/usr/share/btop/themes/gruvbox_material_dark.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency. #* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = True theme_background = True

View File

@@ -1,3 +1,4 @@
[General] [General]
contrastOpacity=188 contrastOpacity=188
savePath=/home/mike/pictures/tmp
showStartupLaunchMessage=false showStartupLaunchMessage=false

View File

@@ -2,11 +2,11 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/mike/.gtkrc-2.0.mine" include "/home/mike/.gtkrc-2.0.mine"
gtk-theme-name="catppuccin-latte-sapphire-standard+default" gtk-theme-name="Gruvbox-Yellow-Dark"
gtk-icon-theme-name="Papirus-Light" gtk-icon-theme-name="Papirus-Dark"
gtk-font-name="Roboto 11" gtk-font-name="Roboto 11"
gtk-cursor-theme-name="catppuccin-latte-light-cursors" gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
gtk-cursor-theme-size=24 gtk-cursor-theme-size=16
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1

View File

@@ -1,9 +1,9 @@
[Settings] [Settings]
gtk-theme-name=catppuccin-latte-sapphire-standard+default gtk-theme-name=Gruvbox-Yellow-Dark
gtk-icon-theme-name=Papirus-Light gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Roboto 11 gtk-font-name=Roboto 11
gtk-cursor-theme-name=catppuccin-latte-light-cursors gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
gtk-cursor-theme-size=24 gtk-cursor-theme-size=16
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1
@@ -14,4 +14,4 @@ gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0 gtk-application-prefer-dark-theme=1

View File

@@ -42,14 +42,14 @@ column_meters_2=AllCPUs4 DiskIO
column_meter_modes_2=3 3 column_meter_modes_2=3 3
tree_view=1 tree_view=1
sort_key=46 sort_key=46
tree_sort_key=39 tree_sort_key=46
sort_direction=1 sort_direction=1
tree_sort_direction=-1 tree_sort_direction=-1
tree_view_always_by_pid=0 tree_view_always_by_pid=0
all_branches_collapsed=1 all_branches_collapsed=1
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command 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_CPU
.tree_sort_key=M_RESIDENT .tree_sort_key=PERCENT_CPU
.tree_view_always_by_pid=0 .tree_view_always_by_pid=0
.tree_view=1 .tree_view=1
.sort_direction=1 .sort_direction=1

View File

@@ -6,8 +6,9 @@ image/png=feh.desktop;
text/html=vim.desktop; text/html=vim.desktop;
application/pdf=okularApplication_pdf.desktop; application/pdf=okularApplication_pdf.desktop;
video/x-matroska=mpv.desktop; video/x-matroska=mpv.desktop;
x-scheme-handler/mailto=userapp-Evolution-ZIODU2.desktop; x-scheme-handler/mailto=userapp-Evolution-ZIODU2.desktop;userapp-Evolution-RB4MU2.desktop;
x-scheme-handler/tonsite=org.telegram.desktop.desktop; x-scheme-handler/tonsite=org.telegram.desktop.desktop;
text/markdown=dev.zed.Zed.desktop;
[Default Applications] [Default Applications]
application/pdf=xreader.desktop; application/pdf=xreader.desktop;
@@ -35,5 +36,8 @@ x-scheme-handler/spice=org.remmina.Remmina.desktop;
x-scheme-handler/terminal=kitty.desktop; x-scheme-handler/terminal=kitty.desktop;
x-scheme-handler/vnc=org.remmina.Remmina.desktop; x-scheme-handler/vnc=org.remmina.Remmina.desktop;
video/x-matroska=mpv.desktop video/x-matroska=mpv.desktop
x-scheme-handler/mailto=userapp-Evolution-ZIODU2.desktop x-scheme-handler/mailto=userapp-Evolution-RB4MU2.desktop
x-scheme-handler/tonsite=org.telegram.desktop.desktop x-scheme-handler/tonsite=org.telegram.desktop.desktop
x-scheme-handler/mailspring=Mailspring.desktop
text/markdown=dev.zed.Zed.desktop
hoppscotch=hoppscotch-handler.desktop

View File

@@ -2,6 +2,7 @@
# TEMP ZED FIX # TEMP ZED FIX
alias zed='env WEBKIT_DISABLE_DMABUF_RENDERER=1 zed ' alias zed='env WEBKIT_DISABLE_DMABUF_RENDERER=1 zed '
alias code='env ELECTRON_OZONE_PLATFORM_HINT=auto code '
alias ..="cd .." alias ..="cd .."
alias cd..="cd .." alias cd..="cd .."

View File

@@ -80,3 +80,4 @@ fi
export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"; export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796";
export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.nix-profile/bin