Compare commits
16 Commits
78e1e7adbd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e7ecc4d303 | |||
| 696cdd9da0 | |||
| c218e78945 | |||
| f2532423b7 | |||
| 92a4ff391a | |||
| 367fbd7009 | |||
| da2a3ccd9e | |||
| 5454d93816 | |||
| 4b423744a1 | |||
| b324683d7e | |||
| 256d2be688 | |||
| 21aeaa9f39 | |||
| 621d86f66b | |||
| 350583a286 | |||
| 097b400d96 | |||
| 5594e7e243 |
BIN
homemanager/backgrounds/mountains.jpg
Normal file
BIN
homemanager/backgrounds/mountains.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@@ -53,6 +53,7 @@ exec-once = [workspace 1 silent] $terminal
|
|||||||
|
|
||||||
env = HYPRCURSOR_SIZE,28
|
env = HYPRCURSOR_SIZE,28
|
||||||
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
|
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
|
||||||
|
env = GTK_PRIMARY_SELECTION,0
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
preload = ~/.config/backgrounds/qingce.jpg
|
# preload = ~/.config/backgrounds/qingce.jpg
|
||||||
preload = ~/.config/backgrounds/nature.jpg
|
# preload = ~/.config/backgrounds/nature.jpg
|
||||||
preload = ~/.config/backgrounds/gnome_blobs.png
|
# preload = ~/.config/backgrounds/gnome_blobs.png
|
||||||
|
preload = ~/.config/backgrounds/mountains.jpg
|
||||||
|
|
||||||
wallpaper = ,~/.config/backgrounds/gnome_blobs.png
|
wallpaper = ,~/.config/backgrounds/mountains.jpg
|
||||||
splash = false
|
splash = false
|
||||||
|
|
||||||
source = ~/.config/hypr/hyprpaper.hardware.conf
|
source = ~/.config/hypr/hyprpaper.hardware.conf
|
||||||
|
|||||||
@@ -24,8 +24,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
scalingPriority = true;
|
scalingPriority = true;
|
||||||
theme = {
|
theme = lib.recursiveUpdate (import ./hyprpanel/nord_split.nix) {
|
||||||
bar.scaling = 80;
|
bar.scaling = 80;
|
||||||
|
bar.background = "#00000000";
|
||||||
bar.menus.menu.notifications.scaling = 80;
|
bar.menus.menu.notifications.scaling = 80;
|
||||||
bar.menus.menu.dashboard.scaling = 80;
|
bar.menus.menu.dashboard.scaling = 80;
|
||||||
bar.menus.menu.clock.scaling = 80;
|
bar.menus.menu.clock.scaling = 80;
|
||||||
|
|||||||
375
homemanager/hyprpanel/nord.nix
Normal file
375
homemanager/hyprpanel/nord.nix
Normal file
@@ -0,0 +1,375 @@
|
|||||||
|
{
|
||||||
|
bar.menus.background = "#2e3440";
|
||||||
|
bar.background = "#2e3440";
|
||||||
|
bar.buttons.media.icon = "#88c0d0";
|
||||||
|
bar.buttons.media.text = "#88c0d0";
|
||||||
|
bar.buttons.icon = "#88c0d0";
|
||||||
|
bar.buttons.text = "#88c0d0";
|
||||||
|
bar.buttons.hover = "#434c53";
|
||||||
|
bar.buttons.background = "#3b4252";
|
||||||
|
bar.menus.text = "#d8dee9";
|
||||||
|
bar.menus.border.color = "#434c53";
|
||||||
|
bar.buttons.media.background = "#3b4252";
|
||||||
|
bar.menus.menu.volume.text = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.label.color = "#81a1c1";
|
||||||
|
bar.menus.popover.text = "#88c0d0";
|
||||||
|
bar.menus.popover.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.shutdown = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.deny = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.confirm = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.button_text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.body = "#d8dee9";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.border = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.clear = "#8fbcbb";
|
||||||
|
bar.menus.menu.notifications.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.notifications.border = "#434c53";
|
||||||
|
bar.menus.menu.notifications.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.background = "#2e3440";
|
||||||
|
bar.menus.menu.notifications.no_notifications_label = "#434c53";
|
||||||
|
bar.menus.menu.notifications.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.bar_background = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.directories.right.bottom.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.middle.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.directories.left.bottom.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.middle.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.input.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.input.background = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.disabled = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.recording = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.sleep = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.logout = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.restart = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.profile.name = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.border.color = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.clock.weather.hourly.temperature = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelycold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.cold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.moderate = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.hot = "#81a1c1";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelyhot = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.stats = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.status = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.temperature = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.weather.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.contextdays = "#434c53";
|
||||||
|
bar.menus.menu.clock.calendar.days = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.calendar.currentday = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.paginator = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.weekdays = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.yearmonth = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.timeperiod = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.text = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.border.color = "#434c53";
|
||||||
|
bar.menus.menu.clock.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.clock.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.battery.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.battery.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.battery.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.text = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.label.color = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.border.color = "#434c53";
|
||||||
|
bar.menus.menu.battery.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.battery.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.bluetooth.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.status = "#4c566a";
|
||||||
|
bar.menus.menu.bluetooth.text = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.border.color = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.network.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.network.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.status.color = "#4c566a";
|
||||||
|
bar.menus.menu.network.text = "#d8dee9";
|
||||||
|
bar.menus.menu.network.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.network.border.color = "#434c53";
|
||||||
|
bar.menus.menu.network.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.network.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.input_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.audio_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.volume.iconbutton.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.border.color = "#434c53";
|
||||||
|
bar.menus.menu.volume.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.media.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.primary = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.text = "#2e3440";
|
||||||
|
bar.menus.menu.media.buttons.background = "#88c0d0";
|
||||||
|
bar.menus.menu.media.buttons.enabled = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.inactive = "#434c53";
|
||||||
|
bar.menus.menu.media.border.color = "#434c53";
|
||||||
|
bar.menus.menu.media.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.album = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.artist = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.song = "#88c0d0";
|
||||||
|
bar.menus.tooltip.text = "#d8dee9";
|
||||||
|
bar.menus.tooltip.background = "#2e3440";
|
||||||
|
bar.menus.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.slider.puck = "#4c566a";
|
||||||
|
bar.menus.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.slider.background = "#434c53";
|
||||||
|
bar.menus.slider.primary = "#88c0d0";
|
||||||
|
bar.menus.progressbar.background = "#434c53";
|
||||||
|
bar.menus.progressbar.foreground = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.buttons.text = "#2e3440";
|
||||||
|
bar.menus.buttons.disabled = "#434c53";
|
||||||
|
bar.menus.buttons.active = "#8fbcbb";
|
||||||
|
bar.menus.buttons.default = "#88c0d0";
|
||||||
|
bar.menus.switch.puck = "#434c53";
|
||||||
|
bar.menus.switch.disabled = "#434c53";
|
||||||
|
bar.menus.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.icons.active = "#88c0d0";
|
||||||
|
bar.menus.icons.passive = "#434c53";
|
||||||
|
bar.menus.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.label = "#88c0d0";
|
||||||
|
bar.menus.feinttext = "#434c53";
|
||||||
|
bar.menus.dimtext = "#6272a4";
|
||||||
|
bar.menus.cards = "#3b4252";
|
||||||
|
bar.buttons.notifications.total = "#88c0d0";
|
||||||
|
bar.buttons.notifications.icon = "#88c0d0";
|
||||||
|
bar.buttons.notifications.background = "#3b4252";
|
||||||
|
bar.buttons.clock.icon = "#8fbcbb";
|
||||||
|
bar.buttons.clock.text = "#8fbcbb";
|
||||||
|
bar.buttons.clock.background = "#3b4252";
|
||||||
|
bar.buttons.battery.icon = "#81a1c1";
|
||||||
|
bar.buttons.battery.text = "#81a1c1";
|
||||||
|
bar.buttons.battery.background = "#3b4252";
|
||||||
|
bar.buttons.systray.background = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.icon = "#88c0d0";
|
||||||
|
bar.buttons.bluetooth.text = "#88c0d0";
|
||||||
|
bar.buttons.bluetooth.background = "#3b4252";
|
||||||
|
bar.buttons.network.icon = "#88c0d0";
|
||||||
|
bar.buttons.network.text = "#88c0d0";
|
||||||
|
bar.buttons.network.background = "#3b4252";
|
||||||
|
bar.buttons.volume.icon = "#81a1c1";
|
||||||
|
bar.buttons.volume.text = "#81a1c1";
|
||||||
|
bar.buttons.volume.background = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.icon = "#8fbcbb";
|
||||||
|
bar.buttons.windowtitle.text = "#8fbcbb";
|
||||||
|
bar.buttons.windowtitle.background = "#3b4252";
|
||||||
|
bar.buttons.workspaces.active = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.occupied = "#81a1c1";
|
||||||
|
bar.buttons.workspaces.available = "#88c0d0";
|
||||||
|
bar.buttons.workspaces.hover = "#434c53";
|
||||||
|
bar.buttons.workspaces.background = "#3b4252";
|
||||||
|
bar.buttons.dashboard.icon = "#81a1c1";
|
||||||
|
bar.buttons.dashboard.background = "#3b4252";
|
||||||
|
osd.label = "#88c0d0";
|
||||||
|
osd.icon = "#2e3440";
|
||||||
|
osd.bar_overflow_color = "#8fbcbb";
|
||||||
|
osd.bar_empty_color = "#434c53";
|
||||||
|
osd.bar_color = "#88c0d0";
|
||||||
|
osd.icon_container = "#88c0d0";
|
||||||
|
osd.bar_container = "#2e3440";
|
||||||
|
notification.close_button.label = "#2e3440";
|
||||||
|
notification.close_button.background = "#8fbcbb";
|
||||||
|
notification.labelicon = "#88c0d0";
|
||||||
|
notification.text = "#d8dee9";
|
||||||
|
notification.time = "#4c566a";
|
||||||
|
notification.border = "#434c53";
|
||||||
|
notification.label = "#88c0d0";
|
||||||
|
notification.actions.text = "#2e3440";
|
||||||
|
notification.actions.background = "#88c0d0";
|
||||||
|
notification.background = "#2e3440";
|
||||||
|
bar.buttons.workspaces.numbered_active_highlighted_text_color = "#21252b";
|
||||||
|
bar.buttons.workspaces.numbered_active_underline_color = "#ffffff";
|
||||||
|
bar.menus.menu.media.card.color = "#3b4252";
|
||||||
|
bar.menus.check_radio_button.background = "#2e3440";
|
||||||
|
bar.menus.check_radio_button.active = "#88c0d0";
|
||||||
|
bar.buttons.style = "default";
|
||||||
|
bar.menus.menu.notifications.pager.button = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.scrollbar.color = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.pager.label = "#5e81ac";
|
||||||
|
bar.menus.menu.notifications.pager.background = "#2e3440";
|
||||||
|
bar.buttons.clock.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.ram.icon = "#81a1c1";
|
||||||
|
bar.buttons.modules.storage.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.popover.border = "#2e3440";
|
||||||
|
bar.buttons.volume.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.restart.text = "#81a1c1";
|
||||||
|
bar.buttons.modules.updates.background = "#3b4252";
|
||||||
|
bar.buttons.modules.storage.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.netstat.background = "#3b4252";
|
||||||
|
bar.buttons.modules.weather.icon = "#88c0d0";
|
||||||
|
bar.buttons.modules.netstat.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.background = "#3b4252";
|
||||||
|
bar.buttons.modules.power.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.background = "#3b4252";
|
||||||
|
bar.menus.menu.power.border.color = "#434c53";
|
||||||
|
bar.buttons.network.icon_background = "#caa6f7";
|
||||||
|
bar.buttons.modules.power.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon = "#2e3440";
|
||||||
|
bar.buttons.modules.cpu.icon = "#8fbcbb";
|
||||||
|
bar.buttons.battery.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.modules.kbLayout.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.text = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.sleep.text = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.background = "#3b4252";
|
||||||
|
bar.buttons.media.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.logout.background = "#3b4252";
|
||||||
|
bar.buttons.modules.kbLayout.icon = "#88c0d0";
|
||||||
|
bar.buttons.modules.ram.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.text = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.sleep.background = "#3b4252";
|
||||||
|
bar.buttons.modules.ram.text = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.logout.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.background = "#3b4252";
|
||||||
|
bar.buttons.modules.power.background = "#3b4252";
|
||||||
|
bar.buttons.modules.weather.background = "#3b4252";
|
||||||
|
bar.buttons.icon_background = "#3b4252";
|
||||||
|
bar.menus.menu.power.background.color = "#2e3440";
|
||||||
|
bar.buttons.modules.ram.background = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.icon = "#8fbcbb";
|
||||||
|
bar.buttons.windowtitle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.text = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon = "#2e3440";
|
||||||
|
bar.buttons.bluetooth.icon_background = "#89dbeb";
|
||||||
|
bar.menus.menu.power.buttons.restart.background = "#3b4252";
|
||||||
|
bar.buttons.modules.updates.icon = "#88c0d0";
|
||||||
|
bar.buttons.modules.cpu.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.netstat.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.kbLayout.text = "#88c0d0";
|
||||||
|
bar.buttons.notifications.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.power.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.weather.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.updates.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.netstat.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.ram.border = "#81a1c1";
|
||||||
|
bar.buttons.notifications.border = "#88c0d0";
|
||||||
|
bar.buttons.clock.border = "#8fbcbb";
|
||||||
|
bar.buttons.battery.border = "#81a1c1";
|
||||||
|
bar.buttons.systray.border = "#434c53";
|
||||||
|
bar.buttons.bluetooth.border = "#88c0d0";
|
||||||
|
bar.buttons.network.border = "#88c0d0";
|
||||||
|
bar.buttons.volume.border = "#81a1c1";
|
||||||
|
bar.buttons.media.border = "#88c0d0";
|
||||||
|
bar.buttons.windowtitle.border = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.border = "#2e3440";
|
||||||
|
bar.buttons.dashboard.border = "#81a1c1";
|
||||||
|
bar.buttons.modules.submap.background = "#3b4252";
|
||||||
|
bar.buttons.modules.submap.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.icon_background = "#3b4252";
|
||||||
|
bar.menus.menu.network.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.network.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.network.switch.puck = "#434c53";
|
||||||
|
bar.buttons.systray.customIcon = "#d8dee9";
|
||||||
|
bar.border.color = "#88c0d0";
|
||||||
|
bar.menus.menu.media.timestamp = "#d8dee9";
|
||||||
|
bar.buttons.borderColor = "#88c0d0";
|
||||||
|
bar.buttons.modules.hyprsunset.icon = "#81a1c1";
|
||||||
|
bar.buttons.modules.hyprsunset.background = "#3b4252";
|
||||||
|
bar.buttons.modules.hyprsunset.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.modules.hyprsunset.text = "#81a1c1";
|
||||||
|
bar.buttons.modules.hyprsunset.border = "#81a1c1";
|
||||||
|
bar.buttons.modules.hypridle.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.background = "#3b4252";
|
||||||
|
bar.buttons.modules.hypridle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.border = "#8fbcbb";
|
||||||
|
bar.menus.menu.network.scroller.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.scroller.color = "#88c0d0";
|
||||||
|
bar.buttons.modules.cava.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cava.background = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.icon_background = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cava.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.background = "#3b4252";
|
||||||
|
bar.buttons.modules.microphone.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.icon_background = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.background = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.icon = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.border = "#8fbcbb";
|
||||||
|
}
|
||||||
375
homemanager/hyprpanel/nord_split.nix
Normal file
375
homemanager/hyprpanel/nord_split.nix
Normal file
@@ -0,0 +1,375 @@
|
|||||||
|
{
|
||||||
|
bar.menus.background = "#2e3440";
|
||||||
|
bar.background = "#2e3440";
|
||||||
|
bar.buttons.media.icon = "#3b4252";
|
||||||
|
bar.buttons.media.text = "#88c0d0";
|
||||||
|
bar.buttons.icon = "#242438";
|
||||||
|
bar.buttons.text = "#88c0d0";
|
||||||
|
bar.buttons.hover = "#434c53";
|
||||||
|
bar.buttons.background = "#3b4252";
|
||||||
|
bar.menus.text = "#d8dee9";
|
||||||
|
bar.menus.border.color = "#434c53";
|
||||||
|
bar.buttons.media.background = "#3b4252";
|
||||||
|
bar.menus.menu.volume.text = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.label.color = "#81a1c1";
|
||||||
|
bar.menus.popover.text = "#88c0d0";
|
||||||
|
bar.menus.popover.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.shutdown = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.deny = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.confirm = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.button_text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.body = "#d8dee9";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.border = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.clear = "#8fbcbb";
|
||||||
|
bar.menus.menu.notifications.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.notifications.border = "#434c53";
|
||||||
|
bar.menus.menu.notifications.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.background = "#2e3440";
|
||||||
|
bar.menus.menu.notifications.no_notifications_label = "#434c53";
|
||||||
|
bar.menus.menu.notifications.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.bar_background = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.directories.right.bottom.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.middle.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.directories.left.bottom.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.middle.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.input.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.input.background = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.disabled = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.recording = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.sleep = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.logout = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.restart = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.profile.name = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.border.color = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.clock.weather.hourly.temperature = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelycold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.cold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.moderate = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.hot = "#81a1c1";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelyhot = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.stats = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.status = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.temperature = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.weather.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.contextdays = "#434c53";
|
||||||
|
bar.menus.menu.clock.calendar.days = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.calendar.currentday = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.paginator = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.weekdays = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.yearmonth = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.timeperiod = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.text = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.border.color = "#434c53";
|
||||||
|
bar.menus.menu.clock.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.clock.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.battery.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.battery.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.battery.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.text = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.label.color = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.border.color = "#434c53";
|
||||||
|
bar.menus.menu.battery.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.battery.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.bluetooth.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.status = "#4c566a";
|
||||||
|
bar.menus.menu.bluetooth.text = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.border.color = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.network.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.network.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.status.color = "#4c566a";
|
||||||
|
bar.menus.menu.network.text = "#d8dee9";
|
||||||
|
bar.menus.menu.network.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.network.border.color = "#434c53";
|
||||||
|
bar.menus.menu.network.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.network.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.input_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.audio_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.volume.iconbutton.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.border.color = "#434c53";
|
||||||
|
bar.menus.menu.volume.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.media.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.primary = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.text = "#2e3440";
|
||||||
|
bar.menus.menu.media.buttons.background = "#88c0d0";
|
||||||
|
bar.menus.menu.media.buttons.enabled = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.inactive = "#434c53";
|
||||||
|
bar.menus.menu.media.border.color = "#434c53";
|
||||||
|
bar.menus.menu.media.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.album = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.artist = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.song = "#88c0d0";
|
||||||
|
bar.menus.tooltip.text = "#d8dee9";
|
||||||
|
bar.menus.tooltip.background = "#2e3440";
|
||||||
|
bar.menus.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.slider.puck = "#4c566a";
|
||||||
|
bar.menus.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.slider.background = "#434c53";
|
||||||
|
bar.menus.slider.primary = "#88c0d0";
|
||||||
|
bar.menus.progressbar.background = "#434c53";
|
||||||
|
bar.menus.progressbar.foreground = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.buttons.text = "#2e3440";
|
||||||
|
bar.menus.buttons.disabled = "#434c53";
|
||||||
|
bar.menus.buttons.active = "#8fbcbb";
|
||||||
|
bar.menus.buttons.default = "#88c0d0";
|
||||||
|
bar.menus.switch.puck = "#434c53";
|
||||||
|
bar.menus.switch.disabled = "#434c53";
|
||||||
|
bar.menus.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.icons.active = "#88c0d0";
|
||||||
|
bar.menus.icons.passive = "#434c53";
|
||||||
|
bar.menus.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.label = "#88c0d0";
|
||||||
|
bar.menus.feinttext = "#434c53";
|
||||||
|
bar.menus.dimtext = "#6272a4";
|
||||||
|
bar.menus.cards = "#3b4252";
|
||||||
|
bar.buttons.notifications.total = "#88c0d0";
|
||||||
|
bar.buttons.notifications.icon = "#3b4252";
|
||||||
|
bar.buttons.notifications.background = "#3b4252";
|
||||||
|
bar.buttons.clock.icon = "#3b4252";
|
||||||
|
bar.buttons.clock.text = "#8fbcbb";
|
||||||
|
bar.buttons.clock.background = "#3b4252";
|
||||||
|
bar.buttons.battery.icon = "#3b4252";
|
||||||
|
bar.buttons.battery.text = "#81a1c1";
|
||||||
|
bar.buttons.battery.background = "#3b4252";
|
||||||
|
bar.buttons.systray.background = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.icon = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.text = "#88c0d0";
|
||||||
|
bar.buttons.bluetooth.background = "#3b4252";
|
||||||
|
bar.buttons.network.icon = "#3b4252";
|
||||||
|
bar.buttons.network.text = "#88c0d0";
|
||||||
|
bar.buttons.network.background = "#3b4252";
|
||||||
|
bar.buttons.volume.icon = "#3b4252";
|
||||||
|
bar.buttons.volume.text = "#81a1c1";
|
||||||
|
bar.buttons.volume.background = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.icon = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.text = "#8fbcbb";
|
||||||
|
bar.buttons.windowtitle.background = "#3b4252";
|
||||||
|
bar.buttons.workspaces.active = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.occupied = "#81a1c1";
|
||||||
|
bar.buttons.workspaces.available = "#88c0d0";
|
||||||
|
bar.buttons.workspaces.hover = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.background = "#3b4252";
|
||||||
|
bar.buttons.dashboard.icon = "#3b4252";
|
||||||
|
bar.buttons.dashboard.background = "#81a1c1";
|
||||||
|
osd.label = "#88c0d0";
|
||||||
|
osd.icon = "#2e3440";
|
||||||
|
osd.bar_overflow_color = "#8fbcbb";
|
||||||
|
osd.bar_empty_color = "#434c53";
|
||||||
|
osd.bar_color = "#88c0d0";
|
||||||
|
osd.icon_container = "#88c0d0";
|
||||||
|
osd.bar_container = "#2e3440";
|
||||||
|
notification.close_button.label = "#2e3440";
|
||||||
|
notification.close_button.background = "#8fbcbb";
|
||||||
|
notification.labelicon = "#88c0d0";
|
||||||
|
notification.text = "#d8dee9";
|
||||||
|
notification.time = "#4c566a";
|
||||||
|
notification.border = "#434c53";
|
||||||
|
notification.label = "#88c0d0";
|
||||||
|
notification.actions.text = "#2e3440";
|
||||||
|
notification.actions.background = "#88c0d0";
|
||||||
|
notification.background = "#2e3440";
|
||||||
|
bar.buttons.workspaces.numbered_active_highlighted_text_color = "#21252b";
|
||||||
|
bar.buttons.workspaces.numbered_active_underline_color = "#ffffff";
|
||||||
|
bar.menus.menu.media.card.color = "#3b4252";
|
||||||
|
bar.menus.check_radio_button.background = "#2e3440";
|
||||||
|
bar.menus.check_radio_button.active = "#88c0d0";
|
||||||
|
bar.buttons.style = "split";
|
||||||
|
bar.buttons.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.volume.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.network.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.bluetooth.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.windowtitle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.media.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.notifications.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.battery.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.clock.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.notifications.pager.button = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.scrollbar.color = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.pager.label = "#5e81ac";
|
||||||
|
bar.menus.menu.notifications.pager.background = "#2e3440";
|
||||||
|
bar.buttons.modules.ram.icon = "#21252b";
|
||||||
|
bar.buttons.modules.storage.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.popover.border = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.restart.text = "#81a1c1";
|
||||||
|
bar.buttons.modules.updates.background = "#3b4252";
|
||||||
|
bar.buttons.modules.storage.icon = "#21252b";
|
||||||
|
bar.buttons.modules.netstat.background = "#3b4252";
|
||||||
|
bar.buttons.modules.weather.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.background = "#3b4252";
|
||||||
|
bar.buttons.modules.power.icon = "#21252b";
|
||||||
|
bar.buttons.modules.storage.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.background = "#3b4252";
|
||||||
|
bar.menus.menu.power.border.color = "#434c53";
|
||||||
|
bar.buttons.modules.power.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon = "#2e3440";
|
||||||
|
bar.buttons.modules.cpu.icon = "#21252b";
|
||||||
|
bar.buttons.modules.kbLayout.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.text = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.sleep.text = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.background = "#3b4252";
|
||||||
|
bar.menus.menu.power.buttons.logout.background = "#3b4252";
|
||||||
|
bar.buttons.modules.kbLayout.icon = "#21252b";
|
||||||
|
bar.buttons.modules.ram.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.text = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.sleep.background = "#3b4252";
|
||||||
|
bar.buttons.modules.ram.text = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.logout.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.background = "#3b4252";
|
||||||
|
bar.buttons.modules.power.background = "#3b4252";
|
||||||
|
bar.buttons.modules.weather.background = "#3b4252";
|
||||||
|
bar.menus.menu.power.background.color = "#2e3440";
|
||||||
|
bar.buttons.modules.ram.background = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.icon = "#21252b";
|
||||||
|
bar.buttons.modules.cpu.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.text = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.restart.background = "#3b4252";
|
||||||
|
bar.buttons.modules.updates.icon = "#21252b";
|
||||||
|
bar.buttons.modules.cpu.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.netstat.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.kbLayout.text = "#88c0d0";
|
||||||
|
bar.buttons.modules.power.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.weather.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.updates.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.netstat.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.ram.border = "#81a1c1";
|
||||||
|
bar.buttons.notifications.border = "#88c0d0";
|
||||||
|
bar.buttons.clock.border = "#8fbcbb";
|
||||||
|
bar.buttons.battery.border = "#81a1c1";
|
||||||
|
bar.buttons.systray.border = "#434c53";
|
||||||
|
bar.buttons.bluetooth.border = "#88c0d0";
|
||||||
|
bar.buttons.network.border = "#88c0d0";
|
||||||
|
bar.buttons.volume.border = "#81a1c1";
|
||||||
|
bar.buttons.media.border = "#88c0d0";
|
||||||
|
bar.buttons.windowtitle.border = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.border = "#2e3440";
|
||||||
|
bar.buttons.dashboard.border = "#81a1c1";
|
||||||
|
bar.buttons.modules.submap.background = "#3b4252";
|
||||||
|
bar.buttons.modules.submap.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.icon = "#21252b";
|
||||||
|
bar.buttons.modules.submap.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.network.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.network.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.network.switch.puck = "#434c53";
|
||||||
|
bar.buttons.systray.customIcon = "#d8dee9";
|
||||||
|
bar.border.color = "#88c0d0";
|
||||||
|
bar.menus.menu.media.timestamp = "#d8dee9";
|
||||||
|
bar.buttons.borderColor = "#88c0d0";
|
||||||
|
bar.buttons.modules.hyprsunset.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.modules.hyprsunset.background = "#3b4252";
|
||||||
|
bar.buttons.modules.hyprsunset.icon = "#21252b";
|
||||||
|
bar.buttons.modules.hyprsunset.text = "#81a1c1";
|
||||||
|
bar.buttons.modules.hyprsunset.border = "#81a1c1";
|
||||||
|
bar.buttons.modules.hypridle.icon = "#21252b";
|
||||||
|
bar.buttons.modules.hypridle.background = "#3b4252";
|
||||||
|
bar.buttons.modules.hypridle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.border = "#8fbcbb";
|
||||||
|
bar.menus.menu.network.scroller.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.scroller.color = "#88c0d0";
|
||||||
|
bar.buttons.modules.cava.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cava.background = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.icon = "#21252b";
|
||||||
|
bar.buttons.modules.cava.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cava.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.background = "#3b4252";
|
||||||
|
bar.buttons.modules.microphone.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.microphone.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.background = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.border = "#8fbcbb";
|
||||||
|
}
|
||||||
375
homemanager/hyprpanel/nord_vivid.nix
Normal file
375
homemanager/hyprpanel/nord_vivid.nix
Normal file
@@ -0,0 +1,375 @@
|
|||||||
|
{
|
||||||
|
bar.menus.background = "#2e3440";
|
||||||
|
bar.background = "#2e3440";
|
||||||
|
bar.buttons.media.icon = "#3b4252";
|
||||||
|
bar.buttons.media.text = "#3b4252";
|
||||||
|
bar.buttons.icon = "#88c0d0";
|
||||||
|
bar.buttons.text = "#88c0d0";
|
||||||
|
bar.buttons.hover = "#434c53";
|
||||||
|
bar.buttons.background = "#3b4252";
|
||||||
|
bar.menus.text = "#d8dee9";
|
||||||
|
bar.menus.border.color = "#434c53";
|
||||||
|
bar.buttons.media.background = "#88c0d0";
|
||||||
|
bar.menus.menu.volume.text = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.label.color = "#81a1c1";
|
||||||
|
bar.menus.popover.text = "#88c0d0";
|
||||||
|
bar.menus.popover.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.shutdown = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.deny = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.confirm = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.button_text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.body = "#d8dee9";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.border = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.background = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.powermenu.confirmation.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.notifications.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.clear = "#8fbcbb";
|
||||||
|
bar.menus.menu.notifications.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.notifications.border = "#434c53";
|
||||||
|
bar.menus.menu.notifications.card = "#3b4252";
|
||||||
|
bar.menus.menu.notifications.background = "#2e3440";
|
||||||
|
bar.menus.menu.notifications.no_notifications_label = "#434c53";
|
||||||
|
bar.menus.menu.notifications.label = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.disk.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.label = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.bar = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.gpu.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.ram.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.label = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.bar = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.cpu.icon = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.monitors.bar_background = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.directories.right.bottom.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.middle.color = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.directories.right.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.directories.left.bottom.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.middle.color = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.directories.left.top.color = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.input.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.input.background = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.volume.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.notifications.background = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.bluetooth.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.controls.wifi.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.controls.disabled = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.recording = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.text = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.shortcuts.background = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.sleep = "#88c0d0";
|
||||||
|
bar.menus.menu.dashboard.powermenu.logout = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.powermenu.restart = "#81a1c1";
|
||||||
|
bar.menus.menu.dashboard.profile.name = "#8fbcbb";
|
||||||
|
bar.menus.menu.dashboard.border.color = "#434c53";
|
||||||
|
bar.menus.menu.dashboard.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.dashboard.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.clock.weather.hourly.temperature = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.hourly.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelycold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.cold = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.moderate = "#88c0d0";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.hot = "#81a1c1";
|
||||||
|
bar.menus.menu.clock.weather.thermometer.extremelyhot = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.stats = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.status = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.weather.temperature = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.weather.icon = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.contextdays = "#434c53";
|
||||||
|
bar.menus.menu.clock.calendar.days = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.calendar.currentday = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.paginator = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.weekdays = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.calendar.yearmonth = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.timeperiod = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.time.time = "#8fbcbb";
|
||||||
|
bar.menus.menu.clock.text = "#d8dee9";
|
||||||
|
bar.menus.menu.clock.border.color = "#434c53";
|
||||||
|
bar.menus.menu.clock.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.clock.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.battery.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.battery.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.battery.slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.battery.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.text = "#d8dee9";
|
||||||
|
bar.menus.menu.battery.label.color = "#81a1c1";
|
||||||
|
bar.menus.menu.battery.border.color = "#434c53";
|
||||||
|
bar.menus.menu.battery.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.battery.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.menu.systray.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.bluetooth.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.switch_divider = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.status = "#4c566a";
|
||||||
|
bar.menus.menu.bluetooth.text = "#d8dee9";
|
||||||
|
bar.menus.menu.bluetooth.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.border.color = "#434c53";
|
||||||
|
bar.menus.menu.bluetooth.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.bluetooth.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.network.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.icons.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.network.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.menu.network.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.network.status.color = "#4c566a";
|
||||||
|
bar.menus.menu.network.text = "#d8dee9";
|
||||||
|
bar.menus.menu.network.label.color = "#88c0d0";
|
||||||
|
bar.menus.menu.network.border.color = "#434c53";
|
||||||
|
bar.menus.menu.network.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.network.card.color = "#3b4252";
|
||||||
|
bar.menus.menu.volume.input_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.input_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.audio_slider.puck = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.background = "#434c53";
|
||||||
|
bar.menus.menu.volume.audio_slider.primary = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.icons.passive = "#5e81ac";
|
||||||
|
bar.menus.menu.volume.iconbutton.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.iconbutton.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.listitems.active = "#81a1c1";
|
||||||
|
bar.menus.menu.volume.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.menu.volume.border.color = "#434c53";
|
||||||
|
bar.menus.menu.volume.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.slider.puck = "#4c566a";
|
||||||
|
bar.menus.menu.media.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.background = "#434c53";
|
||||||
|
bar.menus.menu.media.slider.primary = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.text = "#2e3440";
|
||||||
|
bar.menus.menu.media.buttons.background = "#88c0d0";
|
||||||
|
bar.menus.menu.media.buttons.enabled = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.buttons.inactive = "#434c53";
|
||||||
|
bar.menus.menu.media.border.color = "#434c53";
|
||||||
|
bar.menus.menu.media.background.color = "#2e3440";
|
||||||
|
bar.menus.menu.media.album = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.artist = "#8fbcbb";
|
||||||
|
bar.menus.menu.media.song = "#88c0d0";
|
||||||
|
bar.menus.tooltip.text = "#d8dee9";
|
||||||
|
bar.menus.tooltip.background = "#2e3440";
|
||||||
|
bar.menus.dropdownmenu.divider = "#3b4252";
|
||||||
|
bar.menus.dropdownmenu.text = "#d8dee9";
|
||||||
|
bar.menus.dropdownmenu.background = "#2e3440";
|
||||||
|
bar.menus.slider.puck = "#4c566a";
|
||||||
|
bar.menus.slider.backgroundhover = "#434c53";
|
||||||
|
bar.menus.slider.background = "#434c53";
|
||||||
|
bar.menus.slider.primary = "#88c0d0";
|
||||||
|
bar.menus.progressbar.background = "#434c53";
|
||||||
|
bar.menus.progressbar.foreground = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.active = "#88c0d0";
|
||||||
|
bar.menus.iconbuttons.passive = "#d8dee9";
|
||||||
|
bar.menus.buttons.text = "#2e3440";
|
||||||
|
bar.menus.buttons.disabled = "#434c53";
|
||||||
|
bar.menus.buttons.active = "#8fbcbb";
|
||||||
|
bar.menus.buttons.default = "#88c0d0";
|
||||||
|
bar.menus.switch.puck = "#434c53";
|
||||||
|
bar.menus.switch.disabled = "#434c53";
|
||||||
|
bar.menus.switch.enabled = "#88c0d0";
|
||||||
|
bar.menus.icons.active = "#88c0d0";
|
||||||
|
bar.menus.icons.passive = "#434c53";
|
||||||
|
bar.menus.listitems.active = "#88c0d0";
|
||||||
|
bar.menus.listitems.passive = "#d8dee9";
|
||||||
|
bar.menus.label = "#88c0d0";
|
||||||
|
bar.menus.feinttext = "#434c53";
|
||||||
|
bar.menus.dimtext = "#6272a4";
|
||||||
|
bar.menus.cards = "#3b4252";
|
||||||
|
bar.buttons.notifications.total = "#3b4252";
|
||||||
|
bar.buttons.notifications.icon = "#3b4252";
|
||||||
|
bar.buttons.notifications.background = "#88c0d0";
|
||||||
|
bar.buttons.clock.icon = "#3b4252";
|
||||||
|
bar.buttons.clock.text = "#3b4252";
|
||||||
|
bar.buttons.clock.background = "#8fbcbb";
|
||||||
|
bar.buttons.battery.icon = "#3b4252";
|
||||||
|
bar.buttons.battery.text = "#3b4252";
|
||||||
|
bar.buttons.battery.background = "#81a1c1";
|
||||||
|
bar.buttons.systray.background = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.icon = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.text = "#3b4252";
|
||||||
|
bar.buttons.bluetooth.background = "#88c0d0";
|
||||||
|
bar.buttons.network.icon = "#3b4252";
|
||||||
|
bar.buttons.network.text = "#3b4252";
|
||||||
|
bar.buttons.network.background = "#88c0d0";
|
||||||
|
bar.buttons.volume.icon = "#3b4252";
|
||||||
|
bar.buttons.volume.text = "#3b4252";
|
||||||
|
bar.buttons.volume.background = "#81a1c1";
|
||||||
|
bar.buttons.windowtitle.icon = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.text = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.background = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.active = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.occupied = "#81a1c1";
|
||||||
|
bar.buttons.workspaces.available = "#88c0d0";
|
||||||
|
bar.buttons.workspaces.hover = "#434c53";
|
||||||
|
bar.buttons.workspaces.background = "#3b4252";
|
||||||
|
bar.buttons.dashboard.icon = "#3b4252";
|
||||||
|
bar.buttons.dashboard.background = "#81a1c1";
|
||||||
|
osd.label = "#88c0d0";
|
||||||
|
osd.icon = "#2e3440";
|
||||||
|
osd.bar_overflow_color = "#8fbcbb";
|
||||||
|
osd.bar_empty_color = "#434c53";
|
||||||
|
osd.bar_color = "#88c0d0";
|
||||||
|
osd.icon_container = "#88c0d0";
|
||||||
|
osd.bar_container = "#2e3440";
|
||||||
|
notification.close_button.label = "#2e3440";
|
||||||
|
notification.close_button.background = "#8fbcbb";
|
||||||
|
notification.labelicon = "#88c0d0";
|
||||||
|
notification.text = "#d8dee9";
|
||||||
|
notification.time = "#4c566a";
|
||||||
|
notification.border = "#434c53";
|
||||||
|
notification.label = "#88c0d0";
|
||||||
|
notification.actions.text = "#2e3440";
|
||||||
|
notification.actions.background = "#88c0d0";
|
||||||
|
notification.background = "#2e3440";
|
||||||
|
bar.buttons.workspaces.numbered_active_highlighted_text_color = "#21252b";
|
||||||
|
bar.buttons.workspaces.numbered_active_underline_color = "#ffffff";
|
||||||
|
bar.menus.menu.media.card.color = "#3b4252";
|
||||||
|
bar.menus.check_radio_button.background = "#2e3440";
|
||||||
|
bar.menus.check_radio_button.active = "#88c0d0";
|
||||||
|
bar.buttons.style = "default";
|
||||||
|
bar.menus.menu.notifications.pager.button = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.scrollbar.color = "#88c0d0";
|
||||||
|
bar.menus.menu.notifications.pager.label = "#5e81ac";
|
||||||
|
bar.menus.menu.notifications.pager.background = "#2e3440";
|
||||||
|
bar.buttons.clock.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.ram.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.storage.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.popover.border = "#2e3440";
|
||||||
|
bar.buttons.volume.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.restart.text = "#81a1c1";
|
||||||
|
bar.buttons.modules.updates.background = "#88c0d0";
|
||||||
|
bar.buttons.modules.storage.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.weather.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.text = "#3b4252";
|
||||||
|
bar.buttons.modules.storage.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.power.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.storage.text = "#3b4252";
|
||||||
|
bar.buttons.modules.cpu.background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.border.color = "#434c53";
|
||||||
|
bar.buttons.network.icon_background = "#caa6f7";
|
||||||
|
bar.buttons.modules.power.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.restart.icon = "#2e3440";
|
||||||
|
bar.buttons.modules.cpu.icon = "#3b4252";
|
||||||
|
bar.buttons.battery.icon_background = "#81a1c1";
|
||||||
|
bar.buttons.modules.kbLayout.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.text = "#3b4252";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon = "#2e3440";
|
||||||
|
bar.menus.menu.power.buttons.sleep.text = "#88c0d0";
|
||||||
|
bar.buttons.modules.weather.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.background = "#3b4252";
|
||||||
|
bar.buttons.media.icon_background = "#88c0d0";
|
||||||
|
bar.menus.menu.power.buttons.logout.background = "#3b4252";
|
||||||
|
bar.buttons.modules.kbLayout.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.ram.icon_background = "#81a1c1";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.shutdown.text = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.sleep.background = "#3b4252";
|
||||||
|
bar.buttons.modules.ram.text = "#3b4252";
|
||||||
|
bar.menus.menu.power.buttons.logout.text = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.background = "#88c0d0";
|
||||||
|
bar.buttons.modules.power.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.weather.background = "#88c0d0";
|
||||||
|
bar.buttons.icon_background = "#3b4252";
|
||||||
|
bar.menus.menu.power.background.color = "#2e3440";
|
||||||
|
bar.buttons.modules.ram.background = "#81a1c1";
|
||||||
|
bar.buttons.modules.netstat.icon = "#3b4252";
|
||||||
|
bar.buttons.windowtitle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.icon_background = "#8fbcbb";
|
||||||
|
bar.menus.menu.power.buttons.logout.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.updates.text = "#3b4252";
|
||||||
|
bar.menus.menu.power.buttons.sleep.icon = "#2e3440";
|
||||||
|
bar.buttons.bluetooth.icon_background = "#89dbeb";
|
||||||
|
bar.menus.menu.power.buttons.restart.background = "#3b4252";
|
||||||
|
bar.buttons.modules.updates.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.cpu.text = "#3b4252";
|
||||||
|
bar.buttons.modules.netstat.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.kbLayout.text = "#3b4252";
|
||||||
|
bar.buttons.notifications.icon_background = "#88c0d0";
|
||||||
|
bar.buttons.modules.power.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.weather.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.updates.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.kbLayout.border = "#88c0d0";
|
||||||
|
bar.buttons.modules.netstat.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.storage.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cpu.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.ram.border = "#81a1c1";
|
||||||
|
bar.buttons.notifications.border = "#88c0d0";
|
||||||
|
bar.buttons.clock.border = "#8fbcbb";
|
||||||
|
bar.buttons.battery.border = "#81a1c1";
|
||||||
|
bar.buttons.systray.border = "#434c53";
|
||||||
|
bar.buttons.bluetooth.border = "#88c0d0";
|
||||||
|
bar.buttons.network.border = "#88c0d0";
|
||||||
|
bar.buttons.volume.border = "#81a1c1";
|
||||||
|
bar.buttons.media.border = "#88c0d0";
|
||||||
|
bar.buttons.windowtitle.border = "#8fbcbb";
|
||||||
|
bar.buttons.workspaces.border = "#2e3440";
|
||||||
|
bar.buttons.dashboard.border = "#81a1c1";
|
||||||
|
bar.buttons.modules.submap.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.text = "#3b4252";
|
||||||
|
bar.buttons.modules.submap.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.submap.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.submap.icon_background = "#3b4252";
|
||||||
|
bar.menus.menu.network.switch.puck = "#434c53";
|
||||||
|
bar.menus.menu.network.switch.disabled = "#434c53";
|
||||||
|
bar.menus.menu.network.switch.enabled = "#88c0d0";
|
||||||
|
bar.buttons.systray.customIcon = "#d8dee9";
|
||||||
|
bar.border.color = "#88c0d0";
|
||||||
|
bar.menus.menu.media.timestamp = "#d8dee9";
|
||||||
|
bar.buttons.borderColor = "#88c0d0";
|
||||||
|
bar.buttons.modules.hyprsunset.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.hyprsunset.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hyprsunset.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hyprsunset.text = "#3b4252";
|
||||||
|
bar.buttons.modules.hyprsunset.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.hypridle.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.hypridle.text = "#3b4252";
|
||||||
|
bar.buttons.modules.hypridle.border = "#8fbcbb";
|
||||||
|
bar.menus.menu.network.scroller.color = "#88c0d0";
|
||||||
|
bar.menus.menu.bluetooth.scroller.color = "#88c0d0";
|
||||||
|
bar.buttons.modules.cava.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.cava.text = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.icon_background = "#3b4252";
|
||||||
|
bar.buttons.modules.cava.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.border = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.text = "#3b4252";
|
||||||
|
bar.buttons.modules.microphone.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.microphone.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.microphone.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.text = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.icon = "#3b4252";
|
||||||
|
bar.buttons.modules.worldclock.icon_background = "#8fbcbb";
|
||||||
|
bar.buttons.modules.worldclock.border = "#8fbcbb";
|
||||||
|
}
|
||||||
@@ -1 +1,2 @@
|
|||||||
vim.opt.wrap = true
|
vim.opt.wrap = true
|
||||||
|
vim.opt.conceallevel = 2
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
-- require('lazy').setup("plugins")
|
-- require('lazy').setup("plugins")
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
|
ui = {
|
||||||
|
border = "rounded"
|
||||||
|
},
|
||||||
spec = {
|
spec = {
|
||||||
{ import = "plugins.spec" },
|
{ import = "plugins.spec" },
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ local function keymap(args)
|
|||||||
vim.keymap.set('n', '<space>D', vim.lsp.buf.type_definition, bufopts)
|
vim.keymap.set('n', '<space>D', vim.lsp.buf.type_definition, bufopts)
|
||||||
vim.keymap.set('n', '<space>ca', vim.lsp.buf.code_action, bufopts)
|
vim.keymap.set('n', '<space>ca', vim.lsp.buf.code_action, bufopts)
|
||||||
vim.keymap.set('n', '<space>rn', vim.lsp.buf.rename, bufopts)
|
vim.keymap.set('n', '<space>rn', vim.lsp.buf.rename, bufopts)
|
||||||
|
vim.keymap.set('n', '<space>lf', vim.lsp.buf.format, bufopts)
|
||||||
|
|
||||||
-- autoformat
|
-- autoformat
|
||||||
|
|
||||||
@@ -97,7 +98,11 @@ local function lsp_setup()
|
|||||||
return config
|
return config
|
||||||
end
|
end
|
||||||
|
|
||||||
require('mason').setup({})
|
require('mason').setup({
|
||||||
|
ui = {
|
||||||
|
border = "rounded",
|
||||||
|
}
|
||||||
|
})
|
||||||
require('mason-lspconfig').setup { ensure_installed = {} }
|
require('mason-lspconfig').setup { ensure_installed = {} }
|
||||||
|
|
||||||
vim.lsp.enable({
|
vim.lsp.enable({
|
||||||
|
|||||||
@@ -17,12 +17,15 @@ return {
|
|||||||
["cmp.entry.get_documentation"] = true,
|
["cmp.entry.get_documentation"] = true,
|
||||||
},
|
},
|
||||||
hover = {
|
hover = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
},
|
},
|
||||||
signature = {
|
signature = {
|
||||||
enabled = false
|
enabled = true,
|
||||||
|
auto_open = {
|
||||||
|
trigger = false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
},
|
||||||
-- you can enable a preset for easier configuration
|
-- you can enable a preset for easier configuration
|
||||||
presets = {
|
presets = {
|
||||||
bottom_search = false, -- use a classic bottom cmdline for search
|
bottom_search = false, -- use a classic bottom cmdline for search
|
||||||
|
|||||||
34
homemanager/neovim/lua/plugins/spec/obsidian.lua
Normal file
34
homemanager/neovim/lua/plugins/spec/obsidian.lua
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
return {
|
||||||
|
"epwalsh/obsidian.nvim",
|
||||||
|
version = "*", -- recommended, use latest release instead of latest commit
|
||||||
|
lazy = true,
|
||||||
|
ft = "markdown",
|
||||||
|
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
|
||||||
|
-- event = {
|
||||||
|
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
|
||||||
|
-- -- E.g. "BufReadPre " .. vim.fn.expand "~" .. "/my-vault/*.md"
|
||||||
|
-- -- refer to `:h file-pattern` for more examples
|
||||||
|
-- "BufReadPre path/to/my-vault/*.md",
|
||||||
|
-- "BufNewFile path/to/my-vault/*.md",
|
||||||
|
-- },
|
||||||
|
dependencies = {
|
||||||
|
-- Required.
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
|
||||||
|
-- see below for full list of optional dependencies 👇
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
vim.opt_global.conceallevel = 2
|
||||||
|
require("obsidian").setup({
|
||||||
|
|
||||||
|
workspaces = {
|
||||||
|
{
|
||||||
|
name = "Personal",
|
||||||
|
path = "~/Nextcloud/obsidian/Personal",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
-- see below for full list of options 👇
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
||||||
@@ -12,7 +12,7 @@ return {
|
|||||||
lazy = false,
|
lazy = false,
|
||||||
cmd = 'Oil',
|
cmd = 'Oil',
|
||||||
keys = {
|
keys = {
|
||||||
{"<leader>ft", oil, ""}
|
{ "-", oil, "" }
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'kyazdani42/nvim-web-devicons',
|
'kyazdani42/nvim-web-devicons',
|
||||||
|
|||||||
@@ -40,6 +40,24 @@ local function find_diagnostics()
|
|||||||
require('telescope.builtin').diagnostics()
|
require('telescope.builtin').diagnostics()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local function find_commits()
|
||||||
|
require('telescope.builtin').git_bcommits()
|
||||||
|
end
|
||||||
|
|
||||||
|
local focus_preview = function(prompt_bufnr)
|
||||||
|
local action_state = require("telescope.actions.state")
|
||||||
|
local picker = action_state.get_current_picker(prompt_bufnr)
|
||||||
|
local prompt_win = picker.prompt_win
|
||||||
|
local previewer = picker.previewer
|
||||||
|
local winid = previewer.state.winid
|
||||||
|
local bufnr = previewer.state.bufnr
|
||||||
|
vim.keymap.set("n", "<Tab>", function()
|
||||||
|
vim.cmd(string.format("noautocmd lua vim.api.nvim_set_current_win(%s)", prompt_win))
|
||||||
|
end, { buffer = bufnr })
|
||||||
|
vim.cmd(string.format("noautocmd lua vim.api.nvim_set_current_win(%s)", winid))
|
||||||
|
-- api.nvim_set_current_win(winid)
|
||||||
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'nvim-telescope/telescope.nvim',
|
'nvim-telescope/telescope.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
@@ -53,6 +71,16 @@ return {
|
|||||||
find_files = {
|
find_files = {
|
||||||
hidden = true,
|
hidden = true,
|
||||||
find_command = { 'rg', '--files', '--hidden', '--glob', '!**/.git/*' },
|
find_command = { 'rg', '--files', '--hidden', '--glob', '!**/.git/*' },
|
||||||
|
},
|
||||||
|
git_bcommits = {
|
||||||
|
mappings = {
|
||||||
|
i = {
|
||||||
|
["<Tab>"] = focus_preview,
|
||||||
|
},
|
||||||
|
n = {
|
||||||
|
["<Tab>"] = focus_preview,
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -77,6 +105,7 @@ return {
|
|||||||
{ '<leader>fht', find_helptags, desc = "(f)ind (b)elp tags" },
|
{ '<leader>fht', find_helptags, desc = "(f)ind (b)elp tags" },
|
||||||
{ '<leader>fd', find_directories, desc = "(f)ind (d)irectories" },
|
{ '<leader>fd', find_directories, desc = "(f)ind (d)irectories" },
|
||||||
{ '<leader>dl', find_diagnostics, desc = "(d)iagnostics (l)ist" },
|
{ '<leader>dl', find_diagnostics, desc = "(d)iagnostics (l)ist" },
|
||||||
|
{ '<leader>fc', find_commits, desc = "(f)ind (c)ommits" },
|
||||||
},
|
},
|
||||||
cmd = { "Telescope", "FindPluginFiles", "FindEmojis" },
|
cmd = { "Telescope", "FindPluginFiles", "FindEmojis" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|||||||
@@ -18,9 +18,106 @@ in
|
|||||||
pkgs.nerd-fonts.profont
|
pkgs.nerd-fonts.profont
|
||||||
pkgs.nerd-fonts.heavy-data
|
pkgs.nerd-fonts.heavy-data
|
||||||
pkgs.meslo-lgs-nf
|
pkgs.meslo-lgs-nf
|
||||||
|
pkgs.nerd-fonts.jetbrains-mono
|
||||||
];
|
];
|
||||||
xdg.configFile = {
|
|
||||||
"ghostty/config".source = config.lib.file.mkOutOfStoreSymlink ./ghostty/config;
|
programs.ghostty.enable = true;
|
||||||
|
programs.ghostty.settings = {
|
||||||
|
|
||||||
|
theme = "Nord";
|
||||||
|
window-decoration = false;
|
||||||
|
gtk-tabs-location = "hidden";
|
||||||
|
background-opacity = 0.8;
|
||||||
|
# background-opacity = 1;
|
||||||
|
window-padding-x = 20;
|
||||||
|
window-padding-y = 20;
|
||||||
|
cursor-style = "bar";
|
||||||
|
|
||||||
|
# ProFont
|
||||||
|
# font-family = "ProFont IIx Nerd Font";
|
||||||
|
# font-family-bold = MesloLGS NF Bold;
|
||||||
|
# font-family-italic = MesloLGS NF Italic;
|
||||||
|
# font-family-bold-italic = MesloLGS NF Bold Italic;
|
||||||
|
|
||||||
|
# JetBrainsMono
|
||||||
|
font-family = "JetBrainsMono NF";
|
||||||
|
# font-family-bold = MesloLGS NF Bold;
|
||||||
|
# font-family-italic = MesloLGS NF Italic;
|
||||||
|
# font-family-bold-italic = MesloLGS NF Bold Italic;
|
||||||
|
font-style = false;
|
||||||
|
|
||||||
|
shell-integration = "fish";
|
||||||
|
shell-integration-features = "no-cursor";
|
||||||
|
|
||||||
|
font-feature = [
|
||||||
|
"ss01"
|
||||||
|
"ss02"
|
||||||
|
"ss03"
|
||||||
|
"ss04"
|
||||||
|
# "-liga, -calt, -dlig"
|
||||||
|
];
|
||||||
|
keybind = [
|
||||||
|
"clear"
|
||||||
|
"ctrl+comma=open_config"
|
||||||
|
"shift+insert=paste_from_selection"
|
||||||
|
"ctrl+page_down=next_tab"
|
||||||
|
"ctrl+shift+v=paste_from_clipboard"
|
||||||
|
"ctrl+alt+up=goto_split:up"
|
||||||
|
"ctrl+shift+a=select_all"
|
||||||
|
"super+ctrl+shift+plus=equalize_splits"
|
||||||
|
"shift+up=adjust_selection:up"
|
||||||
|
"alt+five=goto_tab:5"
|
||||||
|
"super+ctrl+right_bracket=goto_split:next"
|
||||||
|
"ctrl+equal=increase_font_size:1"
|
||||||
|
"ctrl+shift+o=new_split:right"
|
||||||
|
"ctrl+shift+c=copy_to_clipboard"
|
||||||
|
"ctrl+shift+q=quit"
|
||||||
|
"ctrl+shift+n=new_window"
|
||||||
|
"ctrl+shift+page_down=jump_to_prompt:1"
|
||||||
|
"ctrl+shift+comma=reload_config"
|
||||||
|
"ctrl+minus=decrease_font_size:1"
|
||||||
|
"shift+left=adjust_selection:left"
|
||||||
|
"super+ctrl+shift+up=resize_split:up,10"
|
||||||
|
"alt+eight=goto_tab:8"
|
||||||
|
"shift+page_up=scroll_page_up"
|
||||||
|
"ctrl+alt+shift+j=write_screen_file:open"
|
||||||
|
"ctrl+shift+left=previous_tab"
|
||||||
|
"ctrl+shift+w=close_tab"
|
||||||
|
"shift+end=scroll_to_bottom"
|
||||||
|
"ctrl+zero=reset_font_size"
|
||||||
|
"alt+three=goto_tab:3"
|
||||||
|
"ctrl+shift+j=write_screen_file:paste"
|
||||||
|
"ctrl+page_up=previous_tab"
|
||||||
|
"shift+right=adjust_selection:right"
|
||||||
|
"ctrl+tab=next_tab"
|
||||||
|
"ctrl+alt+left=goto_split:left"
|
||||||
|
"shift+page_down=scroll_page_down"
|
||||||
|
"ctrl+shift+right=next_tab"
|
||||||
|
"ctrl+shift+page_up=jump_to_prompt:-1"
|
||||||
|
"alt+nine=last_tab"
|
||||||
|
"ctrl+shift+t=new_tab"
|
||||||
|
"shift+down=adjust_selection:down"
|
||||||
|
"super+ctrl+shift+left=resize_split:left,10"
|
||||||
|
"ctrl+shift+tab=previous_tab"
|
||||||
|
"alt+two=goto_tab:2"
|
||||||
|
"ctrl+alt+down=goto_split:down"
|
||||||
|
"super+ctrl+shift+down=resize_split:down,10"
|
||||||
|
"super+ctrl+shift+right=resize_split:right,10"
|
||||||
|
"ctrl+plus=increase_font_size:1"
|
||||||
|
"alt+four=goto_tab:4"
|
||||||
|
"ctrl+insert=copy_to_clipboard"
|
||||||
|
"ctrl+shift+e=new_split:down"
|
||||||
|
"ctrl+alt+right=goto_split:right"
|
||||||
|
"alt+f4=close_window"
|
||||||
|
"alt+one=goto_tab:1"
|
||||||
|
"ctrl+shift+enter=toggle_split_zoom"
|
||||||
|
"shift+home=scroll_to_top"
|
||||||
|
"super+ctrl+left_bracket=goto_split:previous"
|
||||||
|
"ctrl+shift+i=inspector:toggle"
|
||||||
|
"alt+six=goto_tab:6"
|
||||||
|
"alt+seven=goto_tab:7"
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
gtkOptions = {
|
||||||
|
gtk-enable-primary-paste=false;
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
modules.theme.enable = lib.mkEnableOption "theme";
|
modules.theme.enable = lib.mkEnableOption "theme";
|
||||||
@@ -25,6 +30,8 @@
|
|||||||
name = "Adwaita-dark";
|
name = "Adwaita-dark";
|
||||||
package = pkgs.gnome-themes-extra;
|
package = pkgs.gnome-themes-extra;
|
||||||
};
|
};
|
||||||
|
gtk4.extraConfig = gtkOptions;
|
||||||
|
gtk3.extraConfig = gtkOptions;
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
clone_repo_switch = "Always"
|
clone_repo_switch = "Always"
|
||||||
|
full_path = true
|
||||||
|
display_full_path = true
|
||||||
|
|
||||||
[[search_dirs]]
|
[[search_dirs]]
|
||||||
path = "/home/quirinecker/projects"
|
path = "/home/quirinecker/projects"
|
||||||
@@ -11,3 +13,7 @@ depth = 10
|
|||||||
[[search_dirs]]
|
[[search_dirs]]
|
||||||
path = "/home/quirinecker/tmp/projects/"
|
path = "/home/quirinecker/tmp/projects/"
|
||||||
depth = 10
|
depth = 10
|
||||||
|
|
||||||
|
[[search_dirs]]
|
||||||
|
path = "/home/quirinecker/Nextcloud/obsidian"
|
||||||
|
depth = 1
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ in
|
|||||||
unbind C-j
|
unbind C-j
|
||||||
bind C-j display-popup -E "tms switch"
|
bind C-j display-popup -E "tms switch"
|
||||||
bind C-o display-popup -E "tms"
|
bind C-o display-popup -E "tms"
|
||||||
|
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..."
|
||||||
|
|
||||||
set-option -g mode-keys vi
|
set-option -g mode-keys vi
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g status on
|
set -g status on
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
pkgs.entr
|
pkgs.entr
|
||||||
pkgs.wl-clipboard
|
pkgs.wl-clipboard
|
||||||
pkgs.steam-run
|
pkgs.steam-run
|
||||||
|
pkgs.sops
|
||||||
|
|
||||||
# editors
|
# editors
|
||||||
pkgs.zed-editor
|
pkgs.zed-editor
|
||||||
|
|||||||
Reference in New Issue
Block a user