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" "pfetch"
"bibata-cursor-theme" "bibata-cursor-theme"
"trizen" "trizen"
"kora-icon-theme"
); );
# ------------------------------------------------------ # ------------------------------------------------------

View File

@ -1,7 +1,13 @@
Version 2.3 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 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 Version 2.2
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.2

View File

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

View File

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

View File

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

View File

@ -14,7 +14,7 @@
"on-click": "activate", "on-click": "activate",
"active-only": false, "active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{}",
"format-icons": { "format-icons": {
"urgent": "", "urgent": "",
"active": "", "active": "",
@ -67,14 +67,14 @@
// Cliphist // Cliphist
"custom/cliphist": { "custom/cliphist": {
"format": "{}", "format": "",
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy", "on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
// "exec": "echo ; echo 󰅇 clipboard history", // "exec": "echo ; echo 󰅇 clipboard history",
// "on-click": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh c", // "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-right": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh d",
// "on-click-middle": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh w", // "on-click-middle": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh w",
// "interval" : 86400, // once every day // "interval" : 86400, // once every day
"tooltip": true "tooltip": false
}, },
// Updates Count // Updates Count

View File

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

View File

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