kitty theme
This commit is contained in:
parent
7f75d8c6b2
commit
edc7459fcf
@ -2,9 +2,15 @@
|
|||||||
### KEYBINDINGS ###
|
### KEYBINDINGS ###
|
||||||
###################
|
###################
|
||||||
|
|
||||||
|
# Run wev to get key
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
|
|
||||||
|
# Screenshot
|
||||||
|
bind = , Print, exec, $screenshot
|
||||||
|
bind = CTRL, Print, exec, $screenshotSelect
|
||||||
|
|
||||||
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
bind = $mainMod, B, exec, $browser
|
bind = $mainMod, B, exec, $browser
|
||||||
|
@ -30,8 +30,8 @@ decoration {
|
|||||||
rounding_power = 10
|
rounding_power = 10
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 0.9
|
active_opacity = 0.85
|
||||||
inactive_opacity = 0.9
|
inactive_opacity = 0.85
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -21,6 +21,8 @@ $menu = wofi --show drun
|
|||||||
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
|
$powerMenu = bash ~/.config/wofi/wofi-powermenu.sh
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$email = thunderbird
|
$email = thunderbird
|
||||||
|
$screenshot = grim
|
||||||
|
$screenshotSelect = grim -g "$(slurp)"
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
@ -75,4 +77,11 @@ misc {
|
|||||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Permissions
|
||||||
|
#ecosystem {
|
||||||
|
# enforce_permissions = true
|
||||||
|
#}
|
||||||
|
#permission = /usr/bin/grim, screencopy, allow
|
||||||
|
|
||||||
source = ~/.config/hypr/conf.d/*
|
source = ~/.config/hypr/conf.d/*
|
||||||
|
|
||||||
|
@ -15,6 +15,10 @@ mv .local/share/applications/* ~/.local/share/applications/
|
|||||||
# Hyperland stuff
|
# Hyperland stuff
|
||||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
||||||
|
|
||||||
|
# Programs for app theming (fonts, cursor)
|
||||||
|
# RUN THESE PROGRAMS TO THEME STUFF
|
||||||
|
pacman -S nwg-look qt6ct
|
||||||
|
|
||||||
# Basic essentials
|
# Basic essentials
|
||||||
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
||||||
|
|
||||||
|
21
kitty/Dimmed Monokai.conf
Normal file
21
kitty/Dimmed Monokai.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #1e1e1e
|
||||||
|
foreground #b8bcb9
|
||||||
|
cursor #eee
|
||||||
|
selection_background #efcc00
|
||||||
|
color0 #3a3c43
|
||||||
|
color8 #888987
|
||||||
|
color1 #be3e48
|
||||||
|
color9 #fb001e
|
||||||
|
color2 #869a3a
|
||||||
|
color10 #0e712e
|
||||||
|
color3 #c4a535
|
||||||
|
color11 #c37033
|
||||||
|
color4 #4e76a1
|
||||||
|
color12 #176ce3
|
||||||
|
color5 #855b8d
|
||||||
|
color13 #fb0067
|
||||||
|
color6 #568ea3
|
||||||
|
color14 #2d6f6c
|
||||||
|
color7 #b8bcb9
|
||||||
|
color15 #fcffb8
|
||||||
|
selection_foreground #1e1e1e
|
21
kitty/current-theme.conf
Normal file
21
kitty/current-theme.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #1b1d22
|
||||||
|
foreground #e6e8ee
|
||||||
|
cursor #f6f6ec
|
||||||
|
selection_background #2e353d
|
||||||
|
color0 #22252b
|
||||||
|
color8 #22252b
|
||||||
|
color1 #b53f36
|
||||||
|
color9 #b53f36
|
||||||
|
color2 #5ab977
|
||||||
|
color10 #5ab977
|
||||||
|
color3 #ddb566
|
||||||
|
color11 #ddb566
|
||||||
|
color4 #6a7b92
|
||||||
|
color12 #6a7b92
|
||||||
|
color5 #a3799d
|
||||||
|
color13 #a3799d
|
||||||
|
color6 #3f93a8
|
||||||
|
color14 #3f93a8
|
||||||
|
color7 #e6e8ee
|
||||||
|
color15 #ebedf2
|
||||||
|
selection_foreground #1b1d22
|
2780
kitty/kitty.conf
Normal file
2780
kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
2780
kitty/kitty.conf.bak
Normal file
2780
kitty/kitty.conf.bak
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user