Updated configs to most recent color scheme. Added some windowrules to hyprland, removed hyprpanel

This commit is contained in:
2025-10-19 02:23:06 -04:00
parent a25da04e3c
commit c041170257
22 changed files with 125 additions and 160 deletions

View File

@@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #a3c9ff; @define-color accent_color #acc7ff;
@define-color accent_fg_color #001c39; @define-color accent_fg_color #001a40;
@define-color accent_bg_color #a3c9ff; @define-color accent_bg_color #acc7ff;
@define-color window_bg_color #111418; @define-color window_bg_color #111319;
@define-color window_fg_color #e1e2e9; @define-color window_fg_color #e1e2ea;
@define-color headerbar_bg_color #111418; @define-color headerbar_bg_color #111319;
@define-color headerbar_fg_color #e1e2e9; @define-color headerbar_fg_color #e1e2ea;
@define-color popover_bg_color #111418; @define-color popover_bg_color #111319;
@define-color popover_fg_color #e1e2e9; @define-color popover_fg_color #e1e2ea;
@define-color view_bg_color #111418; @define-color view_bg_color #111319;
@define-color view_fg_color #e1e2e9; @define-color view_fg_color #e1e2ea;
@define-color card_bg_color #111418; @define-color card_bg_color #111319;
@define-color card_fg_color #e1e2e9; @define-color card_fg_color #e1e2ea;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

View File

@@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #a3c9ff; @define-color accent_color #acc7ff;
@define-color accent_fg_color #001c39; @define-color accent_fg_color #001a40;
@define-color accent_bg_color #a3c9ff; @define-color accent_bg_color #acc7ff;
@define-color window_bg_color #111418; @define-color window_bg_color #111319;
@define-color window_fg_color #e1e2e9; @define-color window_fg_color #e1e2ea;
@define-color headerbar_bg_color #111418; @define-color headerbar_bg_color #111319;
@define-color headerbar_fg_color #e1e2e9; @define-color headerbar_fg_color #e1e2ea;
@define-color popover_bg_color #111418; @define-color popover_bg_color #111319;
@define-color popover_fg_color #e1e2e9; @define-color popover_fg_color #e1e2ea;
@define-color view_bg_color #111418; @define-color view_bg_color #111319;
@define-color view_fg_color #e1e2e9; @define-color view_fg_color #e1e2ea;
@define-color card_bg_color #111418; @define-color card_bg_color #111319;
@define-color card_fg_color #e1e2e9; @define-color card_fg_color #e1e2ea;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

View File

@@ -7,3 +7,7 @@ $mainMod = SUPER
## keybind ## keybind
bind = $mainMod, F, exec, $browser bind = $mainMod, F, exec, $browser
windowrule = float, initialTitle:^(Picture-in-Picture)$
windowrule = size 30% 30%, initialTitle:^(Picture-in-Picture)$

View File

@@ -1,6 +1,6 @@
general { general {
col.inactive_border = rgb(111418) col.inactive_border = rgb(002f67)
col.active_border = rgb(a3c9ff) col.active_border = rgb(acc7ff)
} }
decoration { decoration {
@@ -15,5 +15,5 @@ decoration {
color = rgb(000000) color = rgb(000000)
} }
rounding = 15 rounding = 0
} }

View File

@@ -1,6 +1,6 @@
# discord_workspace.conf # discord_workspace.conf
$discord_class = class:^(vesktop)$|^(discord)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$ $discord_class = class:^(vesktop)$|^(discord)$|^(discord-canary)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$
# workspace # workspace
workspace = special:discord workspace = special:discord

View File

@@ -8,9 +8,9 @@ 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,* #env = GDK_BACKEND,wayland,x11,*
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,qt6ct env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = QT_AUTO_SCREEN_SCALE_FACTOR,1

View File

@@ -1,9 +1,6 @@
# game_workspace.conf # game_workspace.conf
# for things related to the steam and game workspaces # for things related to the steam and game workspaces
# workspace number
$game-workspace-number = 5
# window rules # window rules
windowrule = workspace 9 silent, class:^(steam)$ windowrule = workspace 9 silent, class:^(steam)$
@@ -11,37 +8,53 @@ windowrule = workspace 9 silent, class:^(steam)$
$mainMod = SUPER $mainMod = SUPER
bind = $mainMod, G, focuswindow, class:^(gamescope|steam) bind = $mainMod, G, focuswindow, class:^(gamescope|steam)
# set rule for games (note for wayland, fullscreen wont' bring it to a differnet workspace)
$gamerule = workspace 5
# To put the window rules for the game workspace # To put the window rules for the game workspace
# steam apps # steam apps
windowrule = fullscreen, class:^steam_app_\d+$ #windowrule = fullscreen, class:^steam_app_\d+$
windowrule = workspace $game-workspace-number silent, class:^steam_app_\d+$ windowrule = $gamerule, class:^steam_app_\d+$
# gamescope # gamescope
windowrule = fullscreen, class:^(gamescope)$ windowrule = fullscreen, class:^(gamescope)$
windowrule = workspace $game-workspace-number silent, class:^(gamescope)$ windowrule = $gamerule silent, class:^(gamescope)$
# Minecraft # Minecraft
windowrule = workspace $game-workspace-number, class:^Minecraft.* windowrule = $gamerule, class:^Minecraft.*
# factorio # factorio
windowrule = workspace $game-workspace-number, class:^(factorio)$ windowrule = $gamerule, class:^(factorio)$
# RetroArch flatpak # RetroArch flatpak
windowrule = workspace $game-workspace-number, class:^(org.libretro.RetroArch)$ windowrule = $gamerule, class:^(org\.libretro\.RetroArch)$
# dolphin emulator # dolphin emulator
windowrule = workspace $game-workspace-number, class:^(dolphin-emu)$ windowrule = $gamerule, class:^(dolphin-emu)$
# Slay the Spire # Slay the Spire
windowrule = workspace $game-workspace-number, class:^(Slay the Spire)$ windowrule = $gamerule, class:^(Slay the Spire)$
# Helldivers 2 in wayland mode # Baba Is You
windowrule = workspace $game-workspace-number, class:^(helldivers2.exe)$ windowrule = $gamerule, class:^(Baba Is You)$
# Monster hunter wilds in wayland mode # .exe games in wayland mode
windowrule = workspace $game-workspace-number, class:^(monsterhunterwilds.exe)$ windowrule = $gamerule, class:^.*(\.exe)$
# some native games with .x86_64 class
windowrule = $gamerule, class:^.*(\.x86_64)$
# necesse
windowrule = tile, class:^(Necesse).*
windowrule = fullscreen, class:^(Necesse).*
windowrule = $gamerule, class:^(Necesse).*
# continue rendering helldivers 2
windowrule = renderunfocused, class:^(helldivers2.exe)$
# move task bar stuff to workspace 4
windowrule = workspace 4 silent, class:^explorer\.exe$
# Terraria # Terraria
windowrule = workspace $game-workspace-number, class:^(dotnet)$ windowrule = $gamerule, class:^(dotnet)$
windowrule = fullscreen, class:^(dotnet)$

View File

@@ -3,8 +3,8 @@
general { general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5 gaps_in = 2
gaps_out = 10 gaps_out = 2
border_size = 2 border_size = 2
layout = dwindle layout = dwindle

View File

@@ -11,11 +11,6 @@ master {
new_status = slave new_status = slave
} }
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = off
}
debug { debug {
disable_logs = false disable_logs = false
} }

View File

@@ -15,4 +15,8 @@ input {
} }
sensitivity = 0 # -1.0 to 1.0, 0 means no modification. sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
} }
cursor {
no_hardware_cursors=1
}

View File

@@ -15,3 +15,6 @@ windowrule = move 100%-w-2 30, $nextcloud
# KDE connect applet # KDE connect applet
$kdeconnect = initialClass:^(org.kde.connect.daemon)$ $kdeconnect = initialClass:^(org.kde.connect.daemon)$
windowrule = float, $kdeconnect windowrule = float, $kdeconnect
# grayjay
windowrule = tile, title:^(Grayjay)$

View File

@@ -1,7 +1,7 @@
# terminal.conf # terminal.conf
# workspace # workspace
workspace = special:terminal workspace = special:terminal, on-created-empty:kitty
# key binds # key binds
$mainMod = SUPER $mainMod = SUPER

View File

@@ -1,72 +0,0 @@
{
"scalingPriority": "gdk",
"theme.bar.floating": true,
"bar.autoHide": "never",
"bar.layouts": {
"*": {
"left": [
"cpu",
"ram",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"network",
"bluetooth",
"systray",
"notifications",
"clock",
"dashboard"
]
}
},
"theme.notification.enableShadow": false,
"theme.bar.border.location": "none",
"theme.bar.border_radius": "0.75em",
"theme.bar.outer_spacing": ".25em",
"theme.bar.buttons.radius": "0.75em",
"theme.bar.menus.monochrome": false,
"theme.bar.menus.opacity": 100,
"theme.bar.buttons.y_margins": "0.1em",
"theme.bar.buttons.enableBorders": true,
"theme.bar.transparent": true,
"theme.bar.enableShadow": false,
"menus.clock.time.hideSeconds": false,
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.dashboard.shortcuts.left.shortcut1.command": "uwsm app -- one.ablaze.floorp.desktop",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Floorp",
"menus.dashboard.shortcuts.enabled": true,
"menus.dashboard.stats.enable_gpu": false,
"menus.clock.weather.enabled": false,
"bar.workspaces.show_icons": false,
"bar.workspaces.show_numbered": true,
"theme.bar.buttons.windowtitle.enableBorder": false,
"bar.windowtitle.custom_title": true,
"bar.windowtitle.truncation": true,
"bar.notifications.show_total": true,
"bar.notifications.hideCountWhenZero": true,
"bar.launcher.icon": "󰣛",
"bar.launcher.autoDetectIcon": false,
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord.desktop",
"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": "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": false,
"bar.customModules.storage.paths": [
"/"
],
"theme.matugen_settings.mode": "dark",
"theme.matugen_settings.scheme_type": "fidelity",
"theme.matugen_settings.variation": "standard_1"
}

View File

@@ -57,13 +57,13 @@ tab_bar_background #101014
# Title bar # Title bar
macos_titlebar_color #16161e macos_titlebar_color #16161e
background_opacity 1 #background_opacity 1
cursor #e1e2e9 cursor #e1e2ea
cursor_text_color #c1c7d2 cursor_text_color #c2c6d4
foreground #e1e2e9 foreground #e1e2ea
background #111418 background #111319
selection_foreground #1b314c selection_foreground #1c3053
selection_background #b2c8ea selection_background #b3c7f2
url_color #a3c9ff url_color #acc7ff

View File

@@ -6,7 +6,7 @@ tab_fade 1
active_tab_font_style bold active_tab_font_style bold
inactive_tab_font_style bold inactive_tab_font_style bold
background_opacity 1 background_opacity 0.8
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Hydro-Os # Hydro-Os

View File

@@ -57,13 +57,13 @@ tab_bar_background #101014
# Title bar # Title bar
macos_titlebar_color #16161e macos_titlebar_color #16161e
background_opacity 1 #background_opacity 1
cursor #e1e2e9 cursor #e1e2ea
cursor_text_color #c1c7d2 cursor_text_color #c2c6d4
foreground #e1e2e9 foreground #e1e2ea
background #111418 background #111319
selection_foreground #1b314c selection_foreground #1c3053
selection_background #b2c8ea selection_background #b3c7f2
url_color #a3c9ff url_color #acc7ff

View File

@@ -7,6 +7,15 @@ version_check = false
command = "swww" command = "swww"
arguments = ["img", "--transition-type", "center"] arguments = ["img", "--transition-type", "center"]
[config.custom_colors]
neutral = { color = "#787878", blend = true }
neutral_variant = { color = "#7D747D", blend = true }
success = { color = "#B5CCBA", blend = true }
success_container = { color = "#374B3E", blend = true }
on_success = { color = "#213528", blend = true }
on_success_container = { color = "#D1E9D6", blend = true }
surface_tint = { color = "#C4C4C4", blend = true }
[templates.hyprland] [templates.hyprland]
input_path = '~/.config/matugen/templates/hyprland-colors.conf' input_path = '~/.config/matugen/templates/hyprland-colors.conf'
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf' output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
@@ -16,6 +25,10 @@ post_hook = 'hyprctl reload'
input_path = '~/.config/matugen/templates/qtct-colors.conf' input_path = '~/.config/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt6ct/colors/matugen.conf' output_path = '~/.config/qt6ct/colors/matugen.conf'
[templates.qt5ct]
input_path = '~/.config/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt5ct/colors/matugen.conf'
[templates.gtk3] [templates.gtk3]
input_path = '~/.config/matugen/templates/gtk-colors.css' input_path = '~/.config/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/colors.css' output_path = '~/.config/gtk-3.0/colors.css'
@@ -32,3 +45,7 @@ post_hook = 'kitten themes --reload-in=all hydro-os'
[templates.fuzzel] [templates.fuzzel]
input_path = '~/.config/matugen/templates/fuzzel-colors.ini' input_path = '~/.config/matugen/templates/fuzzel-colors.ini'
output_path = '~/.config/fuzzel/themes/hydro-os.ini' output_path = '~/.config/fuzzel/themes/hydro-os.ini'
[templates.quickshell]
input_path = '~/.config/matugen/templates/color.json'
output_path = '~/.config/hydro-os/color.json'

View File

@@ -1,5 +1,5 @@
general { general {
col.inactive_border = rgb({{colors.background.default.hex_stripped}}) col.inactive_border = rgb({{colors.on_primary.default.hex_stripped}})
col.active_border = rgb({{colors.primary.default.hex_stripped}}) col.active_border = rgb({{colors.primary.default.hex_stripped}})
} }
@@ -15,5 +15,5 @@ decoration {
color = rgb({{colors.shadow.default.hex_stripped}}) color = rgb({{colors.shadow.default.hex_stripped}})
} }
rounding = 15 rounding = 0
} }

View File

@@ -57,7 +57,7 @@ tab_bar_background #101014
# Title bar # Title bar
macos_titlebar_color #16161e macos_titlebar_color #16161e
background_opacity 1 #background_opacity 1
cursor {{colors.on_surface.default.hex}} cursor {{colors.on_surface.default.hex}}
cursor_text_color {{colors.on_surface_variant.default.hex}} cursor_text_color {{colors.on_surface_variant.default.hex}}

View File

@@ -1,5 +1,5 @@
[ColorScheme] [ColorScheme]
active_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea active_colors=#e1e2ea, #111319, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2ea, #ffffff, #e1e2ea, #111319, #111319, #000000, #0057b5, #ffffff, #b3c7f2, #acc7ff, #111319, #000000, #111319, #e1e2ea, #b3c7f2
disabled_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea disabled_colors=#e1e2ea, #111319, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2ea, #ffffff, #e1e2ea, #111319, #111319, #000000, #0057b5, #ffffff, #b3c7f2, #acc7ff, #111319, #000000, #111319, #e1e2ea, #b3c7f2
inactive_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea inactive_colors=#e1e2ea, #111319, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2ea, #ffffff, #e1e2ea, #111319, #111319, #000000, #0057b5, #ffffff, #b3c7f2, #acc7ff, #111319, #000000, #111319, #e1e2ea, #b3c7f2

View File

@@ -1,7 +1,7 @@
[Appearance] [Appearance]
color_scheme_path=~/.config/qt6ct/colors/matugen.conf color_scheme_path=/home/eriq12/.config/qt6ct/colors/matugen.conf
custom_palette=true custom_palette=true
icon_theme=Papirus icon_theme=Papirus-Dark
standard_dialogs=default standard_dialogs=default
style=Fusion style=Fusion
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3 wheel_scroll_lines=3
[SettingsWindow] [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) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\xe\xf7\0\0\x2\xb1\0\0\n\0\0\0\0\0\0\0\xe\xf7\0\0\x2\xb1\0\0\0\x1\x2\0\0\0\n\0\0\0\n\0\0\0\0\0\0\0\xe\xf7\0\0\x2\xb1)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View File

@@ -28,8 +28,8 @@ ZSH_THEME="agnoster"
# HYPHEN_INSENSITIVE="true" # HYPHEN_INSENSITIVE="true"
# 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).
@@ -109,6 +109,7 @@ export EDITOR="$(which nvim)"
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias update="rpm-ostree upgrade"
# User specified environment # User specified environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then