diff --git a/.config/dconf/user b/.config/dconf/user index e572df2..288b7d6 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ diff --git a/.config/environment.d/10-home-manager.conf b/.config/environment.d/10-home-manager.conf new file mode 120000 index 0000000..31ce906 --- /dev/null +++ b/.config/environment.d/10-home-manager.conf @@ -0,0 +1 @@ +/nix/store/00xgj6q09brjv0dwv0sfz46nj3hqgm2d-home-manager-files/.config/environment.d/10-home-manager.conf \ No newline at end of file diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix index b2f0bb7..0c2a426 100644 --- a/.config/home-manager/home.nix +++ b/.config/home-manager/home.nix @@ -16,6 +16,7 @@ v = "nvim"; d = "cd ~/Documents"; D = "cd ~/Downloads"; + dot = "cd ~/dotfiles"; }; initContent = '' @@ -70,6 +71,7 @@ obsidian # For epic note taking (really just mediocre journaling) keepassxc # Secure password manager syncthing # Self explanatory + ghostty # Terminal emulator # Fonts nerd-fonts.jetbrains-mono miracode diff --git a/.config/paperwm/metadata.json b/.config/paperwm/metadata.json new file mode 100644 index 0000000..a1e6155 --- /dev/null +++ b/.config/paperwm/metadata.json @@ -0,0 +1,16 @@ +{ + "_generated": "Generated by SweetTooth, do not edit", + "description": "Tiling window manager with a twist", + "name": "PaperWM", + "settings-schema": "org.gnome.shell.extensions.paperwm", + "shell-version": [ + "45", + "46", + "47", + "48" + ], + "url": "https://github.com/paperwm/PaperWM", + "uuid": "paperwm@paperwm.github.com", + "version": 141, + "version-name": "48.0.2" +} \ No newline at end of file diff --git a/.config/paperwm/user.css b/.config/paperwm/user.css new file mode 100644 index 0000000..dc0bcb8 --- /dev/null +++ b/.config/paperwm/user.css @@ -0,0 +1,84 @@ +/* +Users may override the default PaperWM styles to suit their preferences. +Added custom styling in this `user.css` file. + +`Disable` and then `enable` PaperWM extension to apply these styles +(users do NOT need to logout / login). + +DEFAULT STYLES ARE PROVIDED BELOW FOR REFERENCE: +/* + +/* +.background-clear { + background-color: rgba(0, 0, 0, 0); +} + +.topbar-transparent-background { + background-color: rgba(0, 0, 0, 0.35); + box-shadow: none; +} + +.space-workspace-indicator { + padding: 0 10px 0 0; + background-color: transparent; + border-image: none; + background-image: none; + border: none; +} + +.space-focus-mode-icon { + icon-size: 16px; + padding: 0 18px 0 18px; + margin-left: 3px; + background-color: transparent; +} + +.open-position-icon { + icon-size: 22px; + padding: 0; + background-color: transparent; +} + +.focus-button-tooltip { + background-color: rgba(0, 0, 0, 0.8); + padding: 8px; + border-radius: 8px; + font-weight: 600; +} + +.take-window-hint { + background-color: rgba(0, 0, 0, 0.8); + padding: 8px; + border-radius: 8px; +} + +.workspace-icon-button { + -st-icon-style: symbolic; + border: none; + border-radius: 8px; + padding: 8px; +} + +.workspace-icon-button StIcon { + icon-size: 16px; +} + +.paperwm-minimap-selection { + border-radius: 8px; +} + +.paperwm-clone-shade { + background-color: rgba(0, 0, 0, 0.7); + border-radius: 7px 7px 0px 0px; +} + +.paperwm-window-position-bar-backdrop { + background-color: rgba(0, 0, 0, 0.35); +} + +.paperwm-window-position-bar { + border: 0; + border-radius: 1px; +} + +*/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index db09dfd..62ec28e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .gsd-keyboard.settings-ported lazy-lock.json +git +systemd +fontconfig +btop