Compare commits

..

20 commits

Author SHA1 Message Date
Christoph Hollizeck b8155bff9e
loptland: add ssh key of phone, make sure that fish loads op in terminal only session, without bricking homemanager 2024-11-08 00:14:39 +01:00
Christoph Hollizeck a0103c86d9
acme: fix typos 2024-11-07 22:33:27 +01:00
Christoph Hollizeck fdb4c024e4
op: autosignin in terminal only session 2024-11-07 22:22:14 +01:00
Christoph Hollizeck 5c542b9414
ssh: attempt to speed up connection to self hosted git but forcing ipv4 2024-11-07 22:14:22 +01:00
Christoph Hollizeck ed4b918da7
loptland: move acme to its own file 2024-11-07 21:36:01 +01:00
Christoph Hollizeck 32f138f927
loptland: nginx maybe this helps? 2024-11-06 20:11:50 +01:00
Christoph Hollizeck 8d6c10ccdf
loptland: I have no idea how nginx works, also need to read up on ACME and LetsEncrypt 2024-11-06 19:54:03 +01:00
Christoph Hollizeck aa08b78056
loptland: more sops configuration 2024-11-06 16:57:10 +01:00
Christoph Hollizeck 67c1b1f8e0
loptland: fix typo 2024-11-06 16:29:52 +01:00
Christoph Hollizeck 7132c558ef
loptland: move to separate secrets file 2024-11-06 16:20:04 +01:00
Christoph Hollizeck 9bde5f050c
forgejo: init very little config 2024-11-06 13:55:24 +01:00
Christoph Hollizeck a1c14b5d8c
change the way admins are configured 2024-11-05 14:49:08 +01:00
Christoph Hollizeck c06723f7ec
factorio-headless: removed from main PC since the server is now running 2024-11-05 09:27:46 +01:00
Christoph Hollizeck 9940376054
update flake 2024-11-04 23:51:24 +01:00
Christoph Hollizeck 8ffaac44eb
loptland enable factorio server 2024-11-04 23:18:11 +01:00
Christoph Hollizeck b694d6b081
add desktop refactors so dconf is disabled by default 2024-11-04 23:14:41 +01:00
Christoph Hollizeck 9e5b856a18
add home.nix 2024-11-04 23:05:29 +01:00
Christoph Hollizeck 48387d88d2
update hardware.nix 2024-11-04 22:10:21 +01:00
Christoph Hollizeck a1eb889f50
introduce new host 2024-11-04 21:23:24 +01:00
GitButler d69c9c2a10 GitButler Integration Commit
This is an integration commit for the virtual branches that GitButler is tracking.

Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily. 

If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.

Here are the branches that are currently applied:
 - factorio-latest (refs/gitbutler/factorio-latest)
   - flake.lock
   - flake.nix
   - modules/nixos/archetypes/gaming/default.nix
 - hyprpanel (refs/gitbutler/hyprpanel)
   branch head: acde84ab10891f923177d3dde85b826296a1b4bc
   - modules/nixos/desktop/addons/hyprpanel/options.json
   - modules/nixos/desktop/addons/hyprpanel/default.nix
   - modules/nixos/desktop/addons/hypridle/default.nix
 - fix hyprland nvidia issue (refs/gitbutler/fix-hyprland-nvidia-issue)
   branch head: 5158f2a21e773e01f3d4f296db87517bf167c7b7
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
2024-11-02 16:29:56 +01:00
6 changed files with 482 additions and 23 deletions

View file

@ -844,11 +844,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1731023751,
"narHash": "sha256-80FIi/BkulfaTxT76BfDeYyKc/Lo6SIs/4Xm+VlYe4o=",
"lastModified": 1731013087,
"narHash": "sha256-RYC/HjbCxras96cu169X3p/AzCQRBcVLLYwV7lb9KeE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ed1b9995752699c34e16e5baafaf5e517397bec8",
"rev": "febd04d099308693051236f860871410a34c2d6f",
"type": "github"
},
"original": {

View file

@ -23,13 +23,14 @@ in
settings = {
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";
before_sleep_cmd = "loginctl lock-session";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
lock_cmd = "pidof hyprlock || hyprlock";
};
listener = [
{
timeout = 900;
timeout = 60;
on-timeout = "loginctl lock-session";
}
{

View file

@ -0,0 +1,460 @@
{
"bar.customModules.updates.pollingInterval": 1440000,
"menus.clock.time.military": true,
"bar.layouts": {
"0": {
"left": [
"workspaces"
],
"middle": [
"windowtitle"
],
"right": [
"clock"
]
},
"1": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"windowtitle"
],
"right": [
"volume",
"bluetooth",
"battery",
"systray",
"cpu",
"ram",
"clock",
"notifications"
]
}
},
"theme.bar.floating": true,
"theme.bar.buttons.enableBorders": false,
"wallpaper.pywal": false,
"bar.workspaces.showAllActive": true,
"bar.workspaces.show_icons": false,
"bar.launcher.icon": "󱄅",
"theme.bar.buttons.dashboard.enableBorder": false,
"theme.bar.outer_spacing": "0.2em",
"theme.bar.buttons.workspaces.enableBorder": false,
"theme.bar.buttons.workspaces.fontSize": "1.2em",
"bar.workspaces.numbered_active_indicator": "underline",
"bar.scrollSpeed": 0,
"menus.dashboard.powermenu.avatar.image": "/home/cholli/Pictures/profile.png",
"menus.dashboard.shortcuts.enabled": false,
"menus.dashboard.directories.left.directory3.command": "bash -c \"xdg-open $HOME/projects/\"",
"menus.dashboard.directories.left.directory1.command": "bash -c \"xdg-open $HOME/Downloads/\"",
"menus.dashboard.stats.enable_gpu": true,
"menus.clock.weather.location": "Heidelberg",
"menus.clock.weather.unit": "metric",
"menus.clock.weather.enabled": false,
"theme.osd.monitor": 1,
"theme.font.name": "CodeNewRoman Nerd Font",
"bar.workspaces.show_numbered": true,
"bar.workspaces.showWsIcons": false,
"bar.workspaces.showApplicationIcons": false,
"theme.bar.buttons.workspaces.smartHighlight": false,
"bar.windowtitle.class_name": false,
"bar.windowtitle.custom_title": false,
"bar.windowtitle.icon": false,
"bar.network.label": false,
"bar.network.truncation": false,
"bar.clock.format": "%a %b %d %H:%M:%S %p",
"bar.notifications.show_total": true,
"notifications.monitor": 1,
"notifications.active_monitor": false,
"theme.osd.muted_zero": true,
"menus.bluetooth.showBattery": true,
"theme.bar.buttons.modules.ram.enableBorder": false,
"theme.bar.buttons.modules.cpu.enableBorder": false,
"theme.bar.buttons.modules.ram.spacing": "0.85em",
"theme.bar.buttons.modules.storage.enableBorder": false,
"wallpaper.image": "/home/cholli/Pictures/firewatch.jpg",
"theme.bar.menus.monochrome": false,
"theme.bar.menus.opacity": 95,
"wallpaper.enable": false,
"theme.bar.transparent": true,
"theme.bar.buttons.style": "split",
"menus.dashboard.shortcuts.left.shortcut1.command": "",
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "",
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "",
"menus.dashboard.shortcuts.left.shortcut2.command": "",
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
"menus.dashboard.shortcuts.right.shortcut3.command": "",
"menus.dashboard.shortcuts.right.shortcut1.icon": "",
"menus.dashboard.shortcuts.right.shortcut1.command": "",
"menus.dashboard.shortcuts.right.shortcut1.tooltip": "",
"menus.dashboard.shortcuts.right.shortcut3.icon": "",
"menus.dashboard.shortcuts.right.shortcut3.tooltip": "",
"menus.dashboard.shortcuts.left.shortcut4.icon": "",
"menus.dashboard.shortcuts.left.shortcut4.command": "",
"menus.dashboard.shortcuts.left.shortcut4.tooltip": "",
"menus.dashboard.shortcuts.left.shortcut3.icon": "",
"menus.dashboard.shortcuts.left.shortcut3.command": "",
"menus.dashboard.shortcuts.left.shortcut3.tooltip": "",
"menus.dashboard.controls.enabled": false,
"menus.dashboard.stats.enabled": false,
"theme.matugen": false,
"theme.matugen_settings.scheme_type": "expressive",
"theme.matugen_settings.variation": "standard_2",
"bar.customModules.storage.labelType": "percentage",
"bar.customModules.ram.labelType": "used/total",
"theme.bar.menus.menu.media.card.color": "#24283b",
"theme.bar.menus.background": "#1a1b26",
"theme.bar.background": "#1a1b26",
"theme.bar.buttons.media.icon": "#272a3d",
"theme.bar.buttons.media.text": "#bb9af7",
"theme.bar.buttons.icon": "#242438",
"theme.bar.buttons.text": "#bb9af7",
"theme.bar.buttons.hover": "#414868",
"theme.bar.buttons.background": "#272a3d",
"theme.bar.menus.text": "#c0caf5",
"theme.bar.menus.border.color": "#414868",
"theme.bar.buttons.media.background": "#272a3d",
"theme.bar.menus.menu.volume.text": "#c0caf5",
"theme.bar.menus.menu.volume.card.color": "#24283b",
"theme.bar.menus.menu.volume.label.color": "#f7768e",
"theme.bar.menus.popover.text": "#bb9af7",
"theme.bar.menus.popover.background": "#1a1b26",
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#f7768e",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#f7768e",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#9ece6a",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1a1b26",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#c0caf5",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#bb9af7",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#414868",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1a1b26",
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#24283b",
"theme.bar.menus.menu.notifications.switch.puck": "#565f89",
"theme.bar.menus.menu.notifications.switch.disabled": "#565f89",
"theme.bar.menus.menu.notifications.switch.enabled": "#bb9af7",
"theme.bar.menus.menu.notifications.clear": "#f7768e",
"theme.bar.menus.menu.notifications.switch_divider": "#414868",
"theme.bar.menus.menu.notifications.border": "#414868",
"theme.bar.menus.menu.notifications.card": "#24283b",
"theme.bar.menus.menu.notifications.background": "#1a1b26",
"theme.bar.menus.menu.notifications.no_notifications_label": "#414868",
"theme.bar.menus.menu.notifications.label": "#bb9af7",
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#9ece6a",
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#9ece6a",
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#9ece6a",
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#e0af68",
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#e0af68",
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#e0af68",
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#f7768e",
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#414868",
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#bb9af7",
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#bb9af7",
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#73daca",
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#f7768e",
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#e0af68",
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#f7768e",
"theme.bar.menus.menu.dashboard.controls.input.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.controls.input.background": "#f7768e",
"theme.bar.menus.menu.dashboard.controls.volume.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.controls.volume.background": "#f7768e",
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#e0af68",
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#7dcfff",
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#bb9af7",
"theme.bar.menus.menu.dashboard.controls.disabled": "#414868",
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#9ece6a",
"theme.bar.menus.menu.dashboard.shortcuts.text": "#1a1b26",
"theme.bar.menus.menu.dashboard.shortcuts.background": "#bb9af7",
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#7dcfff",
"theme.bar.menus.menu.dashboard.powermenu.logout": "#9ece6a",
"theme.bar.menus.menu.dashboard.powermenu.restart": "#e0af68",
"theme.bar.menus.menu.dashboard.profile.name": "#f7768e",
"theme.bar.menus.menu.dashboard.border.color": "#414868",
"theme.bar.menus.menu.dashboard.background.color": "#1a1b26",
"theme.bar.menus.menu.dashboard.card.color": "#24283b",
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#f7768e",
"theme.bar.menus.menu.clock.weather.hourly.icon": "#f7768e",
"theme.bar.menus.menu.clock.weather.hourly.time": "#f7768e",
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#7dcfff",
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#7aa2f7",
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#bb9af7",
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#e0af68",
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#f7768e",
"theme.bar.menus.menu.clock.weather.stats": "#f7768e",
"theme.bar.menus.menu.clock.weather.status": "#73daca",
"theme.bar.menus.menu.clock.weather.temperature": "#c0caf5",
"theme.bar.menus.menu.clock.weather.icon": "#f7768e",
"theme.bar.menus.menu.clock.calendar.contextdays": "#414868",
"theme.bar.menus.menu.clock.calendar.days": "#c0caf5",
"theme.bar.menus.menu.clock.calendar.currentday": "#f7768e",
"theme.bar.menus.menu.clock.calendar.paginator": "#f7768e",
"theme.bar.menus.menu.clock.calendar.weekdays": "#f7768e",
"theme.bar.menus.menu.clock.calendar.yearmonth": "#73daca",
"theme.bar.menus.menu.clock.time.timeperiod": "#73daca",
"theme.bar.menus.menu.clock.time.time": "#f7768e",
"theme.bar.menus.menu.clock.text": "#c0caf5",
"theme.bar.menus.menu.clock.border.color": "#414868",
"theme.bar.menus.menu.clock.background.color": "#1a1b26",
"theme.bar.menus.menu.clock.card.color": "#24283b",
"theme.bar.menus.menu.battery.slider.puck": "#565f89",
"theme.bar.menus.menu.battery.slider.backgroundhover": "#414868",
"theme.bar.menus.menu.battery.slider.background": "#565f89",
"theme.bar.menus.menu.battery.slider.primary": "#e0af68",
"theme.bar.menus.menu.battery.icons.active": "#e0af68",
"theme.bar.menus.menu.battery.icons.passive": "#565f89",
"theme.bar.menus.menu.battery.listitems.active": "#e0af68",
"theme.bar.menus.menu.battery.listitems.passive": "#c0caf5",
"theme.bar.menus.menu.battery.text": "#c0caf5",
"theme.bar.menus.menu.battery.label.color": "#e0af68",
"theme.bar.menus.menu.battery.border.color": "#414868",
"theme.bar.menus.menu.battery.background.color": "#1a1b26",
"theme.bar.menus.menu.battery.card.color": "#24283b",
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#24283b",
"theme.bar.menus.menu.systray.dropdownmenu.text": "#c0caf5",
"theme.bar.menus.menu.systray.dropdownmenu.background": "#1a1b26",
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#7dcfff",
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#c0caf5",
"theme.bar.menus.menu.bluetooth.icons.active": "#7dcfff",
"theme.bar.menus.menu.bluetooth.icons.passive": "#565f89",
"theme.bar.menus.menu.bluetooth.listitems.active": "#7dcfff",
"theme.bar.menus.menu.bluetooth.listitems.passive": "#c0caf5",
"theme.bar.menus.menu.bluetooth.switch.puck": "#565f89",
"theme.bar.menus.menu.bluetooth.switch.disabled": "#565f89",
"theme.bar.menus.menu.bluetooth.switch.enabled": "#7dcfff",
"theme.bar.menus.menu.bluetooth.switch_divider": "#414868",
"theme.bar.menus.menu.bluetooth.status": "#565f89",
"theme.bar.menus.menu.bluetooth.text": "#c0caf5",
"theme.bar.menus.menu.bluetooth.label.color": "#7dcfff",
"theme.bar.menus.menu.bluetooth.border.color": "#414868",
"theme.bar.menus.menu.bluetooth.background.color": "#1a1b26",
"theme.bar.menus.menu.bluetooth.card.color": "#24283b",
"theme.bar.menus.menu.network.iconbuttons.active": "#bb9af7",
"theme.bar.menus.menu.network.iconbuttons.passive": "#c0caf5",
"theme.bar.menus.menu.network.icons.active": "#bb9af7",
"theme.bar.menus.menu.network.icons.passive": "#565f89",
"theme.bar.menus.menu.network.listitems.active": "#bb9af7",
"theme.bar.menus.menu.network.listitems.passive": "#c0caf5",
"theme.bar.menus.menu.network.status.color": "#565f89",
"theme.bar.menus.menu.network.text": "#c0caf5",
"theme.bar.menus.menu.network.label.color": "#bb9af7",
"theme.bar.menus.menu.network.border.color": "#414868",
"theme.bar.menus.menu.network.background.color": "#1a1b26",
"theme.bar.menus.menu.network.card.color": "#24283b",
"theme.bar.menus.menu.volume.input_slider.puck": "#414868",
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#414868",
"theme.bar.menus.menu.volume.input_slider.background": "#565f89",
"theme.bar.menus.menu.volume.input_slider.primary": "#f7768e",
"theme.bar.menus.menu.volume.audio_slider.puck": "#414868",
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#414868",
"theme.bar.menus.menu.volume.audio_slider.background": "#565f89",
"theme.bar.menus.menu.volume.audio_slider.primary": "#f7768e",
"theme.bar.menus.menu.volume.icons.active": "#f7768e",
"theme.bar.menus.menu.volume.icons.passive": "#565f89",
"theme.bar.menus.menu.volume.iconbutton.active": "#f7768e",
"theme.bar.menus.menu.volume.iconbutton.passive": "#c0caf5",
"theme.bar.menus.menu.volume.listitems.active": "#f7768e",
"theme.bar.menus.menu.volume.listitems.passive": "#c0caf5",
"theme.bar.menus.menu.volume.border.color": "#414868",
"theme.bar.menus.menu.volume.background.color": "#1a1b26",
"theme.bar.menus.menu.media.slider.puck": "#565f89",
"theme.bar.menus.menu.media.slider.backgroundhover": "#414868",
"theme.bar.menus.menu.media.slider.background": "#565f89",
"theme.bar.menus.menu.media.slider.primary": "#f7768e",
"theme.bar.menus.menu.media.buttons.text": "#1a1b26",
"theme.bar.menus.menu.media.buttons.background": "#bb9af7",
"theme.bar.menus.menu.media.buttons.enabled": "#73daca",
"theme.bar.menus.menu.media.buttons.inactive": "#414868",
"theme.bar.menus.menu.media.border.color": "#414868",
"theme.bar.menus.menu.media.background.color": "#1a1b26",
"theme.bar.menus.menu.media.album": "#f7768e",
"theme.bar.menus.menu.media.artist": "#73daca",
"theme.bar.menus.menu.media.song": "#bb9af7",
"theme.bar.menus.tooltip.text": "#c0caf5",
"theme.bar.menus.tooltip.background": "#1a1b26",
"theme.bar.menus.dropdownmenu.divider": "#24283b",
"theme.bar.menus.dropdownmenu.text": "#c0caf5",
"theme.bar.menus.dropdownmenu.background": "#1a1b26",
"theme.bar.menus.slider.puck": "#565f89",
"theme.bar.menus.slider.backgroundhover": "#414868",
"theme.bar.menus.slider.background": "#565f89",
"theme.bar.menus.slider.primary": "#bb9af7",
"theme.bar.menus.progressbar.background": "#414868",
"theme.bar.menus.progressbar.foreground": "#bb9af7",
"theme.bar.menus.iconbuttons.active": "#bb9af7",
"theme.bar.menus.iconbuttons.passive": "#c0caf5",
"theme.bar.menus.buttons.text": "#1a1b26",
"theme.bar.menus.buttons.disabled": "#565f89",
"theme.bar.menus.buttons.active": "#f7768e",
"theme.bar.menus.buttons.default": "#bb9af7",
"theme.bar.menus.switch.puck": "#565f89",
"theme.bar.menus.switch.disabled": "#565f89",
"theme.bar.menus.switch.enabled": "#bb9af7",
"theme.bar.menus.icons.active": "#bb9af7",
"theme.bar.menus.icons.passive": "#414868",
"theme.bar.menus.listitems.active": "#bb9af7",
"theme.bar.menus.listitems.passive": "#c0caf5",
"theme.bar.menus.label": "#bb9af7",
"theme.bar.menus.feinttext": "#414868",
"theme.bar.menus.dimtext": "#414868",
"theme.bar.menus.cards": "#24283b",
"theme.bar.buttons.notifications.total": "#bb9af7",
"theme.bar.buttons.notifications.icon": "#272a3d",
"theme.bar.buttons.notifications.background": "#272a3d",
"theme.bar.buttons.clock.icon": "#272a3d",
"theme.bar.buttons.clock.text": "#f7768e",
"theme.bar.buttons.clock.background": "#272a3d",
"theme.bar.buttons.battery.icon": "#272a3d",
"theme.bar.buttons.battery.text": "#e0af68",
"theme.bar.buttons.battery.background": "#272a3d",
"theme.bar.buttons.systray.background": "#272a3d",
"theme.bar.buttons.bluetooth.icon": "#272a3d",
"theme.bar.buttons.bluetooth.text": "#7dcfff",
"theme.bar.buttons.bluetooth.background": "#272a3d",
"theme.bar.buttons.network.icon": "#272a3d",
"theme.bar.buttons.network.text": "#bb9af7",
"theme.bar.buttons.network.background": "#272a3d",
"theme.bar.buttons.volume.icon": "#272a3d",
"theme.bar.buttons.volume.text": "#f7768e",
"theme.bar.buttons.volume.background": "#272a3d",
"theme.bar.buttons.windowtitle.icon": "#272a3d",
"theme.bar.buttons.windowtitle.text": "#f7768e",
"theme.bar.buttons.windowtitle.background": "#272a3d",
"theme.bar.buttons.workspaces.active": "#f7768e",
"theme.bar.buttons.workspaces.occupied": "#f7768e",
"theme.bar.buttons.workspaces.available": "#7dcfff",
"theme.bar.buttons.workspaces.hover": "#f7768e",
"theme.bar.buttons.workspaces.background": "#272a3d",
"theme.bar.buttons.dashboard.icon": "#272a3d",
"theme.bar.buttons.dashboard.background": "#e0af68",
"theme.osd.label": "#bb9af7",
"theme.osd.icon": "#1a1b26",
"theme.osd.bar_overflow_color": "#f7768e",
"theme.osd.bar_empty_color": "#414868",
"theme.osd.bar_color": "#bb9af7",
"theme.osd.icon_container": "#bb9af7",
"theme.osd.bar_container": "#1a1b26",
"theme.notification.close_button.label": "#1a1b26",
"theme.notification.close_button.background": "#f7768e",
"theme.notification.labelicon": "#bb9af7",
"theme.notification.text": "#c0caf5",
"theme.notification.time": "#9aa5ce",
"theme.notification.border": "#565f89",
"theme.notification.label": "#bb9af7",
"theme.notification.actions.text": "#24283b",
"theme.notification.actions.background": "#bb9af7",
"theme.notification.background": "#1a1b26",
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#c678dd",
"theme.bar.menus.check_radio_button.background": "#3b4261",
"theme.bar.menus.check_radio_button.active": "#bb9af7",
"theme.bar.buttons.icon_background": "#bb9af7",
"theme.bar.buttons.volume.icon_background": "#f7768e",
"theme.bar.buttons.network.icon_background": "#bb9af7",
"theme.bar.buttons.bluetooth.icon_background": "#7dcfff",
"theme.bar.buttons.windowtitle.icon_background": "#f7768e",
"theme.bar.buttons.media.icon_background": "#bb9af7",
"theme.bar.buttons.notifications.icon_background": "#bb9af7",
"theme.bar.buttons.battery.icon_background": "#e0af68",
"theme.bar.buttons.clock.icon_background": "#f7768e",
"theme.bar.menus.menu.notifications.pager.button": "#bb9af7",
"theme.bar.menus.menu.notifications.scrollbar.color": "#bb9af7",
"theme.bar.menus.menu.notifications.pager.label": "#565f89",
"theme.bar.menus.menu.notifications.pager.background": "#1a1b26",
"theme.bar.buttons.modules.ram.icon": "#181825",
"theme.bar.buttons.modules.storage.icon_background": "#f7768e",
"theme.bar.menus.popover.border": "#1a1b26",
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#7dcfff",
"theme.bar.menus.menu.power.buttons.restart.text": "#e0af68",
"theme.bar.buttons.modules.updates.background": "#272a3d",
"theme.bar.buttons.modules.storage.icon": "#181825",
"theme.bar.buttons.modules.netstat.background": "#272a3d",
"theme.bar.buttons.modules.weather.icon": "#272a3d",
"theme.bar.buttons.modules.netstat.text": "#9ece6a",
"theme.bar.buttons.modules.storage.background": "#272a3d",
"theme.bar.buttons.modules.power.icon": "#181825",
"theme.bar.buttons.modules.storage.text": "#f7768e",
"theme.bar.buttons.modules.cpu.background": "#272a3d",
"theme.bar.menus.menu.power.border.color": "#414868",
"theme.bar.buttons.modules.power.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.restart.icon": "#1a1b26",
"theme.bar.buttons.modules.cpu.icon": "#181825",
"theme.bar.buttons.modules.kbLayout.icon_background": "#7dcfff",
"theme.bar.buttons.modules.weather.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.sleep.text": "#7dcfff",
"theme.bar.buttons.modules.weather.icon_background": "#bb9af7",
"theme.bar.menus.menu.power.buttons.shutdown.background": "#24283b",
"theme.bar.menus.menu.power.buttons.logout.background": "#24283b",
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
"theme.bar.buttons.modules.ram.icon_background": "#e0af68",
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.shutdown.text": "#f7768e",
"theme.bar.menus.menu.power.buttons.sleep.background": "#24283b",
"theme.bar.buttons.modules.ram.text": "#e0af68",
"theme.bar.menus.menu.power.buttons.logout.text": "#9ece6a",
"theme.bar.buttons.modules.updates.icon_background": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.background": "#272a3d",
"theme.bar.buttons.modules.power.background": "#272a3d",
"theme.bar.buttons.modules.weather.background": "#272a3d",
"theme.bar.menus.menu.power.background.color": "#1a1b26",
"theme.bar.buttons.modules.ram.background": "#272a3d",
"theme.bar.buttons.modules.netstat.icon": "#181825",
"theme.bar.buttons.modules.cpu.icon_background": "#f7768e",
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#9ece6a",
"theme.bar.buttons.modules.updates.text": "#bb9af7",
"theme.bar.menus.menu.power.buttons.sleep.icon": "#1a1b26",
"theme.bar.menus.menu.power.buttons.restart.background": "#24283b",
"theme.bar.buttons.modules.updates.icon": "#181825",
"theme.bar.buttons.modules.cpu.text": "#f7768e",
"theme.bar.buttons.modules.netstat.icon_background": "#9ece6a",
"theme.bar.buttons.modules.kbLayout.text": "#7dcfff",
"theme.bar.buttons.modules.power.border": "#f7768e",
"theme.bar.buttons.modules.weather.border": "#bb9af7",
"theme.bar.buttons.modules.updates.border": "#bb9af7",
"theme.bar.buttons.modules.kbLayout.border": "#7dcfff",
"theme.bar.buttons.modules.netstat.border": "#9ece6a",
"theme.bar.buttons.modules.storage.border": "#f7768e",
"theme.bar.buttons.modules.cpu.border": "#f7768e",
"theme.bar.buttons.modules.ram.border": "#e0af68",
"theme.bar.buttons.notifications.border": "#bb9af7",
"theme.bar.buttons.clock.border": "#f7768e",
"theme.bar.buttons.battery.border": "#e0af68",
"theme.bar.buttons.systray.border": "#414868",
"theme.bar.buttons.bluetooth.border": "#7dcfff",
"theme.bar.buttons.network.border": "#bb9af7",
"theme.bar.buttons.volume.border": "#f7768e",
"theme.bar.buttons.media.border": "#bb9af7",
"theme.bar.buttons.windowtitle.border": "#f7768e",
"theme.bar.buttons.workspaces.border": "#f7768e",
"theme.bar.buttons.dashboard.border": "#e0af68",
"theme.bar.buttons.modules.submap.background": "#272a3d",
"theme.bar.buttons.modules.submap.text": "#73daca",
"theme.bar.buttons.modules.submap.border": "#73daca",
"theme.bar.buttons.modules.submap.icon": "#181825",
"theme.bar.buttons.modules.submap.icon_background": "#73daca",
"theme.bar.menus.menu.network.switch.enabled": "#bb9af7",
"theme.bar.menus.menu.network.switch.disabled": "#565f89",
"theme.bar.menus.menu.network.switch.puck": "#565f89",
"theme.bar.buttons.systray.customIcon": "#c0caf5",
"menus.bluetooth.batteryState": "always",
"bar.customModules.cpu.label": true,
"bar.customModules.cpu.leftClick": "kitty --hold btop",
"tear": true,
"theme.bar.buttons.windowtitle.enableBorder": false,
"bar.windowtitle.label": true,
"bar.windowtitle.title_map": [],
"bar.windowtitle.truncation": false,
"bar.workspaces.hideUnoccupied": true,
"bar.launcher.rightClick": "hyprpanel -t settings-dialog"
}

View file

@ -1,15 +1,7 @@
{
config,
<<<<<<< HEAD
lib,
namespace,
=======
inputs,
lib,
namespace,
pkgs,
system,
>>>>>>> 8f3c53de (hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config)
...
}:
let

View file

@ -181,16 +181,13 @@ in
popups_ignorealpha = 0.2;
};
shadow = {
enabled = true;
range = 100;
render_power = 2;
ignore_window = true;
color = "rgba(00000055)";
offset = "0 15";
scale = 0.97;
};
drop_shadow = true;
shadow_ignore_window = true;
shadow_offset = "0 15";
shadow_range = 100;
shadow_render_power = 2;
shadow_scale = 0.97;
"col.shadow" = "rgba(00000055)";
};
animations = {

View file

@ -32,5 +32,14 @@ in
};
services.xserver.videoDrivers = [ "nvidia" ];
boot.kernelParams = [
"nvidia_drm.fbdev=1"
# TODO: remove after https://github.com/NVIDIA/open-gpu-kernel-modules/pull/692
# and similar are merged and build in nixpkgs-unstable.
# WARNING: this disables tty output and thus hides boot logs.
"initcall_blacklist=simpledrm_platform_driver_init"
];
};
}