mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Added qt5ct, xev, added theming to bemenu, new background (unused), background folder refactor
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
imagemagick
|
||||
iotop
|
||||
jq
|
||||
kdePackages.qt6ct
|
||||
killall
|
||||
kitty
|
||||
lf
|
||||
@@ -54,6 +55,7 @@
|
||||
usbutils
|
||||
util-linux
|
||||
wget
|
||||
xev
|
||||
xfce.mousepad
|
||||
];
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ in
|
||||
# Application config files
|
||||
home.file.".config/hypr/hypridle.conf".source = ./dotfiles/hypridle/hypridle.conf;
|
||||
home.file.".config/hypr/hyprpaper.conf".source = ./dotfiles/hyprpaper/hyprpaper.conf;
|
||||
home.file.".config/hypr/backgrounds/black.png".source = ./dotfiles/hyprpaper/black.png;
|
||||
home.file.".config/hypr/backgrounds/black.png".source = ./dotfiles/hyprpaper/backgrounds/black.png;
|
||||
home.file.".config/hypr/hyprland-common.conf".source = ./dotfiles/hyprland/hyprland-common.conf;
|
||||
home.file.".config/hypr/hyprland.conf".source = hyprlandConfigPath + "/hyprland.conf";
|
||||
home.file.".config/kanshi/config".source = kanshiConfigPath + "/config";
|
||||
|
||||
@@ -4,11 +4,11 @@ monitor=,preferred,auto,1
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = bemenu-run
|
||||
$menu = bemenu-run --line-height 22 --hf "##10AC25" --ff "##10AC25" --tf "##10AC25"
|
||||
|
||||
# Some default env vars
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
|
||||
BIN
users/caperren/dotfiles/hyprpaper/backgrounds/1.jpg
Normal file
BIN
users/caperren/dotfiles/hyprpaper/backgrounds/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 708 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user