prepared dot files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// ponytail: placeholder ags config, flesh out if ags is chosen over waybar
|
||||
import App from "resource:///com/github/Aylur/ags/app.js";
|
||||
|
||||
App.config({
|
||||
style: "",
|
||||
windows: [],
|
||||
});
|
||||
@@ -0,0 +1,5 @@
|
||||
[main]
|
||||
font=monospace:size=11
|
||||
|
||||
[colors]
|
||||
alpha=0.95
|
||||
@@ -0,0 +1,22 @@
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = mako
|
||||
exec-once = hyprpaper
|
||||
|
||||
$mainMod = SUPER
|
||||
|
||||
bind = $mainMod, RETURN, exec, kitty
|
||||
bind = $mainMod, D, exec, wofi --show drun
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, M, exit
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
border_size = 2
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
splash = false
|
||||
preload = ~/.config/hypr/wallpapers/wallpaper.png
|
||||
wallpaper = ,~/.config/hypr/wallpapers/wallpaper.png
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 697 KiB |
@@ -0,0 +1,4 @@
|
||||
font_family monospace
|
||||
font_size 11.0
|
||||
background_opacity 0.95
|
||||
confirm_os_window_close 0
|
||||
@@ -0,0 +1,5 @@
|
||||
font=monospace 11
|
||||
background-color=#1e1e2e
|
||||
text-color=#cdd6f4
|
||||
border-radius=6
|
||||
default-timeout=5000
|
||||
@@ -0,0 +1,5 @@
|
||||
configuration {
|
||||
modi: "drun,run";
|
||||
show-icons: true;
|
||||
display-drun: "Apps";
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "battery"]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
* {
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(30, 30, 46, 0.9);
|
||||
color: #cdd6f4;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
width=600
|
||||
height=400
|
||||
location=center
|
||||
show=drun
|
||||
prompt=Search...
|
||||
@@ -0,0 +1,11 @@
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="robbyrussell"
|
||||
plugins=(git)
|
||||
source "$ZSH/oh-my-zsh.sh"
|
||||
|
||||
# zinit
|
||||
ZINIT_HOME="$HOME/.local/share/zinit/zinit.git"
|
||||
source "$ZINIT_HOME/zinit.zsh"
|
||||
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
zinit light zsh-users/zsh-syntax-highlighting
|
||||
Reference in New Issue
Block a user