Compare commits

...

3 Commits

Author SHA1 Message Date
Daylin Morgan 30f518235d
drop the emoji support for now 2024-02-26 10:11:37 -06:00
Daylin Morgan 78b4533744
more notes-updates 2024-02-26 10:11:00 -06:00
Daylin Morgan f7c1f8ba26
add sway configs 2024-02-21 15:09:40 -06:00
10 changed files with 66 additions and 17 deletions

View File

@ -12,4 +12,6 @@ bin/lock
.config/eww
.config/hypr
.config/rofi
.config/swayidle
.config/swaylock
{{- end }}

View File

@ -5,8 +5,10 @@ exec-once = dunst -conf ~/.config/hypr/dunstrc &
# exec-once = udiskie &
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
exec = swayidle &
exec = kanshi &
exec = hyprpaper &
# TODO: make hyprman kill eww if necessary
exec = pkill eww & hyprman monitors &

View File

@ -7,6 +7,7 @@ monitor=,preferred,auto,1
env = GDK_SCALE=2
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
general {

View File

@ -3,6 +3,7 @@ $mainMod = SUPER
# Program binds
bind = $mainMod SHIFT, RETURN, exec, wezterm
bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
bind = $mainMod, N, exec, wezterm start --class "notes-editor" -e notes
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, L, exec, lock
@ -67,8 +68,8 @@ bind = ,W, exec, ~/.config/rofi/bin/windows.sh
bind = ,W, submap, reset
bind = ,P, exec, ~/.config/rofi/bin/powermenu.sh
bind = ,P, submap, reset
bind = ,N, exec, ~/.config/rofi/bin/notes.sh
bind = ,N, submap, reset
# bind = ,N, exec, ~/.config/rofi/bin/notes.sh
# bind = ,N, submap, reset
bind = ,escape, submap, reset
submap = reset

View File

@ -3,6 +3,7 @@ windowrulev2 = tile,class:(Vivaldi-stable)
# prevent flameshot from requesting fullscreen
# windowrulev2 = nofullscreenrequest,class:^(flameshot)$,title:^(flameshot)
# set flameshot to floating
# windowrulev2 = float,class:^(flameshot)$,title:^(flameshot)
set notes editor to floating
windowrulev2 = float,class:^(notes-editor)$

View File

@ -15,15 +15,15 @@ return {
},
},
-- add emoji completion
{
"hrsh7th/nvim-cmp",
dependencies = { "hrsh7th/cmp-emoji" },
---@param opts cmp.ConfigSchema
opts = function(_, opts)
local cmp = require("cmp")
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
end,
},
-- {
-- "hrsh7th/nvim-cmp",
-- dependencies = { "hrsh7th/cmp-emoji" },
-- ---@param opts cmp.ConfigSchema
-- opts = function(_, opts)
-- local cmp = require("cmp")
-- opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
-- end,
-- },
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)

View File

@ -3,7 +3,4 @@
styles="$(dirname "$(which $0)")/../styles"
rofi_cmd="rofi -theme $styles/notes.rasi -dmenu -p notes -l 0"
# Rofi command to pipe into, can add any options here
# rofi_command="rofi -dmenu -theme $rofi_styles/bluetooth.rasi -no-fixed-num-lines -yoffset -100 -i -p "
notes "$($rofi_cmd)"

View File

@ -5,7 +5,21 @@ mainbox {
padding: 12px;
}
entry {
placeholder: "entry";
inputbar {
background-color: @background;
border-color: @primary;
border: 2px;
border-radius: 4px;
padding: 8px 16px;
spacing: 8px;
height: 100px;
}
entry {
placeholder: "entry";
height: 100 px;
}

View File

@ -0,0 +1,2 @@
before-sleep 'lock'
timeout 300 'lock

View File

@ -0,0 +1,29 @@
color=1e1e2e
bs-hl-color=f5e0dc
caps-lock-bs-hl-color=f5e0dc
caps-lock-key-hl-color=a6e3a1
inside-color=00000000
inside-clear-color=00000000
inside-caps-lock-color=00000000
inside-ver-color=00000000
inside-wrong-color=00000000
key-hl-color=a6e3a1
layout-bg-color=00000000
layout-border-color=00000000
layout-text-color=cdd6f4
line-color=00000000
line-clear-color=00000000
line-caps-lock-color=00000000
line-ver-color=00000000
line-wrong-color=00000000
ring-color=b4befe
ring-clear-color=f5e0dc
ring-caps-lock-color=fab387
ring-ver-color=89b4fa
ring-wrong-color=eba0ac
separator-color=00000000
text-color=cdd6f4
text-clear-color=f5e0dc
text-caps-lock-color=fab387
text-ver-color=89b4fa
text-wrong-color=eba0ac