Compare commits

..

17 Commits

Author SHA1 Message Date
a25da04e3c Changed default color scheme and env for hyprland. Removed uwsm env as it did not appear to have any desired effect 2025-06-20 14:23:22 -04:00
d9068f4538 Removed background image as it was unnecessary 2025-06-18 18:08:30 -04:00
2aad58f898 Added rest of gtk 4 files needed 2025-06-17 00:10:35 -04:00
44068bc5d8 Changed to fusion style and default for dialogs 2025-06-16 14:37:39 -04:00
67336f956b Changed default icon theme to papirus-dark 2025-06-16 14:33:37 -04:00
b15bb60d07 Changed GTK_BACKEND env var to wayland only 2025-06-16 13:27:11 -04:00
65193f6dd9 Re-add env_vars in hyprland as uwsm env does not add environemnt variables into hyprland 2025-06-16 12:10:19 -04:00
8baa7cafbb Corrected typos in uwsm env file 2025-06-16 01:04:52 -04:00
811a4edc72 Switched from kde style to hypr style 2025-06-15 22:16:41 -04:00
a626fc3e60 Move from hyprpanel setting swww wallpaper to using daemon directly 2025-06-12 15:51:16 -04:00
3e68d74270 Changed default scheme to fruit-salad and added a config for fuzzel theming 2025-06-10 23:10:36 -04:00
a7b7e5b508 Added generated files to avoid where the user hasn't generated colors yet. 2025-06-10 12:54:27 -04:00
1f42415ae6 Added matugen integration with other applications and theming 2025-06-10 01:03:12 -04:00
6ca08a6e22 Corrected my dumb mistake 2025-06-09 03:19:11 -04:00
e360119fb6 Changed keybind to use fuzzel as well 2025-06-09 02:59:06 -04:00
47bd33f14e Cleaned up zshrc file 2025-06-09 02:11:24 -04:00
e721ae4f44 Changed config to uses fuzzel rather than wofi 2025-06-09 02:06:56 -04:00
25 changed files with 593 additions and 130 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

View 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

View 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

View 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;

View 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;

View File

@@ -0,0 +1,2 @@
@import 'colors.css';
@import 'kde_window_geometry.css';

View 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;
}

View 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

View 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
}

View File

@@ -8,33 +8,12 @@ env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Classic
env = XCURSOR_SIZE,24
# Toolkit Backend Vars
#env = GDK_BACKEND,wayland;x11;* # seems to stop applications from starting, stating no display
#env = GDK_BACKEND,wayland
#env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
env = GDK_BACKEND,wayland,x11,*
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
env = CLUTTER_BACKEND,wayland
# 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_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
# 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
env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style

View File

@@ -6,8 +6,6 @@ general {
gaps_in = 5
gaps_out = 10
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
@@ -15,29 +13,6 @@ general {
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 {
enabled = yes
@@ -58,4 +33,4 @@ misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_splash_rendering = true
}
}

View File

@@ -2,7 +2,7 @@
# Set programs that you use
$fileManager = xdg-open "$HOME"
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
$menu = fuzzel
#$menu = ags request -i launcher show
$screenshot = grim -g "$(slurp -d)" - | wl-copy
$powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua

View File

@@ -55,18 +55,18 @@
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app -- io.github.flattool.Warehouse.desktop",
"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.systray.enableBorder": false,
"bar.workspaces.monitorSpecific": true,
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
"wallpaper.pywal": false,
"theme.matugen": true,
"wallpaper.enable": true,
"wallpaper.enable": false,
"bar.customModules.storage.paths": [
"/"
],
"theme.matugen_settings.mode": "dark",
"theme.matugen_settings.scheme_type": "content",
"theme.matugen_settings.scheme_type": "fidelity",
"theme.matugen_settings.variation": "standard_1"
}

View 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

View File

@@ -1,79 +1,14 @@
# 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
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
# kitty.conf
# 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
# Storm
# background #24283b
# cursor_text_color #24283b
# active_tab_background #1f2335
# inactive_tab_background #1f2335
# macos_titlebar_color #1f2335
background_opacity 1
# BEGIN_KITTY_THEME
# Hydro-Os
include current-theme.conf
# END_KITTY_THEME

View 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

View 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'

View 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;

View 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
}

View 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}}

View 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}}

View 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

View 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
View 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"

View File

@@ -29,7 +29,7 @@ ZSH_THEME="agnoster"
# Uncomment one of the following lines to change the auto-update behavior
# 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
# 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/
# Example format: plugins=(rails git textmate ruby lighthouse)
# 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
@@ -114,7 +114,6 @@ export EDITOR="$(which nvim)"
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
PATH="$PATH:/opt/dart-sass/"
export PATH
# Enable zoxide