From 73fb2c26b9aa5d91afa4a844d8887bdbc4d11e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Tue, 11 Aug 2026 12:27:58 +0200 Subject: [PATCH 1/4] fix(gtk4): theming (hopefully) --- dconf-export/gedit.dconf | 5 ++++- dconf-export/gtk4.dconf | 2 +- dconf-export/nautilus.dconf | 5 +++++ gtk-4.0/gtk-dark.css | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) create mode 120000 gtk-4.0/gtk-dark.css diff --git a/dconf-export/gedit.dconf b/dconf-export/gedit.dconf index e7f1569..6ed504a 100644 --- a/dconf-export/gedit.dconf +++ b/dconf-export/gedit.dconf @@ -12,7 +12,10 @@ statusbar-visible=true [state/window] bottom-panel-size=140 +height=979 +maximized=true side-panel-active-page='GeditWindowDocumentsPanel' side-panel-size=200 -size=(635, 285) +size=(950, 975) state=43908 +width=956 diff --git a/dconf-export/gtk4.dconf b/dconf-export/gtk4.dconf index 020f141..ab59264 100644 --- a/dconf-export/gtk4.dconf +++ b/dconf-export/gtk4.dconf @@ -1,7 +1,7 @@ [settings/file-chooser] date-format='regular' location-mode='path-bar' -show-hidden=true +show-hidden=false show-size-column=true show-type-column=true sidebar-width=140 diff --git a/dconf-export/nautilus.dconf b/dconf-export/nautilus.dconf index 4287a0f..05a9615 100644 --- a/dconf-export/nautilus.dconf +++ b/dconf-export/nautilus.dconf @@ -1,3 +1,6 @@ +[compression] +default-compression-format='tar.xz' + [icon-view] default-zoom-level='small' @@ -6,6 +9,8 @@ default-folder-viewer='icon-view' migrated-gtk-settings=true search-filter-time-type='last_modified' search-view='list-view' +show-create-link=true +show-delete-permanently=true [window-state] initial-size=(1280, 720) diff --git a/gtk-4.0/gtk-dark.css b/gtk-4.0/gtk-dark.css new file mode 120000 index 0000000..fd29fc8 --- /dev/null +++ b/gtk-4.0/gtk-dark.css @@ -0,0 +1 @@ +/usr/share/themes/adw-gtk3-dark/gtk-4.0/gtk-dark.css \ No newline at end of file From cc8e1785e1d8a620d8e75bf529460e9a521acaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Tue, 11 Aug 2026 12:34:12 +0200 Subject: [PATCH 2/4] fix(hyprland): one standing monitor for desktop --- hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4e78933..f15c033 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -13,7 +13,8 @@ #autogenerated = 1 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=DP-2,preferred,0x0,1 +monitor=HDMI-A-2,1920x1080,1920x-420,1, transform,1 # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf From 0c2263d96304d3f389204361b6a1426922f21e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Tue, 11 Aug 2026 12:34:38 +0200 Subject: [PATCH 3/4] feat(nvim): add verible for verilog LSP --- nvim/lua/configs/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/configs/lspconfig.lua b/nvim/lua/configs/lspconfig.lua index a3b82dc..41b1a79 100755 --- a/nvim/lua/configs/lspconfig.lua +++ b/nvim/lua/configs/lspconfig.lua @@ -2,6 +2,6 @@ local on_attach = require("nvchad.configs.lspconfig").on_attach local capabilities = require("nvchad.configs.lspconfig").capabilities -- if you just want default config for the servers then put them in a table -local servers = { "hyprls", "lua-language-server", "clangd", "basedpyright", "vhdl_ls" } +local servers = { "hyprls", "lua-language-server", "clangd", "basedpyright", "vhdl_ls", "verible" } vim.lsp.enable(servers) From 72480c2bb2f179b54f2209424c11c559de968e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Tue, 11 Aug 2026 12:36:10 +0200 Subject: [PATCH 4/4] fix(waybar): standing monitor layout --- waybar/config_desktop.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/waybar/config_desktop.json b/waybar/config_desktop.json index eafb5cc..c90c793 100644 --- a/waybar/config_desktop.json +++ b/waybar/config_desktop.json @@ -1,6 +1,7 @@ -{ +[{ "layer": "top", "position": "top", + "output": "DP-2", "include": [ "~/.config/waybar/modules.jsonc" ], @@ -16,4 +17,24 @@ "icon-size": 16, "spacing": 10 }, -} +}, +{ + "layer": "top", + "position": "top", + "output": "HDMI-A-2", + "include": [ + "~/.config/waybar/modules.jsonc" + ], + "height": 40, + "margin-left": 3, + "margin-right": 3, + "margin-top": 3, + "margin-bottom": 3, + "modules-left": ["custom/junkyard", "hyprland/workspaces"], + "modules-center": ["clock"], + "modules-right": ["tray", "custom/notification", "pulseaudio", "group/group-power"], + "tray": { + "icon-size": 16, + "spacing": 10 + }, +}]