GAAAAAAAAAY

This commit is contained in:
2025-05-01 15:47:45 -05:00
parent b27c751d62
commit 5964c6fc49
12 changed files with 302 additions and 67 deletions

View File

@@ -165,7 +165,7 @@
; continuous_rendering = 0
[color]
gradient = 1
gradient = 0
gradient_count = 8
#GruvBox Green to Red Gradient
@@ -177,6 +177,7 @@ gradient_color_5 = '#fabd2f'
gradient_color_6 = '#d65d0e'
gradient_color_7 = '#cc241d'
gradient_color_8 = '#cc241d'
color = '#3b4252'
[smoothing]

View File

@@ -142,8 +142,10 @@ bind = $mainMod, M, exec, hyprlock
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, Space, exec, $menu
bind = $mainMod, B, exec, zen
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, F, fullscreen,
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
bind = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-

View File

@@ -1,22 +1,22 @@
{
"bar.customModules.updates.pollingInterval": 1440000,
"menus.transition": "none",
"menus.transition": "crossfade",
"theme.bar.menus.monochrome": false,
"theme.bar.transparent": false,
"theme.bar.menus.card_radius": "0.4em",
"theme.bar.menus.border.radius": "0.7em",
"theme.bar.menus.border.size": "5px",
"theme.bar.menus.border.size": "0.13em",
"theme.bar.floating": true,
"theme.bar.outer_spacing": "1px",
"theme.bar.outer_spacing": "1.6em",
"theme.bar.border.location": "none",
"theme.bar.location": "top",
"theme.bar.buttons.enableBorders": false,
"menus.clock.time.military": true,
"menus.clock.time.hideSeconds": true,
"menus.clock.weather.location": "Cedar Hill",
"theme.bar.border_radius": "10px",
"theme.bar.border_radius": "0.4em",
"theme.bar.buttons.workspaces.enableBorder": false,
"theme.bar.buttons.radius": "10px",
"theme.bar.buttons.radius": "0.3em",
"theme.bar.buttons.padding_y": "0.2rem",
"theme.bar.buttons.padding_x": "0.7rem",
"theme.bar.margin_sides": "0.5em",
@@ -31,7 +31,7 @@
"menus.dashboard.directories.enabled": false,
"menus.dashboard.stats.enable_gpu": false,
"menus.bluetooth.showBattery": true,
"theme.font.name": "Roboto",
"theme.font.name": "Ubuntu Nerd Font",
"scalingPriority": "hyprland",
"bar.customModules.netstat.dynamicIcon": false,
"theme.bar.buttons.modules.netstat.enableBorder": false,
@@ -105,5 +105,15 @@
"bar.workspaces.icons.occupied": "",
"theme.bar.opacity": 100,
"theme.bar.buttons.monochrome": false,
"theme.bar.buttons.notifications.enableBorder": false
"theme.bar.buttons.notifications.enableBorder": false,
"theme.bar.menus.enableShadow": true,
"theme.bar.buttons.opacity": 100,
"theme.bar.enableShadow": true,
"theme.bar.menus.buttons.radius": "0.4em",
"theme.bar.menus.shadow": "1px 1px 2px 1px #323232cc",
"theme.bar.menus.shadowMargins": "5px 5px",
"theme.bar.shadow": "1px 1px 2px 1px #323232cc",
"theme.bar.buttons.dashboard.enableBorder": false,
"theme.bar.buttons.windowtitle.enableBorder": false,
"menus.transitionTime": 1
}

View File

@@ -1,4 +1,4 @@
include themes/tokyo-night-kitty.conf
include themes/nord.conf
font_family Fira Code Nerd Font
bold_font auto
@@ -6,6 +6,4 @@ italic_font auto
bold_italic_font auto
confirm_os_window_close 0
background_opacity 0.8
background_blur 0
cursor_shape beam

View File

@@ -0,0 +1,43 @@
# Nord Colorscheme for Kitty
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black
color0 #3B4252
color8 #4C566A
# red
color1 #BF616A
color9 #BF616A
# green
color2 #A3BE8C
color10 #A3BE8C
# yellow
color3 #EBCB8B
color11 #EBCB8B
# blue
color4 #81A1C1
color12 #81A1C1
# magenta
color5 #B48EAD
color13 #B48EAD
# cyan
color6 #88C0D0
color14 #8FBCBB
# white
color7 #E5E9F0
color15 #ECEFF4

View File

@@ -3,7 +3,7 @@
{
programs.nixvim = {
enable = true;
colorschemes.tokyonight.enable = true;
colorschemes.nord.enable = true;
plugins.nvim-tree.enable = true;
plugins.treesitter.enable = true;
plugins.lualine.enable = true;

View File

@@ -14,4 +14,4 @@ configuration {
}
@theme "~/.config/rofi/tokyo-night.rasi"
@theme "~/.config/rofi/nord.rasi"

View File

@@ -13,4 +13,4 @@ configuration {
}
@theme "~/.config/rofi/tokyo-night.rasi"
@theme "~/.config/rofi/nord.rasi"

132
modules/rofi/nord.rasi Normal file
View File

@@ -0,0 +1,132 @@
* {
scrollbar: false;
bg: #3b4252;
bg-dark: #2e3440;
bg-highlight: #4c566a;
fg: #c0caf5;
fg-dark: #3b4261;
red-dark: #bf616a;
red-light: #bf616a;
yellow: #ebcb8b;
orange: #d08770;
gray: #565f89;
background: @bg-dark;
background-color: @background;
foreground: @fg;
border-color: @gray;
separatorcolor: @border-color;
scrollbar-handle: @border-color;
normal-background: @background;
normal-foreground: @foreground;
alternate-normal-background: @bg-dark;
alternate-normal-foreground: @fg;
selected-normal-background: @bg-highlight;
selected-normal-foreground: @fg;
active-background: @orange;
active-foreground: @bg;
alternate-active-background: @active-background;
alternate-active-foreground: @active-foreground;
selected-active-background: @yellow;
selected-active-foreground: @active-foreground;
urgent-background: @red-dark;
urgent-foreground: @background;
alternate-urgent-background: @urgent-background;
alternate-urgent-foreground: @urgent-foreground;
selected-urgent-background: @red-dark;
selected-urgent-foreground: @urgent-foreground;
}
window {
height: 600;
width: 600;
border-radius: 10;
}
mainbox {
spacing: 0;
children: [inputbar, message, listview];
}
inputbar {
color: @normal-foreground;
padding: 14;
background-color: @background;
}
message {
padding: 10;
background-color: @background;
}
listview {
padding: 8;
border-radius: 0 0 10 10;
border: 2 2 2 2;
border-color: @background;
background-color: @background;
dynamic: false;
}
textbox {
text-color: @normal-foreground;
}
error-message {
border: 20 20 20 20;
}
entry, prompt, case-indicator {
text-color: inherit;
}
prompt {
margin: 0 10 0 0;
}
element {
padding: 5;
vertical-align: 0.5;
border-radius: 10;
text-color: @normal-foreground;
background-color: @normal-background;
}
element.selected.normal {
background-color: @selected-normal-background;
}
element.alternate.normal {
background-color: inherit;
}
element.normal.active, element.alternate.active {
background-color: @background;
}
element.selected.active {
background-color: @selected-normal-background;
}
element.normal.urgent, element.alternate.urgent {
background-color: @urgent-background;
}
element.selected.urgent {
background-color: @urgent-background;
}
element-text, element-icon {
size: 40;
margin: 0 10 0 0;
vertical-align: 0.5;
background-color: inherit;
text-color: @normal-foreground;
}