Compare commits
22 Commits
080f933f7f
...
main
Author | SHA1 | Date | |
---|---|---|---|
a25da04e3c | |||
d9068f4538 | |||
2aad58f898 | |||
44068bc5d8 | |||
67336f956b | |||
b15bb60d07 | |||
65193f6dd9 | |||
8baa7cafbb | |||
811a4edc72 | |||
a626fc3e60 | |||
3e68d74270 | |||
a7b7e5b508 | |||
1f42415ae6 | |||
6ca08a6e22 | |||
e360119fb6 | |||
47bd33f14e | |||
e721ae4f44 | |||
6984b6fdef | |||
8021c95eb9 | |||
520ab6ecdd | |||
5041e3a218 | |||
a8e4a01ee4 |
16
dot_bashrc
16
dot_bashrc
@@ -28,19 +28,3 @@ fi
|
|||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||||
unset rc
|
unset rc
|
||||||
|
|
||||||
# >>> conda initialize >>>
|
|
||||||
# !! Contents within this block are managed by 'conda init' !!
|
|
||||||
__conda_setup="$('/usr/bin/conda' 'shell.bash' 'hook' 2>/dev/null)"
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
eval "$__conda_setup"
|
|
||||||
else
|
|
||||||
if [ -f "/usr/etc/profile.d/conda.sh" ]; then
|
|
||||||
. "/usr/etc/profile.d/conda.sh"
|
|
||||||
else
|
|
||||||
export PATH="/usr/bin:$PATH"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
unset __conda_setup
|
|
||||||
# <<< conda initialize <<<
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
105
dot_config/fuzzel/fuzzel.ini
Normal file
105
dot_config/fuzzel/fuzzel.ini
Normal file
@@ -0,0 +1,105 @@
|
|||||||
|
include=~/.config/fuzzel/themes/hydro-os.ini
|
||||||
|
|
||||||
|
# output=<not set>
|
||||||
|
# font=monospace
|
||||||
|
# dpi-aware=auto
|
||||||
|
# use-bold=no
|
||||||
|
# prompt="> "
|
||||||
|
# placeholder=
|
||||||
|
# icon-theme=hicolor
|
||||||
|
# icons-enabled=yes
|
||||||
|
# hide-before-typing=no
|
||||||
|
# fields=filename,name,generic
|
||||||
|
# password-character=*
|
||||||
|
# filter-desktop=no
|
||||||
|
# match-mode=fzf
|
||||||
|
# sort-result=yes
|
||||||
|
# match-counter=no
|
||||||
|
# delayed-filter-ms=300
|
||||||
|
# delayed-filter-limit=20000
|
||||||
|
# show-actions=no
|
||||||
|
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
|
||||||
|
launch-prefix='uwsm app -- '
|
||||||
|
# list-executables-in-path=no
|
||||||
|
|
||||||
|
# anchor=center
|
||||||
|
# x-margin=0
|
||||||
|
# y-margin=0
|
||||||
|
# lines=15
|
||||||
|
# width=30
|
||||||
|
# tabs=8
|
||||||
|
# horizontal-pad=40
|
||||||
|
# vertical-pad=8
|
||||||
|
# inner-pad=0
|
||||||
|
|
||||||
|
# image-size-ratio=0.5
|
||||||
|
|
||||||
|
# line-height=<use font metrics>
|
||||||
|
# letter-spacing=0
|
||||||
|
|
||||||
|
# layer=overlay
|
||||||
|
# exit-on-keyboard-focus-loss=yes
|
||||||
|
|
||||||
|
# cache=<not set>
|
||||||
|
|
||||||
|
# render-workers=<number of logical CPUs>
|
||||||
|
# match-workers=<number of logical CPUs>
|
||||||
|
|
||||||
|
[border]
|
||||||
|
# width=1
|
||||||
|
# radius=10
|
||||||
|
|
||||||
|
[dmenu]
|
||||||
|
# mode=text # text|index
|
||||||
|
# exit-immediately-if-empty=no
|
||||||
|
|
||||||
|
[key-bindings]
|
||||||
|
# cancel=Escape Control+g Control+c Control+bracketleft
|
||||||
|
# execute=Return KP_Enter Control+y
|
||||||
|
# execute-or-next=Tab
|
||||||
|
# execute-input=Shift+Return Shift+KP_Enter
|
||||||
|
# cursor-left=Left Control+b
|
||||||
|
# cursor-left-word=Control+Left Mod1+b
|
||||||
|
# cursor-right=Right Control+f
|
||||||
|
# cursor-right-word=Control+Right Mod1+f
|
||||||
|
# cursor-home=Home Control+a
|
||||||
|
# cursor-end=End Control+e
|
||||||
|
# delete-prev=BackSpace Control+h
|
||||||
|
# delete-prev-word=Mod1+BackSpace Control+BackSpace Control+w
|
||||||
|
# delete-line-backward=Control+u
|
||||||
|
# delete-next=Delete KP_Delete Control+d
|
||||||
|
# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
|
||||||
|
# delete-line-forward=Control+k
|
||||||
|
# prev=Up Control+p
|
||||||
|
# prev-with-wrap=ISO_Left_Tab
|
||||||
|
# prev-page=Page_Up KP_Page_Up
|
||||||
|
# next=Down Control+n
|
||||||
|
# next-with-wrap=none
|
||||||
|
# next-page=Page_Down KP_Page_Down
|
||||||
|
# expunge=Shift+Delete
|
||||||
|
# clipboard-paste=Control+v XF86Paste
|
||||||
|
# primary-paste=Shift+Insert Shift+KP_Insert
|
||||||
|
|
||||||
|
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
||||||
|
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
||||||
|
# with 12, and so on.
|
||||||
|
|
||||||
|
# custom-1=Mod1+1
|
||||||
|
# custom-2=Mod1+2
|
||||||
|
# custom-3=Mod1+3
|
||||||
|
# custom-4=Mod1+4
|
||||||
|
# custom-5=Mod1+5
|
||||||
|
# custom-6=Mod1+6
|
||||||
|
# custom-7=Mod1+7
|
||||||
|
# custom-8=Mod1+8
|
||||||
|
# custom-9=Mod1+9
|
||||||
|
# custom-10=Mod1+0
|
||||||
|
# custom-11=Mod1+exclam
|
||||||
|
# custom-12=Mod1+at
|
||||||
|
# custom-13=Mod1+numbersign
|
||||||
|
# custom-14=Mod1+dollar
|
||||||
|
# custom-15=Mod1+percent
|
||||||
|
# custom-16=Mod1+dead_circumflex
|
||||||
|
# custom-17=Mod1+ampersand
|
||||||
|
# custom-18=Mod1+asterix
|
||||||
|
# custom-19=Mod1+parentleft
|
12
dot_config/fuzzel/themes/hydro-os.ini
Normal file
12
dot_config/fuzzel/themes/hydro-os.ini
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[colors]
|
||||||
|
background=0e141cdd
|
||||||
|
text=dee2eeff
|
||||||
|
prompt=dee2eeff
|
||||||
|
placeholder=dee2eeff
|
||||||
|
input=dee2eeff
|
||||||
|
match=ffb4abff
|
||||||
|
selection=a4c9feff
|
||||||
|
selection-text=00315cff
|
||||||
|
selection-match=00363cff
|
||||||
|
counter=a4c9feff
|
||||||
|
border=4ed8e8ff
|
23
dot_config/gtk-3.0/colors.css
Normal file
23
dot_config/gtk-3.0/colors.css
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* GTK Colors
|
||||||
|
* Generated with Matugen
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color accent_color #a3c9ff;
|
||||||
|
@define-color accent_fg_color #001c39;
|
||||||
|
@define-color accent_bg_color #a3c9ff;
|
||||||
|
@define-color window_bg_color #111418;
|
||||||
|
@define-color window_fg_color #e1e2e9;
|
||||||
|
@define-color headerbar_bg_color #111418;
|
||||||
|
@define-color headerbar_fg_color #e1e2e9;
|
||||||
|
@define-color popover_bg_color #111418;
|
||||||
|
@define-color popover_fg_color #e1e2e9;
|
||||||
|
@define-color view_bg_color #111418;
|
||||||
|
@define-color view_fg_color #e1e2e9;
|
||||||
|
@define-color card_bg_color #111418;
|
||||||
|
@define-color card_fg_color #e1e2e9;
|
||||||
|
@define-color sidebar_bg_color @window_bg_color;
|
||||||
|
@define-color sidebar_fg_color @window_fg_color;
|
||||||
|
@define-color sidebar_border_color @window_bg_color;
|
||||||
|
@define-color sidebar_backdrop_color @window_bg_color;
|
||||||
|
|
23
dot_config/gtk-4.0/colors.css
Normal file
23
dot_config/gtk-4.0/colors.css
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* GTK Colors
|
||||||
|
* Generated with Matugen
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color accent_color #a3c9ff;
|
||||||
|
@define-color accent_fg_color #001c39;
|
||||||
|
@define-color accent_bg_color #a3c9ff;
|
||||||
|
@define-color window_bg_color #111418;
|
||||||
|
@define-color window_fg_color #e1e2e9;
|
||||||
|
@define-color headerbar_bg_color #111418;
|
||||||
|
@define-color headerbar_fg_color #e1e2e9;
|
||||||
|
@define-color popover_bg_color #111418;
|
||||||
|
@define-color popover_fg_color #e1e2e9;
|
||||||
|
@define-color view_bg_color #111418;
|
||||||
|
@define-color view_fg_color #e1e2e9;
|
||||||
|
@define-color card_bg_color #111418;
|
||||||
|
@define-color card_fg_color #e1e2e9;
|
||||||
|
@define-color sidebar_bg_color @window_bg_color;
|
||||||
|
@define-color sidebar_fg_color @window_fg_color;
|
||||||
|
@define-color sidebar_border_color @window_bg_color;
|
||||||
|
@define-color sidebar_backdrop_color @window_bg_color;
|
||||||
|
|
2
dot_config/gtk-4.0/executable_gtk.css
Normal file
2
dot_config/gtk-4.0/executable_gtk.css
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@import 'colors.css';
|
||||||
|
@import 'kde_window_geometry.css';
|
35
dot_config/gtk-4.0/executable_kde_window_geometry.css
Normal file
35
dot_config/gtk-4.0/executable_kde_window_geometry.css
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
/*
|
||||||
|
Extremely trimmed down version of https://github.com/MrCompoopter/Libadwaita-Breeze-Dark
|
||||||
|
Modifies only the window shape, and otherwise makes no other changes.
|
||||||
|
This should ensure compatibility with most if not all themes and applications.
|
||||||
|
*/
|
||||||
|
|
||||||
|
window {
|
||||||
|
border-radius: 4px 4px 0 0;
|
||||||
|
border-width: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
window.maximized {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.maximized window,
|
||||||
|
.fullscreen window,
|
||||||
|
.tiled window {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup window {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.csd window {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.solid-csd window {
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0;
|
||||||
|
border-width: 5px;
|
||||||
|
}
|
12
dot_config/gtk-4.0/executable_settings.ini
Normal file
12
dot_config/gtk-4.0/executable_settings.ini
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-cursor-theme-name=breeze_cursors
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=breeze-dark
|
||||||
|
gtk-modules=colorreload-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=true
|
||||||
|
gtk-sound-theme-name=ocean
|
||||||
|
gtk-xft-dpi=98304
|
@@ -1,19 +1,4 @@
|
|||||||
# hyprland.conf
|
# hyprland.conf
|
||||||
|
|
||||||
# All component files
|
# All component files
|
||||||
source = ~/.config/hypr/hyprland.conf.d/monitors.conf
|
source = ~/.config/hypr/hyprland.conf.d/*.conf
|
||||||
source = ~/.config/hypr/hyprland.conf.d/env_vars.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/game_workspace.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/discord_workspace.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/terminal.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/browser.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf.d/arrow_move_window.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf.d/workspace_binds.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf.d/media_binds.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/misc_apps.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/devices.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/general_workspaces.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/input.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/hyprland_appearance.conf
|
|
||||||
source = ~/.config/hypr/hyprland.conf.d/hyprland_behavior.conf
|
|
||||||
|
19
dot_config/hypr/hyprland.conf.d/colors.conf
Normal file
19
dot_config/hypr/hyprland.conf.d/colors.conf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
general {
|
||||||
|
col.inactive_border = rgb(111418)
|
||||||
|
col.active_border = rgb(a3c9ff)
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
enabled = yes
|
||||||
|
range = 4
|
||||||
|
render_power = 3
|
||||||
|
color = rgb(000000)
|
||||||
|
}
|
||||||
|
|
||||||
|
rounding = 15
|
||||||
|
}
|
@@ -8,37 +8,12 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
# Toolkit Backend Vars
|
# Toolkit Backend Vars
|
||||||
#env = GDK_BACKEND,wayland;x11;* # seems to stop applications from starting, stating no display
|
env = GDK_BACKEND,wayland,x11,*
|
||||||
#env = GDK_BACKEND,wayland
|
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
||||||
#env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
|
||||||
env = CLUTTER_BACKEND,wayland
|
env = CLUTTER_BACKEND,wayland
|
||||||
# QT Variables
|
# QT Variables
|
||||||
env = QT_QPA_PLATFORMTHEME,kde # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
env = QT_QPA_PLATFORM,wayland
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
# XDG specs vars
|
env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
||||||
env = XDG_SESSION_TYPE,wayland
|
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
|
||||||
# set gtk-theme
|
|
||||||
env = QT_QUICK_CONTROLS_STYLE,org.kde.desktop
|
|
||||||
#env = GTK_THEME,Breeze-Dark
|
|
||||||
#env = GDK_SCALE, 2
|
|
||||||
# set qt-style
|
|
||||||
#env = QT_STYLE_OVERRIDE,breeze
|
|
||||||
|
|
||||||
# copy some environments into systemctl
|
|
||||||
exec=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME
|
|
||||||
|
|
||||||
# set default editor
|
|
||||||
env = EDITOR,/usr/bin/nvim
|
|
||||||
|
|
||||||
# for hdr games
|
|
||||||
env = DXVK_HDR,1
|
|
||||||
|
|
||||||
# gamescope wayland
|
|
||||||
env = GAMESCOPE_WAYLAND_DISPLAY,1
|
|
||||||
|
|
||||||
# cards for hyprland to use
|
|
||||||
# env = AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1
|
|
||||||
|
@@ -6,8 +6,6 @@ general {
|
|||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
||||||
col.inactive_border = rgba(595959aa)
|
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
@@ -15,29 +13,6 @@ general {
|
|||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
}
|
}
|
||||||
|
|
||||||
#xwayland {
|
|
||||||
# force_zero_scaling = true
|
|
||||||
#}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = true
|
|
||||||
size = 3
|
|
||||||
passes = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
shadow {
|
|
||||||
enabled = yes
|
|
||||||
range = 4
|
|
||||||
render_power = 3
|
|
||||||
color = rgba(1a1a1aee)
|
|
||||||
}
|
|
||||||
|
|
||||||
rounding = 15
|
|
||||||
}
|
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
@@ -58,4 +33,4 @@ misc {
|
|||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$fileManager = xdg-open "$HOME"
|
$fileManager = xdg-open "$HOME"
|
||||||
$menu = rofi -show drun -run-command "uwsm app -- {cmd}"
|
$menu = fuzzel
|
||||||
#$menu = ags request -i launcher show
|
#$menu = ags request -i launcher show
|
||||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||||
$powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua
|
$powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua
|
||||||
@@ -33,12 +33,5 @@ bind = $mainMod, down, movefocus, d
|
|||||||
bindm = $mainMod SHIFT, mouse:272, movewindow
|
bindm = $mainMod SHIFT, mouse:272, movewindow
|
||||||
bindm = $mainMod SHIFT, mouse:273, resizewindow
|
bindm = $mainMod SHIFT, mouse:273, resizewindow
|
||||||
|
|
||||||
# global hotkeys
|
# finally, source the ones inside keybinds.conf.d, allowing overrides
|
||||||
# discord mute
|
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf.d/*.conf
|
||||||
#bind = CTRL SHIFT, M, pass, initialclass:^(discord)$
|
|
||||||
#bind = $mainMod SHIFT ALT, M, sendshortcut, CTRL SHIFT, M, class:discord
|
|
||||||
bind = $mainMod ALT SHIFT, M, exec, $HOME/bin/toggle_q1u_mic_mute.sh
|
|
||||||
|
|
||||||
# toggle other monitor
|
|
||||||
bind = $mainMod SHIFT, P, exec, hyprctl keyword monitor "DP-2, disable"
|
|
||||||
bind = $mainMod SHIFT CTRL, P, exec, hyprctl keyword monitor "DP-2, 2560x1440@60, 2560x0, 1, transform, 0"
|
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
# monitors.conf
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
#monitor=,preferred,auto,auto
|
|
||||||
monitor=DP-1,2560x1440@120,0x0,1,vrr,3#,bitdepth,10,cm,hdredid,sdrbrightness,1.1,sdrsaturation,0.9
|
|
||||||
monitor=DP-2,2560x1440@60,2560x0,1,transform,0
|
|
||||||
# monitor=DP-2, disable
|
|
@@ -51,16 +51,22 @@
|
|||||||
"bar.notifications.hideCountWhenZero": true,
|
"bar.notifications.hideCountWhenZero": true,
|
||||||
"bar.launcher.icon": "",
|
"bar.launcher.icon": "",
|
||||||
"bar.launcher.autoDetectIcon": false,
|
"bar.launcher.autoDetectIcon": false,
|
||||||
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord",
|
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord.desktop",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
|
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop",
|
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app -- io.github.flattool.Warehouse.desktop",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin",
|
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "AppStore",
|
||||||
"menus.dashboard.shortcuts.left.shortcut4.command": "uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)",
|
"menus.dashboard.shortcuts.left.shortcut4.command": "fuzzel",
|
||||||
"theme.bar.buttons.workspaces.enableBorder": false,
|
"theme.bar.buttons.workspaces.enableBorder": false,
|
||||||
"theme.bar.buttons.systray.enableBorder": false,
|
"theme.bar.buttons.systray.enableBorder": false,
|
||||||
"bar.workspaces.monitorSpecific": true,
|
"bar.workspaces.monitorSpecific": true,
|
||||||
"wallpaper.image": "/home/eriq/Pictures/wallpaper.png",
|
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
|
||||||
"wallpaper.pywal": false,
|
"wallpaper.pywal": false,
|
||||||
"theme.matugen": true,
|
"theme.matugen": true,
|
||||||
"wallpaper.enable": true
|
"wallpaper.enable": false,
|
||||||
|
"bar.customModules.storage.paths": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"theme.matugen_settings.mode": "dark",
|
||||||
|
"theme.matugen_settings.scheme_type": "fidelity",
|
||||||
|
"theme.matugen_settings.variation": "standard_1"
|
||||||
}
|
}
|
69
dot_config/kitty/current-theme.conf
Normal file
69
dot_config/kitty/current-theme.conf
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# Tokyo Night color scheme for kitty terminal emulator
|
||||||
|
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
||||||
|
#
|
||||||
|
# Based on Tokyo Night color theme for Visual Studio Code
|
||||||
|
# https://github.com/enkia/tokyo-night-vscode-theme
|
||||||
|
|
||||||
|
# Modified for hydro-os as a template to change colors with matugen
|
||||||
|
|
||||||
|
# Black
|
||||||
|
color0 #414868
|
||||||
|
color8 #414868
|
||||||
|
|
||||||
|
# Red
|
||||||
|
color1 #f7768e
|
||||||
|
color9 #f7768e
|
||||||
|
|
||||||
|
# Green
|
||||||
|
color2 #73daca
|
||||||
|
color10 #73daca
|
||||||
|
|
||||||
|
# Yellow
|
||||||
|
color3 #e0af68
|
||||||
|
color11 #e0af68
|
||||||
|
|
||||||
|
# Blue
|
||||||
|
color4 #7aa2f7
|
||||||
|
color12 #7aa2f7
|
||||||
|
|
||||||
|
# Magenta
|
||||||
|
color5 #bb9af7
|
||||||
|
color13 #bb9af7
|
||||||
|
|
||||||
|
# Cyan
|
||||||
|
color6 #7dcfff
|
||||||
|
color14 #7dcfff
|
||||||
|
|
||||||
|
# White
|
||||||
|
color7 #c0caf5
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# Window borders
|
||||||
|
active_border_color #3d59a1
|
||||||
|
inactive_border_color #101014
|
||||||
|
bell_border_color #e0af68
|
||||||
|
|
||||||
|
# Tab bar
|
||||||
|
tab_bar_style fade
|
||||||
|
tab_fade 1
|
||||||
|
active_tab_foreground #3d59a1
|
||||||
|
active_tab_background #16161e
|
||||||
|
active_tab_font_style bold
|
||||||
|
inactive_tab_foreground #787c99
|
||||||
|
inactive_tab_background #16161e
|
||||||
|
inactive_tab_font_style bold
|
||||||
|
tab_bar_background #101014
|
||||||
|
|
||||||
|
# Title bar
|
||||||
|
macos_titlebar_color #16161e
|
||||||
|
|
||||||
|
background_opacity 1
|
||||||
|
|
||||||
|
cursor #e1e2e9
|
||||||
|
cursor_text_color #c1c7d2
|
||||||
|
|
||||||
|
foreground #e1e2e9
|
||||||
|
background #111418
|
||||||
|
selection_foreground #1b314c
|
||||||
|
selection_background #b2c8ea
|
||||||
|
url_color #a3c9ff
|
@@ -1,79 +1,14 @@
|
|||||||
# Tokyo Night color scheme for kitty terminal emulator
|
# kitty.conf
|
||||||
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
|
||||||
#
|
|
||||||
# Based on Tokyo Night color theme for Visual Studio Code
|
|
||||||
# https://github.com/enkia/tokyo-night-vscode-theme
|
|
||||||
|
|
||||||
foreground #a9b1d6
|
|
||||||
background #1a1b26
|
|
||||||
|
|
||||||
# Black
|
|
||||||
color0 #414868
|
|
||||||
color8 #414868
|
|
||||||
|
|
||||||
# Red
|
|
||||||
color1 #f7768e
|
|
||||||
color9 #f7768e
|
|
||||||
|
|
||||||
# Green
|
|
||||||
color2 #73daca
|
|
||||||
color10 #73daca
|
|
||||||
|
|
||||||
# Yellow
|
|
||||||
color3 #e0af68
|
|
||||||
color11 #e0af68
|
|
||||||
|
|
||||||
# Blue
|
|
||||||
color4 #7aa2f7
|
|
||||||
color12 #7aa2f7
|
|
||||||
|
|
||||||
# Magenta
|
|
||||||
color5 #bb9af7
|
|
||||||
color13 #bb9af7
|
|
||||||
|
|
||||||
# Cyan
|
|
||||||
color6 #7dcfff
|
|
||||||
color14 #7dcfff
|
|
||||||
|
|
||||||
# White
|
|
||||||
color7 #c0caf5
|
|
||||||
color15 #c0caf5
|
|
||||||
|
|
||||||
# Cursor
|
|
||||||
cursor #c0caf5
|
|
||||||
cursor_text_color #1a1b26
|
|
||||||
|
|
||||||
# Selection highlight
|
|
||||||
selection_foreground none
|
|
||||||
selection_background #28344a
|
|
||||||
|
|
||||||
# The color for highlighting URLs on mouse-over
|
|
||||||
url_color #9ece6a
|
|
||||||
|
|
||||||
# Window borders
|
|
||||||
active_border_color #3d59a1
|
|
||||||
inactive_border_color #101014
|
|
||||||
bell_border_color #e0af68
|
|
||||||
|
|
||||||
# Tab bar
|
# Tab bar
|
||||||
tab_bar_style fade
|
tab_bar_style fade
|
||||||
tab_fade 1
|
tab_fade 1
|
||||||
active_tab_foreground #3d59a1
|
|
||||||
active_tab_background #16161e
|
|
||||||
active_tab_font_style bold
|
active_tab_font_style bold
|
||||||
inactive_tab_foreground #787c99
|
|
||||||
inactive_tab_background #16161e
|
|
||||||
inactive_tab_font_style bold
|
inactive_tab_font_style bold
|
||||||
tab_bar_background #101014
|
|
||||||
|
|
||||||
# Title bar
|
|
||||||
macos_titlebar_color #16161e
|
|
||||||
|
|
||||||
# Storm
|
|
||||||
# background #24283b
|
|
||||||
# cursor_text_color #24283b
|
|
||||||
# active_tab_background #1f2335
|
|
||||||
# inactive_tab_background #1f2335
|
|
||||||
# macos_titlebar_color #1f2335
|
|
||||||
|
|
||||||
background_opacity 1
|
background_opacity 1
|
||||||
|
|
||||||
|
# BEGIN_KITTY_THEME
|
||||||
|
# Hydro-Os
|
||||||
|
include current-theme.conf
|
||||||
|
# END_KITTY_THEME
|
||||||
|
69
dot_config/kitty/themes/hydro-os.conf
Normal file
69
dot_config/kitty/themes/hydro-os.conf
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# Tokyo Night color scheme for kitty terminal emulator
|
||||||
|
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
||||||
|
#
|
||||||
|
# Based on Tokyo Night color theme for Visual Studio Code
|
||||||
|
# https://github.com/enkia/tokyo-night-vscode-theme
|
||||||
|
|
||||||
|
# Modified for hydro-os as a template to change colors with matugen
|
||||||
|
|
||||||
|
# Black
|
||||||
|
color0 #414868
|
||||||
|
color8 #414868
|
||||||
|
|
||||||
|
# Red
|
||||||
|
color1 #f7768e
|
||||||
|
color9 #f7768e
|
||||||
|
|
||||||
|
# Green
|
||||||
|
color2 #73daca
|
||||||
|
color10 #73daca
|
||||||
|
|
||||||
|
# Yellow
|
||||||
|
color3 #e0af68
|
||||||
|
color11 #e0af68
|
||||||
|
|
||||||
|
# Blue
|
||||||
|
color4 #7aa2f7
|
||||||
|
color12 #7aa2f7
|
||||||
|
|
||||||
|
# Magenta
|
||||||
|
color5 #bb9af7
|
||||||
|
color13 #bb9af7
|
||||||
|
|
||||||
|
# Cyan
|
||||||
|
color6 #7dcfff
|
||||||
|
color14 #7dcfff
|
||||||
|
|
||||||
|
# White
|
||||||
|
color7 #c0caf5
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# Window borders
|
||||||
|
active_border_color #3d59a1
|
||||||
|
inactive_border_color #101014
|
||||||
|
bell_border_color #e0af68
|
||||||
|
|
||||||
|
# Tab bar
|
||||||
|
tab_bar_style fade
|
||||||
|
tab_fade 1
|
||||||
|
active_tab_foreground #3d59a1
|
||||||
|
active_tab_background #16161e
|
||||||
|
active_tab_font_style bold
|
||||||
|
inactive_tab_foreground #787c99
|
||||||
|
inactive_tab_background #16161e
|
||||||
|
inactive_tab_font_style bold
|
||||||
|
tab_bar_background #101014
|
||||||
|
|
||||||
|
# Title bar
|
||||||
|
macos_titlebar_color #16161e
|
||||||
|
|
||||||
|
background_opacity 1
|
||||||
|
|
||||||
|
cursor #e1e2e9
|
||||||
|
cursor_text_color #c1c7d2
|
||||||
|
|
||||||
|
foreground #e1e2e9
|
||||||
|
background #111418
|
||||||
|
selection_foreground #1b314c
|
||||||
|
selection_background #b2c8ea
|
||||||
|
url_color #a3c9ff
|
34
dot_config/matugen/config.toml
Normal file
34
dot_config/matugen/config.toml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
[config]
|
||||||
|
# If set to enabled, it will check for updates when you run the matugen command, notifying you that an update is avaiable.
|
||||||
|
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
||||||
|
version_check = false
|
||||||
|
|
||||||
|
[config.wallpaper]
|
||||||
|
command = "swww"
|
||||||
|
arguments = ["img", "--transition-type", "center"]
|
||||||
|
|
||||||
|
[templates.hyprland]
|
||||||
|
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
||||||
|
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
||||||
|
post_hook = 'hyprctl reload'
|
||||||
|
|
||||||
|
[templates.qt6ct]
|
||||||
|
input_path = '~/.config/matugen/templates/qtct-colors.conf'
|
||||||
|
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
||||||
|
|
||||||
|
[templates.gtk3]
|
||||||
|
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
||||||
|
output_path = '~/.config/gtk-3.0/colors.css'
|
||||||
|
|
||||||
|
[templates.gtk4]
|
||||||
|
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
||||||
|
output_path = '~/.config/gtk-4.0/colors.css'
|
||||||
|
|
||||||
|
[templates.kitty]
|
||||||
|
input_path = '~/.config/matugen/templates/kitty-colors.conf'
|
||||||
|
output_path = '~/.config/kitty/themes/hydro-os.conf'
|
||||||
|
post_hook = 'kitten themes --reload-in=all hydro-os'
|
||||||
|
|
||||||
|
[templates.fuzzel]
|
||||||
|
input_path = '~/.config/matugen/templates/fuzzel-colors.ini'
|
||||||
|
output_path = '~/.config/fuzzel/themes/hydro-os.ini'
|
23
dot_config/matugen/templates/gtk-colors.css
Normal file
23
dot_config/matugen/templates/gtk-colors.css
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* GTK Colors
|
||||||
|
* Generated with Matugen
|
||||||
|
*/
|
||||||
|
|
||||||
|
@define-color accent_color {{colors.primary_fixed_dim.default.hex}};
|
||||||
|
@define-color accent_fg_color {{colors.on_primary_fixed.default.hex}};
|
||||||
|
@define-color accent_bg_color {{colors.primary_fixed_dim.default.hex}};
|
||||||
|
@define-color window_bg_color {{colors.surface_dim.default.hex}};
|
||||||
|
@define-color window_fg_color {{colors.on_surface.default.hex}};
|
||||||
|
@define-color headerbar_bg_color {{colors.surface_dim.default.hex}};
|
||||||
|
@define-color headerbar_fg_color {{colors.on_surface.default.hex}};
|
||||||
|
@define-color popover_bg_color {{colors.surface_dim.default.hex}};
|
||||||
|
@define-color popover_fg_color {{colors.on_surface.default.hex}};
|
||||||
|
@define-color view_bg_color {{colors.surface.default.hex}};
|
||||||
|
@define-color view_fg_color {{colors.on_surface.default.hex}};
|
||||||
|
@define-color card_bg_color {{colors.surface.default.hex}};
|
||||||
|
@define-color card_fg_color {{colors.on_surface.default.hex}};
|
||||||
|
@define-color sidebar_bg_color @window_bg_color;
|
||||||
|
@define-color sidebar_fg_color @window_fg_color;
|
||||||
|
@define-color sidebar_border_color @window_bg_color;
|
||||||
|
@define-color sidebar_backdrop_color @window_bg_color;
|
||||||
|
|
19
dot_config/matugen/templates/hyprland-colors.conf
Normal file
19
dot_config/matugen/templates/hyprland-colors.conf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
general {
|
||||||
|
col.inactive_border = rgb({{colors.background.default.hex_stripped}})
|
||||||
|
col.active_border = rgb({{colors.primary.default.hex_stripped}})
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
enabled = yes
|
||||||
|
range = 4
|
||||||
|
render_power = 3
|
||||||
|
color = rgb({{colors.shadow.default.hex_stripped}})
|
||||||
|
}
|
||||||
|
|
||||||
|
rounding = 15
|
||||||
|
}
|
69
dot_config/matugen/templates/kitty-colors.conf
Normal file
69
dot_config/matugen/templates/kitty-colors.conf
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# Tokyo Night color scheme for kitty terminal emulator
|
||||||
|
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
||||||
|
#
|
||||||
|
# Based on Tokyo Night color theme for Visual Studio Code
|
||||||
|
# https://github.com/enkia/tokyo-night-vscode-theme
|
||||||
|
|
||||||
|
# Modified for hydro-os as a template to change colors with matugen
|
||||||
|
|
||||||
|
# Black
|
||||||
|
color0 #414868
|
||||||
|
color8 #414868
|
||||||
|
|
||||||
|
# Red
|
||||||
|
color1 #f7768e
|
||||||
|
color9 #f7768e
|
||||||
|
|
||||||
|
# Green
|
||||||
|
color2 #73daca
|
||||||
|
color10 #73daca
|
||||||
|
|
||||||
|
# Yellow
|
||||||
|
color3 #e0af68
|
||||||
|
color11 #e0af68
|
||||||
|
|
||||||
|
# Blue
|
||||||
|
color4 #7aa2f7
|
||||||
|
color12 #7aa2f7
|
||||||
|
|
||||||
|
# Magenta
|
||||||
|
color5 #bb9af7
|
||||||
|
color13 #bb9af7
|
||||||
|
|
||||||
|
# Cyan
|
||||||
|
color6 #7dcfff
|
||||||
|
color14 #7dcfff
|
||||||
|
|
||||||
|
# White
|
||||||
|
color7 #c0caf5
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# Window borders
|
||||||
|
active_border_color #3d59a1
|
||||||
|
inactive_border_color #101014
|
||||||
|
bell_border_color #e0af68
|
||||||
|
|
||||||
|
# Tab bar
|
||||||
|
tab_bar_style fade
|
||||||
|
tab_fade 1
|
||||||
|
active_tab_foreground #3d59a1
|
||||||
|
active_tab_background #16161e
|
||||||
|
active_tab_font_style bold
|
||||||
|
inactive_tab_foreground #787c99
|
||||||
|
inactive_tab_background #16161e
|
||||||
|
inactive_tab_font_style bold
|
||||||
|
tab_bar_background #101014
|
||||||
|
|
||||||
|
# Title bar
|
||||||
|
macos_titlebar_color #16161e
|
||||||
|
|
||||||
|
background_opacity 1
|
||||||
|
|
||||||
|
cursor {{colors.on_surface.default.hex}}
|
||||||
|
cursor_text_color {{colors.on_surface_variant.default.hex}}
|
||||||
|
|
||||||
|
foreground {{colors.on_surface.default.hex}}
|
||||||
|
background {{colors.surface.default.hex}}
|
||||||
|
selection_foreground {{colors.on_secondary.default.hex}}
|
||||||
|
selection_background {{colors.secondary_fixed_dim.default.hex}}
|
||||||
|
url_color {{colors.primary.default.hex}}
|
5
dot_config/matugen/templates/qtct-colors.conf
Normal file
5
dot_config/matugen/templates/qtct-colors.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[ColorScheme]
|
||||||
|
active_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}}
|
||||||
|
disabled_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}}
|
||||||
|
inactive_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}}
|
||||||
|
|
5
dot_config/qt6ct/colors/matugen.conf
Normal file
5
dot_config/qt6ct/colors/matugen.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[ColorScheme]
|
||||||
|
active_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea
|
||||||
|
disabled_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea
|
||||||
|
inactive_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea
|
||||||
|
|
32
dot_config/qt6ct/qt6ct.conf
Normal file
32
dot_config/qt6ct/qt6ct.conf
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=~/.config/qt6ct/colors/matugen.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=Papirus
|
||||||
|
standard_dialogs=default
|
||||||
|
style=Fusion
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Noto Sans Arabic,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
general="Noto Sans Arabic,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
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\x4\xec\0\0\x2\xa2\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x2\xa2\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x2\xa2)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
19
dot_gtkrc-2.0
Normal file
19
dot_gtkrc-2.0
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# DO NOT EDIT! This file will be overwritten by nwg-look.
|
||||||
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
|
include "/home/eriq12/.gtkrc-2.0.mine"
|
||||||
|
gtk-theme-name="Adwaita-dark"
|
||||||
|
gtk-icon-theme-name="Papirus-Dark"
|
||||||
|
gtk-font-name="Adwaita Sans 11"
|
||||||
|
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=0
|
||||||
|
gtk-menu-images=0
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintslight"
|
||||||
|
gtk-xft-rgba="rgb"
|
@@ -29,7 +29,7 @@ ZSH_THEME="agnoster"
|
|||||||
|
|
||||||
# Uncomment one of the following lines to change the auto-update behavior
|
# Uncomment one of the following lines to change the auto-update behavior
|
||||||
# zstyle ':omz:update' mode disabled # disable automatic updates
|
# zstyle ':omz:update' mode disabled # disable automatic updates
|
||||||
# zstyle ':omz:update' mode auto # update automatically without asking
|
zstyle ':omz:update' mode auto # update automatically without asking
|
||||||
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
|
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
|
||||||
|
|
||||||
# Uncomment the following line to change how often to auto-update (in days).
|
# Uncomment the following line to change how often to auto-update (in days).
|
||||||
@@ -74,7 +74,7 @@ ZSH_THEME="agnoster"
|
|||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git git-commit fzf dnf conda ssh vscode systemd)
|
plugins=(git git-commit fzf ssh vscode systemd)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@@ -114,7 +114,6 @@ export EDITOR="$(which nvim)"
|
|||||||
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
|
||||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
PATH="$PATH:/opt/dart-sass/"
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# Enable zoxide
|
# Enable zoxide
|
||||||
|
Reference in New Issue
Block a user