This commit is contained in:
Stephan Raabe 2023-09-28 20:43:29 +02:00
parent f3bb6e1093
commit 09a58f5ff3
7 changed files with 58 additions and 5 deletions

View File

@ -54,6 +54,7 @@ packagesPacman=(
"slurp" "slurp"
"swayidle" "swayidle"
"swappy" "swappy"
"cliphist"
); );
packagesYay=( packagesYay=(

View File

@ -78,7 +78,9 @@ _installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.to
_installSymLink rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config _installSymLink rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config
_installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config _installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config _installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
wal -i screenshots/
echo "Pywal templates initiated!"
echo ""
echo "-------------------------------------" echo "-------------------------------------"
echo "-> Install GTK dotfiles" echo "-> Install GTK dotfiles"
echo "-------------------------------------" echo "-------------------------------------"

View File

@ -32,6 +32,7 @@ exec-once = ~/dotfiles/scripts/updatewal-swww.sh
exec-once = ~/dotfiles/hypr/gtk.sh exec-once = ~/dotfiles/hypr/gtk.sh
exec-once = ~/dotfiles/waybar/launch.sh exec-once = ~/dotfiles/waybar/launch.sh
exec-once = hyprctl setcursor Bibata-Modern-Classic 24 exec-once = hyprctl setcursor Bibata-Modern-Classic 24
exec-once = wl-paste --watch cliphist store
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# ----------------------------------------------------- # -----------------------------------------------------
@ -48,7 +49,7 @@ env = XCURSOR_SIZE,24
# Keyboard layout and mouse # Keyboard layout and mouse
# ----------------------------------------------------- # -----------------------------------------------------
input { input {
kb_layout = us kb_layout = de
kb_variant = kb_variant =
kb_model = kb_model =
kb_options = kb_options =

View File

@ -15,22 +15,57 @@ configuration {
drun-display-format: "{name}"; drun-display-format: "{name}";
font: "Fira Sans SemiBold 11"; font: "Fira Sans SemiBold 11";
modi: "window,run,drun"; modi: "window,run,drun";
/* show-icons: true; */ show-icons: true;
} }
/* Dark theme. */ /* Dark theme. */
@import "~/.cache/wal/colors-rofi-dark" @import "~/.cache/wal/colors-rofi-dark"
window { window {
width:700px; width:900px;
height:600px;
spacing:0px;
padding:0px;
border: 3px;
border-color:#FFFFFF;
border-radius:15px;
cursor: "default";
transparency: "real";
fullscreen: "false";
background-color: transparent;
}
mainbox {
spacing:0px;
padding: 0px 0px 0px 500px;
background-color:#000000;
background-image: url("~/.cache/current_wallpaper.jpg", height);
}
inputbar {
padding: 10px;
}
listview {
padding: 10px;
background-color:#000000;
} }
element { element {
font-color:#FFFFFF;
padding:6; padding:6;
border-radius:4px;
border:2px;
border-color:#000000;
background-color:#000000;
} }
element-text selected { element selected {
text-color:@background; text-color:@background;
border-color: #FFFFFF;
} }
prompt { prompt {

View File

@ -45,6 +45,7 @@
// Modules Right // Modules Right
"modules-right": [ "modules-right": [
"custom/cliphist",
"custom/updates", "custom/updates",
"pulseaudio", "pulseaudio",
"bluetooth", "bluetooth",

View File

@ -65,6 +65,18 @@
"tooltip": false "tooltip": false
}, },
// Cliphist
"custom/cliphist": {
"format": "{}",
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
// "exec": "echo ; echo 󰅇 clipboard history",
// "on-click": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh c",
// "on-click-right": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh d",
// "on-click-middle": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh w",
// "interval" : 86400, // once every day
"tooltip": true
},
// Updates Count // Updates Count
"custom/updates": { "custom/updates": {
"format": " {}", "format": " {}",

View File

@ -44,6 +44,7 @@
// Modules Right // Modules Right
"modules-right": [ "modules-right": [
"custom/cliphist",
"custom/youtube", "custom/youtube",
"custom/updates", "custom/updates",
"pulseaudio", "pulseaudio",