dms shell

This commit is contained in:
2025-10-03 13:57:32 +01:00
parent 127586a6a2
commit 8a1e40c3d0
19 changed files with 428 additions and 156 deletions
+161
View File
@@ -0,0 +1,161 @@
{
"currentThemeName": "dynamic",
"customThemeFile": "",
"matugenScheme": "scheme-fidelity",
"dankBarTransparency": 0,
"dankBarWidgetTransparency": 1,
"popupTransparency": 1,
"dockTransparency": 1,
"use24HourClock": true,
"useFahrenheit": false,
"nightModeEnabled": false,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": false,
"weatherEnabled": true,
"showLauncherButton": true,
"showWorkspaceSwitcher": true,
"showFocusedWindow": true,
"showWeather": true,
"showMusic": true,
"showClipboard": true,
"showCpuUsage": true,
"showMemUsage": true,
"showCpuTemp": true,
"showGpuTemp": true,
"selectedGpuIndex": 0,
"enabledGpuPciIds": [],
"showSystemTray": true,
"showClock": true,
"showNotificationButton": true,
"showBattery": true,
"showControlCenterButton": true,
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"controlCenterWidgets": [
{
"id": "volumeSlider",
"enabled": true,
"width": 50
},
{
"id": "brightnessSlider",
"enabled": true,
"width": 50
},
{
"id": "wifi",
"enabled": true,
"width": 50
},
{
"id": "bluetooth",
"enabled": true,
"width": 50
},
{
"id": "audioOutput",
"enabled": true,
"width": 50
},
{
"id": "audioInput",
"enabled": true,
"width": 50
},
{
"id": "nightMode",
"enabled": true,
"width": 50
},
{
"id": "darkMode",
"enabled": true,
"width": 50
}
],
"showWorkspaceIndex": true,
"showWorkspacePadding": false,
"showWorkspaceApps": true,
"maxWorkspaceIcons": 3,
"workspacesPerMonitor": true,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"clockCompactMode": false,
"focusedWindowCompactMode": false,
"runningAppsCompactMode": true,
"runningAppsCurrentWorkspace": true,
"clockDateFormat": "",
"lockDateFormat": "",
"mediaSize": 1,
"dankBarLeftWidgets": [
"launcherButton",
"workspaceSwitcher",
"focusedWindow"
],
"dankBarCenterWidgets": [
"music",
"clock",
"weather"
],
"dankBarRightWidgets": [
"systemTray",
"clipboard",
"cpuUsage",
"memUsage",
"notificationButton",
"battery",
"controlCenterButton"
],
"appLauncherViewMode": "list",
"spotlightModalViewMode": "grid",
"networkPreference": "auto",
"iconTheme": "System Default",
"useOSLogo": false,
"osLogoColorOverride": "",
"osLogoBrightness": 0.5,
"osLogoContrast": 1,
"fontFamily": "FiraCode Nerd Font Med",
"monoFontFamily": "Fira Code",
"fontWeight": 400,
"fontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
"notepadFontSize": 14,
"notepadShowLineNumbers": true,
"notepadTransparencyOverride": -1,
"notepadLastCustomTransparency": 0.7,
"gtkThemingEnabled": false,
"qtThemingEnabled": false,
"showDock": false,
"dockAutoHide": false,
"dockGroupByApp": false,
"dockOpenOnOverview": false,
"dockPosition": 1,
"dockSpacing": 4,
"dockBottomGap": 0,
"cornerRadius": 10,
"notificationOverlayEnabled": false,
"dankBarAutoHide": false,
"dankBarOpenOnOverview": false,
"dankBarVisible": true,
"dankBarSpacing": 3,
"dankBarBottomGap": 0,
"dankBarInnerPadding": 4,
"dankBarSquareCorners": false,
"dankBarNoBackground": false,
"dankBarGothCornersEnabled": false,
"dankBarPosition": 0,
"lockScreenShowPowerActions": true,
"hideBrightnessSlider": false,
"widgetBackgroundColor": "sch",
"surfaceBase": "s",
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0,
"notificationPopupPosition": 0,
"screenPreferences": {},
"pluginSettings": {},
"animationSpeed": 2
}
+2
View File
@@ -1 +1,3 @@
ls ls
clear
bash
+4 -2
View File
@@ -10,8 +10,8 @@ keybind = ctrl+shift+o=ignore
# Window Stuff # Window Stuff
background-opacity=0.9 background-opacity=0.9
confirm-close-surface = false confirm-close-surface = false
window-theme = dark window-theme = system
window-decoration = false window-decoration = true
# Linux Specific # Linux Specific
gtk-wide-tabs = true gtk-wide-tabs = true
@@ -33,3 +33,5 @@ cursor-style = block
cursor-color = #ffffff cursor-color = #ffffff
mouse-hide-while-typing = true mouse-hide-while-typing = true
config-file = ./config-dankcolors
app-notifications = no-clipboard-copy,no-config-reload
+3 -8
View File
@@ -1,12 +1,8 @@
# Startup # Startup
exec-once = dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target exec-once= bash -c "wl-paste --watch cliphist store &"
exec-once = wl-clipboard-history -t
exec-once = wl-paste -p --watch wl-copy -p ''
exec-once = hypridle
exec-once = QT_QPA_PLATFORM=wayland quickshell
exec-once= fcitx5 -d exec-once= fcitx5 -d
exec-once = swww-daemon exec-once= wl-paste -p --watch wl-copy -p ''
exec-once = swaync exec-once= dms run # DankShell
# Monitors # Monitors
@@ -20,7 +16,6 @@ env=HYPRCURSOR_SIZE,24
env=XDG_CURRENT_DESKTOP,Hyprland env=XDG_CURRENT_DESKTOP,Hyprland
env=XDG_SESSION_TYPE,wayland env=XDG_SESSION_TYPE,wayland
env=XDG_SESSION_DESKTOP,Hyprland env=XDG_SESSION_DESKTOP,Hyprland
env=GTK_THEME,Materia-dark
env=QT_QPA_PLATFORM,Hyprland env=QT_QPA_PLATFORM,Hyprland
env=XCURSOR_THEME,Bibata-Modern-Ice env=XCURSOR_THEME,Bibata-Modern-Ice
env=XCURSOR_SIZE,24 env=XCURSOR_SIZE,24
+39 -32
View File
@@ -1,12 +1,8 @@
# Startup # Startup
exec-once=dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target exec-once= bash -c "wl-paste --watch cliphist store &"
exec-once=wl-clipboard-history -t
exec-once=wl-paste -p --watch wl-copy -p ''
exec-once=hypridle
exec-once=waybar
exec-once= fcitx5 -d exec-once= fcitx5 -d
exec-once=swww-daemon exec-once= wl-paste -p --watch wl-copy -p ''
exec-once=swaync exec-once= dms run # DankShell
# Monitors # Monitors
@@ -16,13 +12,11 @@ monitor=,preferred,auto,1,mirror,eDP-1
# Environment # Environment
env=WLR_NO_HARDWARE_CURSORS,1
env=HYPRCURSOR_THEME,Bibata-Modern-Ice env=HYPRCURSOR_THEME,Bibata-Modern-Ice
env=HYPRCURSOR_SIZE,24 env=HYPRCURSOR_SIZE,24
env=XDG_CURRENT_DESKTOP,Hyprland env=XDG_CURRENT_DESKTOP,Hyprland
env=XDG_SESSION_TYPE,wayland env=XDG_SESSION_TYPE,wayland
env=XDG_SESSION_DESKTOP,Hyprland env=XDG_SESSION_DESKTOP,Hyprland
env=GTK_THEME,Materia-dark
env=QT_QPA_PLATFORM,wayland env=QT_QPA_PLATFORM,wayland
env=XCURSOR_THEME,Bibata-Modern-Ice env=XCURSOR_THEME,Bibata-Modern-Ice
env=XCURSOR_SIZE,24 env=XCURSOR_SIZE,24
@@ -49,12 +43,12 @@ $inactive_border=$gray
animations { animations {
bezier=myBezier, 0.05, 0.9, 0.1, 1.05 bezier=myBezier, 0.05, 0.9, 0.1, 1.05
animation=windows, 1, 7, myBezier animation=windows, 1, 6, myBezier
animation=windowsOut, 1, 7, default, popin 80% animation=windowsOut, 1, 6, default, popin 80%
animation=border, 1, 10, default animation=border, 1, 8, default
animation=borderangle, 1, 8, default animation=borderangle, 1, 6, default
animation=fade, 1, 7, default animation=fade, 1, 6, default
animation=workspaces, 1, 6, default animation=workspaces, 1, 3, default
enabled=true enabled=true
} }
@@ -103,11 +97,6 @@ general {
layout=dwindle layout=dwindle
} }
gestures {
workspace_swipe=true
workspace_swipe_forever=true
}
input { input {
touchpad { touchpad {
disable_while_typing=true disable_while_typing=true
@@ -130,7 +119,7 @@ input {
misc { misc {
disable_hyprland_logo=false disable_hyprland_logo=false
disable_splash_rendering=false disable_splash_rendering=true
key_press_enables_dpms=true key_press_enables_dpms=true
mouse_move_enables_dpms=true mouse_move_enables_dpms=true
} }
@@ -185,33 +174,44 @@ windowrule=workspace 6, class:discord
windowrule = workspace 6, class:Signal windowrule = workspace 6, class:Signal
windowrule = workspace 10, title:Minecraft windowrule = workspace 10, title:Minecraft
# Binds # Binds
$altMod=ALT $altMod=ALT
$ctrlMod=CTRL $ctrlMod=CTRL
$lock=hyprlock # $lock=hyprlock
$lock=dms ipc call lock lock
$mainMod=SUPER $mainMod=SUPER
$screenshotarea=hyprctl keyword animation 'fadeOut,0,0,default'; grimblast copy area; hyprctl keyword animation 'fadeOut,1,4,default' $screenshotarea=hyprctl keyword animation 'fadeOut,0,0,default'; grimblast copy area; hyprctl keyword animation 'fadeOut,1,4,default'
# Binds :: Programs # Binds :: Programs
bind=$altMod, Return, exec, ghostty bind=$altMod, Return, exec, ghostty
bind=$altMod SHIFT, Return, exec, alacritty bind=$altMod SHIFT, Return, exec, foot
bind=$mainMod SHIFT, D, exec, discord --enable-blink-features=MiddleClickAutoscroll bind=$mainMod SHIFT, D, exec, discord --enable-blink-features=MiddleClickAutoscroll
bind=$mainMod SHIFT, E, exec, emacsclient -c -a 'emacs' bind=$mainMod SHIFT, E, exec, emacsclient -c -a 'emacs'
bind=$mainMode SHIFT, F, exec, focus-linux bind=$mainMode SHIFT, F, exec, focus-linux
bind=$mainMod, SPACE, exec, pkill fuzzel || fuzzel bind=$mainMod, Space, exec, dms ipc call spotlight toggle
bind=$mainMod, E, exec, nautilus bind=$mainMod, E, exec, thunar
bind=$mainMod, S, exec, spotify bind=$mainMod, S, exec, spotify
bind=$mainMod, P, exec, hyprpicker -a -f hex bind=$mainMod, P, exec, hyprpicker -a -f hex
bind=, Print, exec, $screenshotarea bind=, Print, exec, $screenshotarea
bind=SHIFT, Print, exec, grimblast --cursor copy output bind=SHIFT, Print, exec, grimblast --cursor copy output
bind=$mainMod, X, exec, dms ipc call powermenu toggle
bind=$mainMod SHIFT, P, pseudo, bind=$mainMod SHIFT, P, pseudo,
bind=$mainMod, C, killactive, bind=$mainMod, C, killactive,
bind=$mainMod, V, togglefloating, bind=$mainMod SHIFT, F, togglefloating,
bind=$mainMod SHIFT, S, togglesplit, bind=$mainMod SHIFT, S, togglesplit,
bind=$mainMod control, Q, exec, $lock bind=$mainMod CTRL, Q, exec, $lock
bind=$mainMod, F4, exit, bind=$mainMod, F4, exit,
bind = SUPER, M, exec, dms ipc call processlist toggle
bind = $mainMod, I, exec, dms ipc call settings toggle
bind = $mainMod CTRL, P, exec, dms ipc call notepad toggle
bind = $mainMod CTRL, C, exec, dms ipc call control-center toggle
# Night mode toggle
bind=$mainMod, N, exec, dms ipc call notifications toggle
bind=$mainMod SHIFT, N, exec, dms ipc call night toggle
# bind = SUPER, grave, hyprexpo:expo, toggle # Commented out cos "version mismatch (bs)" # bind = SUPER, grave, hyprexpo:expo, toggle # Commented out cos "version mismatch (bs)"
@@ -268,15 +268,18 @@ bindm=$mainMod, mouse:273, resizewindow
# Binds :: MultiMedia # Binds :: MultiMedia
binde=, XF86MonBrightnessDown, exec, brightnessctl set 10%- && $NIX_CONFIG_DIR/scripts/progress-notify.sh brightness
binde=, XF86MonBrightnessUp, exec, brightnessctl set 10%+ && $NIX_CONFIG_DIR/scripts/progress-notify.sh brightness
bindel=, XF86AudioRaiseVolume, exec, pamixer -i 5 && $NIX_CONFIG_DIR/scripts/progress-notify.sh audio
bindel=, XF86AudioLowerVolume, exec, pamixer -d 5 && $NIX_CONFIG_DIR/scripts/progress-notify.sh audio
bindel=, XF86AudioMute, exec, pamixer -t && $NIX_CONFIG_DIR/scripts/progress-notify.sh mute
bindl=, XF86AudioPlay, exec, playerctl play-pause bindl=, XF86AudioPlay, exec, playerctl play-pause
bindl=, XF86AudioNext, exec, playerctl next bindl=, XF86AudioNext, exec, playerctl next
bindl=, XF86AudioPrev, exec, playerctl previous bindl=, XF86AudioPrev, exec, playerctl previous
bindl=, XF86AudioMute, exec, dms ipc call audio mute
bindl=, XF86AudioMicMute, exec, dms ipc call audio micmute
bindle=, XF86AudioRaiseVolume, exec, dms ipc call audio increment 3
bindle=, XF86AudioLowerVolume, exec, dms ipc call audio decrement 3
bindle=, XF86MonBrightnessUp, exec, dms ipc call brightness increment 5 ""
bindle=, XF86MonBrightnessDown, exec, dms ipc call brightness decrement 5 ""
# Binds :: Submaps # Binds :: Submaps
bind = $mainMod, R, submap, resize bind = $mainMod, R, submap, resize
@@ -330,3 +333,7 @@ bind = , V, submap, reset
bind=, escape,submap,reset bind=, escape,submap,reset
submap = reset submap = reset
# Gestures
gesture = 3, horizontal, workspace
+7
View File
@@ -1,3 +1,10 @@
require("liamm.core.binds") require("liamm.core.binds")
require("liamm.core.keymap") require("liamm.core.keymap")
require("liamm.core.options") require("liamm.core.options")
vim.api.nvim_create_autocmd({"BufRead", "BufNewFile"}, {
pattern = "*.h",
callback = function()
vim.bo.filetype = "c"
end,
})
+1
View File
@@ -67,3 +67,4 @@ end
-- Fix markdown indentation settings -- Fix markdown indentation settings
vim.g.markdown_recommended_style = 0 vim.g.markdown_recommended_style = 0
+9 -1
View File
@@ -84,5 +84,13 @@ return {
automatic_enable = false, automatic_enable = false,
}) })
end, end,
} },
-- cats
-- {
-- "Panda-d3v/cute-cat.nvim",
-- opts = {
-- status = false,
-- },
-- }
} }
@@ -1,25 +1,4 @@
local map = require("liamm.core.keymap").nnoremap local map = require("liamm.core.keymap").nnoremap
-- return {
-- "theprimeagen/harpoon",
-- branch = "harpoon2",
-- dependencies = {
-- "nvim-lua/plenary.nvim",
-- },
-- lazy = false,
-- config = function()
-- local harpoon = require("harpoon")
--
-- ---@diagnostic disable-next-line: missing-parameter
-- harpoon:setup()
-- map("<leader>a", function() harpoon:list():append() end)
-- map("<leader>h", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
-- map("<c-h>", function() harpoon:list():select(1) end)
-- map("<c-h>", function() harpoon:list():select(2) end)
-- map("<c-h>", function() harpoon:list():select(3) end)
-- map("<c-h>", function() harpoon:list():select(4) end)
-- end,
-- }
return { return {
"ThePrimeagen/harpoon", "ThePrimeagen/harpoon",
branch = "harpoon2", branch = "harpoon2",
+2 -1
View File
@@ -18,6 +18,7 @@ function execs() {
wlsunset -l "$longitude" -L "$latitude" & wlsunset -l "$longitude" -L "$latitude" &
swww-daemon & swww-daemon &
hyprlock & hyprlock &
fcitx5 -d &
} }
# Monitors # Monitors
@@ -93,7 +94,7 @@ function binds() {
riverctl map normal Alt Return spawn ghostty riverctl map normal Alt Return spawn ghostty
riverctl map normal $mod+Shift D spawn "$discord" riverctl map normal $mod+Shift D spawn "$discord"
riverctl map normal $mod+Shift E spawn "$emacs" riverctl map normal $mod+Shift E spawn "$emacs"
riverctl map normal $mod Space spawn fuzzel riverctl map normal $mod Space spawn wofi
riverctl map normal $mod P spawn "$hyprpicker" riverctl map normal $mod P spawn "$hyprpicker"
riverctl map normal None Print spawn "$screenshotarea" riverctl map normal None Print spawn "$screenshotarea"
riverctl map normal Shift Print spawn "$screenshot" riverctl map normal Shift Print spawn "$screenshot"
+3 -3
View File
@@ -10,9 +10,9 @@
@define-color noti-close-bg alpha(darker(@background), 0.3); @define-color noti-close-bg alpha(darker(@background), 0.3);
@define-color noti-close-bg-hover alpha(darker(@background), 0.5); @define-color noti-close-bg-hover alpha(darker(@background), 0.5);
@define-color noti-bg-opaque rgb(48, 48, 48); @define-color noti-bg-opaque rgb(48, 48, 48, 0.5);
@define-color noti-bg-darker rgb(38, 38, 38); @define-color noti-bg-darker rgb(38, 38, 38, 0.5);
@define-color noti-bg-focus rgba(68, 68, 68, 0.6); @define-color noti-bg-focus rgba(68, 68, 68, 0.2);
.notification-row { .notification-row {
outline: none; outline: none;
+2 -1
View File
@@ -11,7 +11,8 @@
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces" "hyprland/workspaces",
"river/tags"
], ],
"modules-right": [ "modules-right": [
+12
View File
@@ -53,6 +53,18 @@
}, },
}, },
"river/tags": { "river/tags": {
"num-tags": 9,
"tag-labels": [
"",
"󰅩",
"󰖟",
"󰓇",
"",
"󰙯",
"",
"󰕧",
""
]
}, },
"group/control-center": { "group/control-center": {
"orientation": "inherit", "orientation": "inherit",
Generated
+130 -43
View File
@@ -20,11 +20,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753216019, "lastModified": 1755946532,
"narHash": "sha256-zik7WISrR1ks2l6T1MZqZHb/OqroHdJnSnAehkE0kCk=", "narHash": "sha256-POePremlUY5GyA1zfbtic6XLxDaQcqHN6l+bIxdT5gc=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "aquamarine", "repo": "aquamarine",
"rev": "be166e11d86ba4186db93e10c54a141058bdce49", "rev": "81584dae2df6ac79f6b6dae0ecb7705e95129ada",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -33,6 +33,71 @@
"type": "github" "type": "github"
} }
}, },
"dankMaterialShell": {
"inputs": {
"dgop": "dgop",
"dms-cli": "dms-cli",
"nixpkgs": [
"nixpkgs"
],
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1759457446,
"narHash": "sha256-dxcxe8g1SeH4djECYJ7zjyi03JmHkhJBNO8268Vwtfs=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "b4ab9d96503d120304e63246d71488b2eb467f75",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"type": "github"
}
},
"dgop": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1757252286,
"narHash": "sha256-QwWQzlxAGvIi6VAc8DQ6ONCKKwtPyaHQW1cQyGbP7Og=",
"owner": "AvengeMedia",
"repo": "dgop",
"rev": "a65a02ddf8bade9c109d055e644e4bd851183bd5",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "dgop",
"type": "github"
}
},
"dms-cli": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1757296630,
"narHash": "sha256-3H236F5oIKkqpfnwrvZQs4Y5imKb6JCMFGDkHs8VDjQ=",
"owner": "AvengeMedia",
"repo": "danklinux",
"rev": "dac591711ab30d6b071a5cec674a3d2e04665ee1",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "danklinux",
"type": "github"
}
},
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -78,11 +143,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1755121891, "lastModified": 1759337100,
"narHash": "sha256-UtYkukiGnPRJ5rpd4W/wFVrLMh8fqtNkqHTPgHEtrqU=", "narHash": "sha256-CcT3QvZ74NGfM+lSOILcCEeU+SnqXRvl1XCRHenZ0Us=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "279ca5addcdcfa31ac852b3ecb39fc372684f426", "rev": "004753ae6b04c4b18aa07192c1106800aaacf6c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -136,11 +201,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754305013, "lastModified": 1758192433,
"narHash": "sha256-u+M2f0Xf1lVHzIPQ7DsNCDkM1NYxykOSsRr4t3TbSM4=", "narHash": "sha256-CR6RnqEJSTiFgA6KQY4TTLUWbZ8RBnb+hxQqesuQNzQ=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprgraphics", "repo": "hyprgraphics",
"rev": "4c1d63a0f22135db123fc789f174b89544c6ec2d", "rev": "c44e749dd611521dee940d00f7c444ee0ae4cfb7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -165,11 +230,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1755184403, "lastModified": 1759399554,
"narHash": "sha256-VI+ZPD/uIFjzYW8IcyvBgvwyDIvUe4/xh/kOHTbITX8=", "narHash": "sha256-FsFugHj7He5siEcmoRUdMKHB8uMzyneK/fynPS57W4E=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "60d769a89908c29e19100059985db15a7b6bab6a", "rev": "3bcfa94ee4189faaa4daf661949e88cf28c00d94",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -195,11 +260,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1755183521, "lastModified": 1758895089,
"narHash": "sha256-wrP8TM2lb2x0+PyTc7Uc3yfVBeIlYW7+hFeG14N9Cr8=", "narHash": "sha256-HOIITlSwB5iuVEVLmWNGu8bvI83Y2IbN8SzJQmBDwvg=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"rev": "c1ddebb423acc7c88653c04de5ddafee64dac89a", "rev": "4d940a10aff16b240533c9b6527a14ff91e5e5ae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -288,11 +353,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753819801, "lastModified": 1757694755,
"narHash": "sha256-tHe6XeNeVeKapkNM3tcjW4RuD+tB2iwwoogWJOtsqTI=", "narHash": "sha256-j+w5QUUr2QT/jkxgVKecGYV8J7fpzXCMgzEEr6LG9ug=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-qtutils", "repo": "hyprland-qtutils",
"rev": "b308a818b9dcaa7ab8ccab891c1b84ebde2152bc", "rev": "5ffdfc13ed03df1dae5084468d935f0a3f2c9a4c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -317,11 +382,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753622892, "lastModified": 1756810301,
"narHash": "sha256-0K+A+gmOI8IklSg5It1nyRNv0kCNL51duwnhUO/B8JA=", "narHash": "sha256-wgZ3VW4VVtjK5dr0EiK9zKdJ/SOqGIBXVG85C3LVxQA=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprlang", "repo": "hyprlang",
"rev": "23f0debd2003f17bd65f851cd3f930cff8a8c809", "rev": "3d63fb4a42c819f198deabd18c0c2c1ded1de931",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -342,11 +407,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754481650, "lastModified": 1756117388,
"narHash": "sha256-6u6HdEFJh5gY6VfyMQbhP7zDdVcqOrCDTkbiHJmAtMI=", "narHash": "sha256-oRDel6pNl/T2tI+nc/USU9ZP9w08dxtl7hiZxa0C/Wc=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprutils", "repo": "hyprutils",
"rev": "df6b8820c4a0835d83d0c7c7be86fbc555f1f7fd", "rev": "b2ae3204845f5f2f79b4703b441252d8ad2ecfd0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -367,11 +432,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751897909, "lastModified": 1755184602,
"narHash": "sha256-FnhBENxihITZldThvbO7883PdXC/2dzW4eiNvtoV5Ao=", "narHash": "sha256-RCBQN8xuADB0LEgaKbfRqwm6CdyopE1xIEhNc67FAbw=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprwayland-scanner", "repo": "hyprwayland-scanner",
"rev": "fcca0c61f988a9d092cbb33e906775014c61579d", "rev": "b3b0f1f40ae09d4447c20608e5a4faf8bf3c492d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -382,11 +447,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1754725699, "lastModified": 1758198701,
"narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=", "narHash": "sha256-7To75JlpekfUmdkUZewnT6MoBANS0XVypW6kjUOXQwc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054", "rev": "0147c2f1d54b30b5dd6d4a8c8542e8d7edf93b5d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -398,11 +463,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1755027561, "lastModified": 1759381078,
"narHash": "sha256-IVft239Bc8p8Dtvf7UAACMG5P3ZV+3/aO28gXpGtMXI=", "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "005433b926e16227259a1843015b5b2b7f7d1fc3", "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -422,11 +487,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754416808, "lastModified": 1758108966,
"narHash": "sha256-c6yg0EQ9xVESx6HGDOCMcyRSjaTpNJP10ef+6fRcofA=", "narHash": "sha256-ytw7ROXaWZ7OfwHrQ9xvjpUWeGVm86pwnEd1QhzawIo=",
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "9c52372878df6911f9afc1e2a1391f55e4dfc864", "rev": "54df955a695a84cd47d4a43e08e1feaf90b1fd9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -438,15 +503,36 @@
"quickshell": { "quickshell": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"dankMaterialShell",
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1753595452, "lastModified": 1756981260,
"narHash": "sha256-vqkSDvh7hWhPvNjMjEDV4KbSCv2jyl2Arh73ZXe274k=", "narHash": "sha256-GhuD9QVimjynHI0OOyZsqJsnlXr2orowh9H+HYz4YMs=",
"ref": "refs/heads/master",
"rev": "6eb12551baf924f8fdecdd04113863a754259c34",
"revCount": 672,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}
},
"quickshell_2": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1759303785,
"narHash": "sha256-EUXrK7pUIzOQWR1dquZh26A6W8lsY2oiHEEZzQnsarM=",
"owner": "quickshell-mirror", "owner": "quickshell-mirror",
"repo": "quickshell", "repo": "quickshell",
"rev": "a5431dd02dc23d9ef1680e67777fed00fe5f7cda", "rev": "9662234759eb57f2a1057f2a1c667da1bf128c1c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -457,11 +543,12 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"dankMaterialShell": "dankMaterialShell",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"quickshell": "quickshell" "quickshell": "quickshell_2"
} }
}, },
"systems": { "systems": {
@@ -507,11 +594,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753633878, "lastModified": 1755354946,
"narHash": "sha256-js2sLRtsOUA/aT10OCDaTjO80yplqwOIaLUqEe0nMx0=", "narHash": "sha256-zdov5f/GcoLQc9qYIS1dUTqtJMeDqmBmo59PAxze6e4=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "371b96bd11ad2006ed4f21229dbd1be69bed3e8a", "rev": "a10726d6a8d0ef1a0c645378f983b6278c42eaa0",
"type": "github" "type": "github"
}, },
"original": { "original": {
+4
View File
@@ -9,6 +9,10 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
dankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = { quickshell = {
url = "github:quickshell-mirror/quickshell"; url = "github:quickshell-mirror/quickshell";
+2 -8
View File
@@ -83,7 +83,7 @@ in
restart = true; restart = true;
settings = { settings = {
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river"; command = "${pkgs.tuigreet}/bin/tuigreet --cmd Hyprland";
}; };
}; };
}; };
@@ -108,12 +108,6 @@ in
Hyprland Hyprland
river river
''; '';
# "hyprland/plugins.conf" = {
# mode = "0444";
# text = ''
# plugin = ${pkgs.hyprlandPlugins.hyprexpo}
# '';
# };
}; };
}; };
@@ -192,7 +186,7 @@ in
]; ];
}; };
river = { river-classic = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
}; };
+5
View File
@@ -26,6 +26,11 @@ in
outOfStoreSymlink = true; outOfStoreSymlink = true;
recursive = true; recursive = true;
}; };
".config/DankMaterialShell" = {
source = ../../configs/DankMaterialShell;
outOfStoreSymlink = true;
recursive = true;
};
".config/river" = { ".config/river" = {
source = ../../configs/river; source = ../../configs/river;
outOfStoreSymlink = true; outOfStoreSymlink = true;
+2 -1
View File
@@ -20,6 +20,8 @@
# general modules # general modules
../../modules/home-manager/tmux.nix ../../modules/home-manager/tmux.nix
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
]; ];
# You should not change this value, even if you update Home Manager. If you do # You should not change this value, even if you update Home Manager. If you do
@@ -32,7 +34,6 @@
GIT_EDITOR = "nvim"; GIT_EDITOR = "nvim";
NIX_SHELL_PRESERVE_PROMPT = 1; NIX_SHELL_PRESERVE_PROMPT = 1;
NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos"; NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos";
# HYPR_EXPO_LIB = "${hyprplugins.hyprexpo_dir}/lib/libhyprexpo.so";
}; };
nix.settings.extra-trusted-substituters = [ nix.settings.extra-trusted-substituters = [
+7 -2
View File
@@ -18,7 +18,7 @@
exfatprogs exfatprogs
fastfetch fastfetch
filezilla filezilla
floorp floorp-bin
fuzzel fuzzel
fzf fzf
genymotion genymotion
@@ -31,8 +31,9 @@
hyprpicker hyprpicker
imagemagick imagemagick
kdePackages.kdenlive kdePackages.kdenlive
kdePackages.polkit-kde-agent-1
keepassxc keepassxc
libsForQt5.polkit-kde-agent libreoffice
localsend localsend
mpv mpv
mupdf mupdf
@@ -79,6 +80,7 @@
else else
export PS1='\[\e[1;m\e[1;33m\e[1;m\] \W\[\e[m\e[m\] 🐧 \[\e[1;32m\]~> \[\e[m\e[m\]' export PS1='\[\e[1;m\e[1;33m\e[1;m\] \W\[\e[m\e[m\] 🐧 \[\e[1;32m\]~> \[\e[m\e[m\]'
fi; fi;
export PATH="$HOME/.local/bin:$PATH"
set -o vi set -o vi
fastfetch fastfetch
''; '';
@@ -104,6 +106,9 @@
".." = "cd .."; ".." = "cd ..";
}; };
}; };
dankMaterialShell = {
enable = true;
};
emacs = { emacs = {
enable = true; enable = true;
package = pkgs.emacs-gtk; package = pkgs.emacs-gtk;