Skip to content

Commit

Permalink
feat: add hyprpaper and hyprpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanramoul committed Oct 26, 2024
1 parent 6da16d4 commit bcd9c4d
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 32 deletions.
3 changes: 2 additions & 1 deletion dotfiles/.config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ workspace = 8, monitor:HDMI-A-1
workspace = 9, monitor:HDMI-A-1


exec-once=bash ~/.config/hypr/start.sh
exec-once=hyprpaper
exec-once=ulauncher --hide-window
exec-once=hypridle
exec-once=ags # top bar
########## monitor layout ##########

# monitor=DP-1,3440x1440@60,0x0,1
Expand Down
40 changes: 40 additions & 0 deletions dotfiles/.config/hypr/hyprpanel_layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"0": {
"left": [
"dashboard",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"systray",
"clock",
"notifications"
]
},
"1": {
"left": [
"dashboard",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"systray",
"clock",
"notifications"
]
}
}
2 changes: 2 additions & 0 deletions dotfiles/.config/hypr/hyprpaper.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
preload = ~/Pictures/wallpaper_resized.png
wallpaper = , ~/Pictures/wallpaper_resized.png
6 changes: 3 additions & 3 deletions dotfiles/.config/hypr/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ swww init &

swww img ~/Pictures/wallpaper.png &

nm-applet --indicator &
# nm-applet --indicator &

#bash ~/.config/hypr/launch-waybar.sh &
waybar &
# #bash ~/.config/hypr/launch-waybar.sh &
# waybar &
58 changes: 30 additions & 28 deletions dotfiles/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
# Colors
foreground #c0caf5
background #1a1b26

# Normal colors
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6

# Bright colors
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5

# Indexed Colors
color16 #ff9e64
color17 #db4b4b

# Font settings
font_family JetBrainsMono NF
bold_font JetBrainsMono NF Bold
Expand Down Expand Up @@ -65,3 +37,33 @@ shell_integration enabled
cursor_shape_when_dragging block

background_blur 1


# Colors
foreground #c0caf5
background #1a1b26

# Normal colors
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6

# Bright colors
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5

# Indexed Colors
color16 #ff9e64
color17 #db4b4b

7 changes: 7 additions & 0 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@ source ~/miniconda3/bin/activate base
export PATH="$HOME/google-cloud-sdk/bin:$PATH"



# bun completions
[ -s "/home/rayanramoul/.bun/_bun" ] && source "/home/rayanramoul/.bun/_bun"

# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"

0 comments on commit bcd9c4d

Please sign in to comment.