This commit is contained in:
Stephan Raabe 2023-09-29 13:08:19 +02:00
parent d6cad16c53
commit 108f2adafa
8 changed files with 42 additions and 31 deletions

View File

@ -114,6 +114,7 @@ packagesYay=(
"pfetch"
"bibata-cursor-theme"
"trizen"
"kora-icon-theme"
);
# ------------------------------------------------------

View File

@ -1,7 +1,13 @@
Version 2.3
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.3
--------------------------------------------------------
Waybar: Add numbers to workspaces
Screenshots: Add swappy
Icons: Changed to Kora Icon Theme
Rofi: New Layout featuring current wallpaper as a background
Cliphist: Added to the toolbar
Rofi: Add layout for cliphist
Version 2.2
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2

View File

@ -3,7 +3,7 @@
include "/home/raabe/.gtkrc-2.0.mine"
gtk-theme-name="Breeze-Dark"
gtk-icon-theme-name="breeze-dark"
gtk-icon-theme-name="kora"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="Bibata-Modern-Classic"
gtk-cursor-theme-size=0

View File

@ -1,6 +1,6 @@
[Settings]
gtk-theme-name=Breeze-Dark
gtk-icon-theme-name=breeze-dark
gtk-theme-name=kora
gtk-icon-theme-name=kora
gtk-font-name=Cantarell 11
gtk-cursor-theme-name="Bibata-Modern-Classic"
gtk-cursor-theme-size=0

View File

@ -16,6 +16,7 @@ configuration {
font: "Fira Sans Bold 12";
modi: "window,run,drun";
show-icons: true;
icon-theme: "kora";
}
/* Dark theme. */

View File

@ -14,7 +14,7 @@
"on-click": "activate",
"active-only": false,
"all-outputs": true,
"format": "{icon}",
"format": "{}",
"format-icons": {
"urgent": "",
"active": "",
@ -67,14 +67,14 @@
// Cliphist
"custom/cliphist": {
"format": "{}",
"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
"tooltip": false
},
// Updates Count

View File

@ -44,12 +44,12 @@
// Modules Right
"modules-right": [
"custom/cliphist",
"custom/youtube",
"custom/updates",
"pulseaudio",
"bluetooth",
"battery",
"custom/cliphist",
"group/hardware",
"custom/exit",
"network",

View File

@ -40,41 +40,40 @@ window#waybar {
#workspaces {
background: #FFFFFF;
margin: 5px 5px 5px 5px;
padding: 4px 1px;
border-radius: 12px;
font-weight: normal;
margin: 2px;
padding: 2px 2px;
border-radius: 15px;
font-weight: bold;
font-style: normal;
opacity:0.8;
font-size:16px;
color:#FFFFFF;
}
#workspaces button {
padding: 0px 10px;
margin: 0px 3px;
border-radius: 12px;
color: @color11;
padding: 0px 5px;
margin: 2px 3px;
border-radius: 15px;
color: #FFFFFF;
background-color: @color11;
transition: all 0.3s ease-in-out;
opacity:0.4;
font-size:13px;
}
#workspaces button.active {
color: #cdd6f4;
background-color: @color11;
border-radius: 10px;
min-width: 30px;
background-size: 400% 400%;
color: #FFFFFF;
background: @color11;
border-radius: 15px;
min-width: 40px;
transition: all 0.3s ease-in-out;
opacity:1.0;
}
#workspaces button:hover {
background-color: @color1;
color: #cdd6f4;
border-radius: 10px;
min-width: 30px;
background-size: 400% 400%;
color: #FFFFFF;
background: @color11;
border-radius: 15px;
opacity:0.7;
}
/* -----------------------------------------------------
@ -120,8 +119,9 @@ window#waybar.empty #window {
/* background: @color11; */
background: #FFFFFF;
margin: 3px 15px 3px 0px;
padding: 2px 3px 1px 3px;
border-radius: 14px;
padding:0px;
/*padding: 2px 3px 1px 3px;*/
border-radius: 15px;
font-weight: normal;
font-style: normal;
opacity:0.8;
@ -149,11 +149,12 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm {
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist {
margin-right:20px;
font-size:20px;
font-weight:bold;
opacity:0.8;
color:#FFFFFF;
}
/* -----------------------------------------------------
@ -164,7 +165,7 @@ window#waybar.empty #window {
background-color: @color11;
font-size: 16px;
color: #FFFFFF;
border-radius: 14px;
border-radius: 15px;
padding: 0px 10px 0px 10px;
margin: 3px 15px 3px 14px;
opacity:0.8;
@ -178,6 +179,7 @@ window#waybar.empty #window {
#custom-exit {
margin: 0px 20px 0px 0px;
font-size:20px;
color:#FFFFFF;
}
/* -----------------------------------------------------
@ -230,6 +232,7 @@ window#waybar.empty #window {
margin:0px;
padding:0px;
font-size:16px;
color:#FFFFFF;
}
#memory {