mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
Compare commits
5 Commits
4f12f72300
...
65e0dc7bd6
| Author | SHA1 | Date | |
|---|---|---|---|
| 65e0dc7bd6 | |||
| 72480c2bb2 | |||
| 0c2263d963 | |||
| cc8e1785e1 | |||
| 73fb2c26b9 |
@@ -12,7 +12,10 @@ statusbar-visible=true
|
|||||||
|
|
||||||
[state/window]
|
[state/window]
|
||||||
bottom-panel-size=140
|
bottom-panel-size=140
|
||||||
|
height=979
|
||||||
|
maximized=true
|
||||||
side-panel-active-page='GeditWindowDocumentsPanel'
|
side-panel-active-page='GeditWindowDocumentsPanel'
|
||||||
side-panel-size=200
|
side-panel-size=200
|
||||||
size=(635, 285)
|
size=(950, 975)
|
||||||
state=43908
|
state=43908
|
||||||
|
width=956
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[settings/file-chooser]
|
[settings/file-chooser]
|
||||||
date-format='regular'
|
date-format='regular'
|
||||||
location-mode='path-bar'
|
location-mode='path-bar'
|
||||||
show-hidden=true
|
show-hidden=false
|
||||||
show-size-column=true
|
show-size-column=true
|
||||||
show-type-column=true
|
show-type-column=true
|
||||||
sidebar-width=140
|
sidebar-width=140
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
[compression]
|
||||||
|
default-compression-format='tar.xz'
|
||||||
|
|
||||||
[icon-view]
|
[icon-view]
|
||||||
default-zoom-level='small'
|
default-zoom-level='small'
|
||||||
|
|
||||||
@@ -6,6 +9,8 @@ default-folder-viewer='icon-view'
|
|||||||
migrated-gtk-settings=true
|
migrated-gtk-settings=true
|
||||||
search-filter-time-type='last_modified'
|
search-filter-time-type='last_modified'
|
||||||
search-view='list-view'
|
search-view='list-view'
|
||||||
|
show-create-link=true
|
||||||
|
show-delete-permanently=true
|
||||||
|
|
||||||
[window-state]
|
[window-state]
|
||||||
initial-size=(1280, 720)
|
initial-size=(1280, 720)
|
||||||
|
|||||||
1
gtk-4.0/gtk-dark.css
Symbolic link
1
gtk-4.0/gtk-dark.css
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/share/themes/adw-gtk3-dark/gtk-4.0/gtk-dark.css
|
||||||
@@ -13,7 +13,8 @@
|
|||||||
#autogenerated = 1 # remove this line to remove the warning
|
#autogenerated = 1 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# 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 a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ local on_attach = require("nvchad.configs.lspconfig").on_attach
|
|||||||
local capabilities = require("nvchad.configs.lspconfig").capabilities
|
local capabilities = require("nvchad.configs.lspconfig").capabilities
|
||||||
|
|
||||||
-- if you just want default config for the servers then put them in a table
|
-- 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)
|
vim.lsp.enable(servers)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
[{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
"output": "DP-2",
|
||||||
"include": [
|
"include": [
|
||||||
"~/.config/waybar/modules.jsonc"
|
"~/.config/waybar/modules.jsonc"
|
||||||
],
|
],
|
||||||
@@ -16,4 +17,24 @@
|
|||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"spacing": 10
|
"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
|
||||||
|
},
|
||||||
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user