mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .bashrc
Update .config/btop/btop.conf Update .config/hypr/hyprland.conf Update .config/hypr/hyprland/binds/managment.conf Update .config/hypr/hyprland/monitors.conf Update .config/kitty/kitty.conf Update .config/kitty/theme.conf Update .config/fish/config.fish Update .local/bin/system_setup.sh
This commit is contained in:
@@ -74,3 +74,8 @@ PATH=$PATH:~/.local/bin/
|
|||||||
# something to ble.sh
|
# something to ble.sh
|
||||||
|
|
||||||
[[ ! ${BLE_VERSION-} ]] || ble-attach
|
[[ ! ${BLE_VERSION-} ]] || ble-attach
|
||||||
|
|
||||||
|
# Added by LM Studio CLI (lms)
|
||||||
|
export PATH="$PATH:/home/szymon/.lmstudio/bin"
|
||||||
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ update_ms = 2000
|
|||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "cpu direct"
|
proc_sorting = "memory"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE, 32
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE, 32
|
||||||
|
env = HYPRCURSOR_THEME, theme_phinger-cursors-light
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
|
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
$terminal = uwsm app -- kitty
|
$terminal = uwsm app -- kitty
|
||||||
$menu = uwsm app -- hyprlauncher
|
$menu = hyprlauncher
|
||||||
$music_player = flatpak run com.spotify.Client
|
$music_player = flatpak run com.spotify.Client
|
||||||
$notes = obsidian
|
$notes = obsidian
|
||||||
$browser = zen-browser
|
$browser = zen-browser
|
||||||
|
|||||||
@@ -73,8 +73,11 @@ bind = $mainMod CONTROL_L, RETURN, exec, $terminal
|
|||||||
bind = $mainMod, space , exec, $menu
|
bind = $mainMod, space , exec, $menu
|
||||||
|
|
||||||
### messages
|
### messages
|
||||||
bind = $mainMod ALT_L, s ,exec, uwsm app -- signal-desktop
|
#### vesktop
|
||||||
|
bind = $mainMod ALT_L, s,exec, uwsm app -- signal-desktop
|
||||||
|
bind = $mainMod ALT_L, v, sendshortcut, ctrl, k, class:^(vesktop)$
|
||||||
bind = $mainMod ALT_L, v ,exec, uwsm app -- vesktop
|
bind = $mainMod ALT_L, v ,exec, uwsm app -- vesktop
|
||||||
|
bind = $mainMod ALT_L, v , focuswindow, class:^(vesktop)$
|
||||||
|
|
||||||
### other
|
### other
|
||||||
bind = $mainMod Control_L, s, exec, uwsm app -- mangohud steam
|
bind = $mainMod Control_L, s, exec, uwsm app -- mangohud steam
|
||||||
|
|||||||
@@ -1,3 +1,24 @@
|
|||||||
monitor = DP-1, 2560x1440@180.06, 0x0, 1.25, bitdepth, 10, cm, hdr, sdrbrightness, 1.3, sdrsaturation, 0.8, vrr, 1
|
monitorv2 {
|
||||||
monitor = DP-2, 1920x1080@144, auto-left, 1, vrr, 1
|
output = DP-1
|
||||||
monitor = , preferred, auto, 1
|
mode = 2560x1440@180.06
|
||||||
|
position = 0x0
|
||||||
|
scale = 1.25
|
||||||
|
vrr = 1
|
||||||
|
supports_wide_color = 1
|
||||||
|
supports_hdr = 1
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
monitorv2 {
|
||||||
|
output = DP-2
|
||||||
|
mode = 1920x1080@144
|
||||||
|
position = auto-left
|
||||||
|
vrr = 1
|
||||||
|
scale = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
monitorv2 {
|
||||||
|
output =
|
||||||
|
position = auto-right
|
||||||
|
scale = 1
|
||||||
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include ./theme.conf
|
|||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family Cousine Nerd Font mono
|
font_family Cousine Nerd Font mono
|
||||||
bold_font auto
|
bold_font yes
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ bold_italic_font auto
|
|||||||
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
|
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
|
||||||
#: syntax>.
|
#: syntax>.
|
||||||
|
|
||||||
font_size 12.0
|
font_size 14.0
|
||||||
|
|
||||||
#: Font size (in pts).
|
#: Font size (in pts).
|
||||||
|
|
||||||
@@ -1179,7 +1179,7 @@ window_padding_width 5
|
|||||||
|
|
||||||
#: The foreground and background colors.
|
#: The foreground and background colors.
|
||||||
|
|
||||||
background_opacity 0.85
|
background_opacity 0.80
|
||||||
|
|
||||||
#: The opacity of the background. A number between zero and one, where
|
#: The opacity of the background. A number between zero and one, where
|
||||||
#: one is opaque and zero is fully transparent. This will only work if
|
#: one is opaque and zero is fully transparent. This will only work if
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #4c4f69
|
foreground #3b3e55
|
||||||
background #eff1f5
|
background #e0e2e8
|
||||||
selection_foreground #eff1f5
|
selection_foreground #eff1f5
|
||||||
selection_background #dc8a78
|
selection_background #dc8a78
|
||||||
|
|
||||||
|
|||||||
@@ -19,3 +19,8 @@ if status is-interactive
|
|||||||
clear
|
clear
|
||||||
fastfetch --config ~/.config/fastfetch/startup.jsonc
|
fastfetch --config ~/.config/fastfetch/startup.jsonc
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Added by LM Studio CLI (lms)
|
||||||
|
set -gx PATH $PATH /home/szymon/.lmstudio/bin
|
||||||
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ xdg-desktop-portal-hyprland
|
|||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
mako
|
mako
|
||||||
libnotify
|
libnotify
|
||||||
|
hyprlauncher
|
||||||
"
|
"
|
||||||
|
|
||||||
SOUND_PKGS="
|
SOUND_PKGS="
|
||||||
@@ -54,8 +55,6 @@ uwsm
|
|||||||
python3
|
python3
|
||||||
util-linux
|
util-linux
|
||||||
libnewt
|
libnewt
|
||||||
wofi
|
|
||||||
hyprlauncher
|
|
||||||
kitty
|
kitty
|
||||||
yazi
|
yazi
|
||||||
playerctl
|
playerctl
|
||||||
|
|||||||
Reference in New Issue
Block a user