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"
"swayidle"
"swappy"
"cliphist"
);
packagesYay=(

View File

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

View File

@ -32,6 +32,7 @@ exec-once = ~/dotfiles/scripts/updatewal-swww.sh
exec-once = ~/dotfiles/hypr/gtk.sh
exec-once = ~/dotfiles/waybar/launch.sh
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
# -----------------------------------------------------
@ -48,7 +49,7 @@ env = XCURSOR_SIZE,24
# Keyboard layout and mouse
# -----------------------------------------------------
input {
kb_layout = us
kb_layout = de
kb_variant =
kb_model =
kb_options =

View File

@ -15,22 +15,57 @@ configuration {
drun-display-format: "{name}";
font: "Fira Sans SemiBold 11";
modi: "window,run,drun";
/* show-icons: true; */
show-icons: true;
}
/* Dark theme. */
@import "~/.cache/wal/colors-rofi-dark"
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 {
font-color:#FFFFFF;
padding:6;
border-radius:4px;
border:2px;
border-color:#000000;
background-color:#000000;
}
element-text selected {
element selected {
text-color:@background;
border-color: #FFFFFF;
}
prompt {

View File

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

View File

@ -64,6 +64,18 @@
"on-click": "brave https://studio.youtube.com",
"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
"custom/updates": {

View File

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